Skip to content

Commit

Permalink
feat(perf): do not send schema to Forest when unchanged (#858)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumedeslandes authored Oct 19, 2021
1 parent d526b87 commit fb81ea7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@babel/runtime": "7.15.4",
"bluebird": "2.9.25",
"core-js": "3.6.5",
"forest-express": "9.2.9",
"forest-express": "9.3.0",
"http-errors": "1.6.1",
"lodash": "4.17.21",
"moment": "2.19.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5127,10 +5127,10 @@ for-in@^1.0.2:
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=

forest-express@9.2.9:
version "9.2.9"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.2.9.tgz#be7a6e7cbf5f832bc613a0553f7533585013fa55"
integrity sha512-TeHwM1uNEkIP1wHNqGIKPyhM7bOIhCN8N42spgYYSV8wjCjvMARYggImWInuURM87KQxnz/R1VwXQdrz9IeKCg==
forest-express@9.3.0:
version "9.3.0"
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-9.3.0.tgz#79a5795e7624b17e1f7031925059166dec2fb171"
integrity sha512-f5eJlRtkGXKimFR43WVnHRQ8VrA0aVoEuMetq1ufzHZ1knBHD0rNZg5GkYsJEF94M8zi69ZJMSTy2ufANVuuaw==
dependencies:
"@babel/runtime" "7.10.1"
base32-encode "1.1.1"
Expand Down

0 comments on commit fb81ea7

Please sign in to comment.