@commercengine/storefront-sdk 0.4.1 → 0.4.2

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.
@@ -2987,4 +2987,4 @@ var CE_SDK = (() => {
2987
2987
  var index_default = StorefrontSDK;
2988
2988
  return __toCommonJS(index_exports);
2989
2989
  })();
2990
- //# sourceMappingURL=index.global.js.map
2990
+ //# sourceMappingURL=index.iife.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercengine/storefront-sdk",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "TypeScript SDK for the Storefront API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -8,9 +8,9 @@
8
8
  "exports": {
9
9
  ".": {
10
10
  "types": "./dist/index.d.ts",
11
- "browser": "./dist/index.iife.js",
12
11
  "import": "./dist/index.js",
13
- "require": "./dist/index.cjs"
12
+ "require": "./dist/index.cjs",
13
+ "browser": "./dist/index.iife.js"
14
14
  }
15
15
  },
16
16
  "files": [
File without changes