@builder.io/plugin-sfcc-commerce-api 0.0.13-4 → 0.0.13

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.
@@ -146880,7 +146880,7 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
146880
146880
  });
146881
146881
 
146882
146882
  var name = "@builder.io/plugin-sfcc-commerce-api";
146883
- var version = "0.0.13-3";
146883
+ var version = "0.0.13-4";
146884
146884
  var description = "";
146885
146885
  var keywords = [
146886
146886
  ];
@@ -146933,7 +146933,7 @@ System.register(['@builder.io/sdk', '@emotion/core', '@material-ui/core', 'react
146933
146933
  typescript: "^3.0.3"
146934
146934
  };
146935
146935
  var dependencies = {
146936
- "@builder.io/plugin-tools": "0.0.5-3",
146936
+ "@builder.io/plugin-tools": "0.0.5",
146937
146937
  "commerce-sdk-isomorphic": "2.1.0"
146938
146938
  };
146939
146939
  var pkg = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@builder.io/plugin-sfcc-commerce-api",
3
- "version": "0.0.13-4",
3
+ "version": "0.0.13",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "main": "dist/plugin.system.js",
@@ -52,7 +52,7 @@
52
52
  "typescript": "^3.0.3"
53
53
  },
54
54
  "dependencies": {
55
- "@builder.io/plugin-tools": "0.0.5-3",
55
+ "@builder.io/plugin-tools": "0.0.5",
56
56
  "commerce-sdk-isomorphic": "2.1.0"
57
57
  }
58
58
  }