Skip to content

Commit fb81ea7

Browse files
feat(perf): do not send schema to Forest when unchanged (#858)
1 parent d526b87 commit fb81ea7

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
@@ -28,7 +28,7 @@
2828
"@babel/runtime": "7.15.4",
2929
"bluebird": "2.9.25",
3030
"core-js": "3.6.5",
31-
"forest-express": "9.2.9",
31+
"forest-express": "9.3.0",
3232
"http-errors": "1.6.1",
3333
"lodash": "4.17.21",
3434
"moment": "2.19.4",

yarn.lock

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

5130-
forest-express@9.2.9:
5131-
version "9.2.9"
5132-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.2.9.tgz#be7a6e7cbf5f832bc613a0553f7533585013fa55"
5133-
integrity sha512-TeHwM1uNEkIP1wHNqGIKPyhM7bOIhCN8N42spgYYSV8wjCjvMARYggImWInuURM87KQxnz/R1VwXQdrz9IeKCg==
5130+
forest-express@9.3.0:
5131+
version "9.3.0"
5132+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.3.0.tgz#79a5795e7624b17e1f7031925059166dec2fb171"
5133+
integrity sha512-f5eJlRtkGXKimFR43WVnHRQ8VrA0aVoEuMetq1ufzHZ1knBHD0rNZg5GkYsJEF94M8zi69ZJMSTy2ufANVuuaw==
51345134
dependencies:
51355135
"@babel/runtime" "7.10.1"
51365136
base32-encode "1.1.1"

0 commit comments

Comments
 (0)