Skip to content

Commit 55c33f7

Browse files
authored
fix(smart fields): compute properly smart fields with mongoose (#453)
1 parent 77a4985 commit 55c33f7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"@babel/runtime": "7.10.1",
2828
"bluebird": "2.9.25",
29-
"forest-express": "7.7.2",
29+
"forest-express": "7.8.1",
3030
"http-errors": "1.7.2",
3131
"lodash": "4.17.19",
3232
"moment": "2.24.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4323,10 +4323,10 @@ for-in@^1.0.2:
43234323
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
43244324
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
43254325

4326-
forest-express@7.7.2:
4327-
version "7.7.2"
4328-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.7.2.tgz#8c9134f34e3301bb4373a6d79880a9324ac381bd"
4329-
integrity sha512-XFavgXqlDpuFXLNWRuBNoqmY7FaUt9Ml3/avutR5dMJs0ZB6xjn/M/EH2WWNfSo6F+3YM8hFzitWkXzkaIuU/w==
4326+
forest-express@7.8.1:
4327+
version "7.8.1"
4328+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.8.1.tgz#af8f141dece7ae97e2b35a8cc999b38e92f37905"
4329+
integrity sha512-el1K3Cmsz7RABekdmx5gXu/BvL6eQbbZAuq5eF4gnzwDcJl5wMw0vtcgPTS9QR4C2y0VKBweIGNxqd3k5LHbpA==
43304330
dependencies:
43314331
"@babel/runtime" "7.10.1"
43324332
base32-encode "1.1.1"

0 commit comments

Comments
 (0)