Skip to content

Commit 0902ef4

Browse files
authored
feat(smart actions): endpoint that handle forms' load hooks
fix(schema): do not generate `framework`, `framework_version` to ensure equality across environments
1 parent db1b46f commit 0902ef4

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
"@babel/runtime": "7.10.1",
2727
"bluebird": "2.9.25",
2828
"core-js": "3.6.5",
29-
"forest-express": "7.6.0",
29+
"forest-express": "7.7.2",
3030
"http-errors": "1.6.1",
3131
"lodash": "4.17.19",
3232
"moment": "2.19.4",

yarn.lock

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

4371-
forest-express@7.6.0:
4372-
version "7.6.0"
4373-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.6.0.tgz#03613c45a11c55eb2eca8fe38a7f8ee0f7157dae"
4374-
integrity sha512-WmeT9S5ra1ujyzXrWWnlIWgNRbVCiB1ALjHsfHqtkB8+Q6Y+FDZpxhNEdAu/zYvhhEWXvfLJuFQfvsqo2RvmSA==
4371+
forest-express@7.7.2:
4372+
version "7.7.2"
4373+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.7.2.tgz#8c9134f34e3301bb4373a6d79880a9324ac381bd"
4374+
integrity sha512-XFavgXqlDpuFXLNWRuBNoqmY7FaUt9Ml3/avutR5dMJs0ZB6xjn/M/EH2WWNfSo6F+3YM8hFzitWkXzkaIuU/w==
43754375
dependencies:
43764376
"@babel/runtime" "7.10.1"
43774377
base32-encode "1.1.1"

0 commit comments

Comments
 (0)