Skip to content

Commit 9ef8c44

Browse files
feat(schema): move some meta data under stack attribute to prevent blocking scenarios on DWO (#591)
1 parent f39db40 commit 9ef8c44

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": "8.5.2",
29+
"forest-express": "8.6.0",
3030
"http-errors": "1.7.2",
3131
"lodash": "4.17.21",
3232
"moment": "2.24.0",

yarn.lock

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

4606-
forest-express@8.5.2:
4607-
version "8.5.2"
4608-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.5.2.tgz#ab5b5e0b5379c5ec4a2b1a71c5d9b975d6ab966a"
4609-
integrity sha512-yI45JiHsETITEozxjMPL4Ej7HQ9SJSx7XEPn9MMqGjAhrWUzIijsQSyre8k3K1M+t41wuGnj3pK/bWshCCjweg==
4606+
forest-express@8.6.0:
4607+
version "8.6.0"
4608+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-8.6.0.tgz#0a8a838c1d2da513151729c7312d6d1f73c50b34"
4609+
integrity sha512-zyRtVZxGMt/Uq/3XZyZ9cvvGu98zZf4z5Aarc37LcIgdgK2dn+1BfCd6y6X5pAzdW6sQtFOLSWr1MR98K4TeCA==
46104610
dependencies:
46114611
"@babel/runtime" "7.10.1"
46124612
base32-encode "1.1.1"

0 commit comments

Comments
 (0)