commerce-sdk-isomorphic 2.0.0 → 2.1.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": "2.0.0",
3
+ "version": "2.1.0",
4
4
  "private": false,
5
5
  "description": "Salesforce Commerce SDK Isomorphic",
6
6
  "bugs": {
@@ -108,7 +108,7 @@
108
108
  "@babel/preset-env": "7.18.6",
109
109
  "@babel/preset-react": "7.18.6",
110
110
  "@babel/preset-typescript": "^7.18.6",
111
- "@commerce-apps/raml-toolkit": "^0.5.11",
111
+ "@commerce-apps/raml-toolkit": "0.5.12",
112
112
  "@rollup/plugin-babel": "5.3.1",
113
113
  "@rollup/plugin-commonjs": "13.0.2",
114
114
  "@rollup/plugin-node-resolve": "8.4.0",
@@ -172,16 +172,16 @@
172
172
  "react-dom": ">=16.8.0"
173
173
  },
174
174
  "engines": {
175
- "node": ">=10"
175
+ "node": ">=12"
176
176
  },
177
177
  "bundlesize": [
178
178
  {
179
179
  "path": "lib/**/*.js",
180
- "maxSize": "46 kB"
180
+ "maxSize": "48 kB"
181
181
  },
182
182
  {
183
183
  "path": "commerce-sdk-isomorphic-with-deps.tgz",
184
- "maxSize": "400 kB"
184
+ "maxSize": "425 kB"
185
185
  }
186
186
  ],
187
187
  "proxy": "https://SHORTCODE.api.commercecloud.salesforce.com"