@wix/stores 1.0.10 → 1.0.11

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.
@@ -1,3 +1,3 @@
1
+ export * as catalog from './src/stores-v2-inventory.public';
1
2
  export * as collections from './src/stores-catalog-v1-collection.public';
2
3
  export * as products from './src/stores-catalog-v1-product-products.public';
3
- export * as catalog from './src/stores-v2-inventory.public';
@@ -19,8 +19,8 @@ var __importStar = (this && this.__importStar) || function (mod) {
19
19
  return result;
20
20
  };
21
21
  Object.defineProperty(exports, "__esModule", { value: true });
22
- exports.catalog = exports.products = exports.collections = void 0;
22
+ exports.products = exports.collections = exports.catalog = void 0;
23
+ exports.catalog = __importStar(require("./src/stores-v2-inventory.public"));
23
24
  exports.collections = __importStar(require("./src/stores-catalog-v1-collection.public"));
24
25
  exports.products = __importStar(require("./src/stores-catalog-v1-product-products.public"));
25
- exports.catalog = __importStar(require("./src/stores-v2-inventory.public"));
26
26
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,yFAAyE;AACzE,4FAA4E;AAC5E,4EAA4D"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,4EAA4D;AAC5D,yFAAyE;AACzE,4FAA4E"}
@@ -1,3 +1,3 @@
1
+ export * as catalog from './src/stores-v2-inventory.public';
1
2
  export * as collections from './src/stores-catalog-v1-collection.public';
2
3
  export * as products from './src/stores-catalog-v1-product-products.public';
3
- export * as catalog from './src/stores-v2-inventory.public';
package/build/es/index.js CHANGED
@@ -1,4 +1,4 @@
1
+ export * as catalog from './src/stores-v2-inventory.public';
1
2
  export * as collections from './src/stores-catalog-v1-collection.public';
2
3
  export * as products from './src/stores-catalog-v1-product-products.public';
3
- export * as catalog from './src/stores-v2-inventory.public';
4
4
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,2CAA2C,CAAC;AACzE,OAAO,KAAK,QAAQ,MAAM,iDAAiD,CAAC;AAC5E,OAAO,KAAK,OAAO,MAAM,kCAAkC,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,OAAO,MAAM,kCAAkC,CAAC;AAC5D,OAAO,KAAK,WAAW,MAAM,2CAA2C,CAAC;AACzE,OAAO,KAAK,QAAQ,MAAM,iDAAiD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/stores",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress.public-sdk-autogen"
34
34
  }
35
35
  },
36
- "falconPackageHash": "a8f15b8f2cb97cc16a8fadc889775e0f10da8a80b13ecd37ed87e73a"
36
+ "falconPackageHash": "c70cb610023e2b939eb5512f6d0dc4b254fcf5d1629dbb9973b00770"
37
37
  }