commerce-sdk-isomorphic 5.4.0 → 5.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "commerce-sdk-isomorphic",
3
- "version": "5.4.0",
3
+ "version": "5.6.0",
4
4
  "private": false,
5
5
  "description": "Salesforce Commerce SDK Isomorphic",
6
6
  "bugs": {
@@ -53,7 +53,7 @@
53
53
  "test:exports": "node --test src/test/packageExports.mjs",
54
54
  "test:react": "react-scripts test --env=jest-environment-jsdom-sixteen src/environment",
55
55
  "test:unit": "jest --coverage --testPathIgnorePatterns node_modules src/environment --silent",
56
- "test:workflow": "node --test src/test/releaseOnMergeWorkflow.mjs",
56
+ "test:workflow": "node --test src/test/releaseOnMergeWorkflow.mjs src/test/publishAutoTriggerWorkflow.mjs",
57
57
  "updateApis": "ts-node --compiler-options '{\"module\": \"commonjs\", \"target\": \"ES6\" }' scripts/updateApis.ts && yarn diffApis"
58
58
  },
59
59
  "husky": {
@@ -192,7 +192,7 @@
192
192
  "bundlesize": [
193
193
  {
194
194
  "path": "lib/**/*.js",
195
- "maxSize": "60 kB"
195
+ "maxSize": "61 kB"
196
196
  },
197
197
  {
198
198
  "path": "commerce-sdk-isomorphic-with-deps.tgz",