@wix/stores 1.0.326 → 1.0.327

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/context.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"context.js","sourceRoot":"","sources":["context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAAyD;AACzD,+EAA+D;AAC/D,yEAAyD;AACzD,2EAA2D;AAC3D,2FAA2E;AAC3E,wFAAwE;AACxE,4FAA4E;AAC5E,+EAA+D;AAC/D,4FAA4E;AAC5E,6EAA6D;AAC7D,8FAA8E;AAC9E,gGAAgF;AAChF,2EAA2D"}
package/context.ts ADDED
@@ -0,0 +1,13 @@
1
+ export * as wishlist from '@wix/stores_wishlist/context';
2
+ export * as collections from '@wix/stores_collections/context';
3
+ export * as products from '@wix/stores_products/context';
4
+ export * as brandsV3 from '@wix/stores_brands-v-3/context';
5
+ export * as customizationsV3 from '@wix/stores_customizations-v-3/context';
6
+ export * as infoSectionsV3 from '@wix/stores_info-sections-v-3/context';
7
+ export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3/context';
8
+ export * as productsV3 from '@wix/stores_products-v-3/context';
9
+ export * as catalogVersioning from '@wix/stores_catalog-versioning/context';
10
+ export * as ribbonsV3 from '@wix/stores_ribbons-v-3/context';
11
+ export * as storesLocationsV3 from '@wix/stores_stores-locations-v-3/context';
12
+ export * as subscriptionOptions from '@wix/stores_subscription-options/context';
13
+ export * as inventory from '@wix/stores_inventory/context';
package/index.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+DAAiD;AAe/C,4BAAQ;AAdV,qEAAuD;AAerD,kCAAW;AAdb,+DAAiD;AAe/C,4BAAQ;AAdV,iEAAmD;AAejD,4BAAQ;AAdV,iFAAmE;AAejE,4CAAgB;AAdlB,8EAAgE;AAe9D,wCAAc;AAdhB,kFAAoE;AAelE,4CAAgB;AAdlB,qEAAuD;AAerD,gCAAU;AAdZ,kFAAoE;AAelE,8CAAiB;AAdnB,mEAAqD;AAenD,8BAAS;AAdX,oFAAsE;AAepE,8CAAiB;AAdnB,sFAAwE;AAetE,kDAAmB;AAdrB,iEAAmD;AAejD,8BAAS"}
package/index.ts ADDED
@@ -0,0 +1,29 @@
1
+ import * as wishlist from '@wix/stores_wishlist';
2
+ import * as collections from '@wix/stores_collections';
3
+ import * as products from '@wix/stores_products';
4
+ import * as brandsV3 from '@wix/stores_brands-v-3';
5
+ import * as customizationsV3 from '@wix/stores_customizations-v-3';
6
+ import * as infoSectionsV3 from '@wix/stores_info-sections-v-3';
7
+ import * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3';
8
+ import * as productsV3 from '@wix/stores_products-v-3';
9
+ import * as catalogVersioning from '@wix/stores_catalog-versioning';
10
+ import * as ribbonsV3 from '@wix/stores_ribbons-v-3';
11
+ import * as storesLocationsV3 from '@wix/stores_stores-locations-v-3';
12
+ import * as subscriptionOptions from '@wix/stores_subscription-options';
13
+ import * as inventory from '@wix/stores_inventory';
14
+
15
+ export {
16
+ wishlist,
17
+ collections,
18
+ products,
19
+ brandsV3,
20
+ customizationsV3,
21
+ infoSectionsV3,
22
+ inventoryItemsV3,
23
+ productsV3,
24
+ catalogVersioning,
25
+ ribbonsV3,
26
+ storesLocationsV3,
27
+ subscriptionOptions,
28
+ inventory,
29
+ };
package/meta.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"meta.js","sourceRoot":"","sources":["meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAsD;AACtD,4EAA4D;AAC5D,sEAAsD;AACtD,wEAAwD;AACxD,wFAAwE;AACxE,qFAAqE;AACrE,yFAAyE;AACzE,4EAA4D;AAC5D,yFAAyE;AACzE,0EAA0D;AAC1D,2FAA2E;AAC3E,6FAA6E;AAC7E,wEAAwD"}
package/meta.ts ADDED
@@ -0,0 +1,13 @@
1
+ export * as wishlist from '@wix/stores_wishlist/meta';
2
+ export * as collections from '@wix/stores_collections/meta';
3
+ export * as products from '@wix/stores_products/meta';
4
+ export * as brandsV3 from '@wix/stores_brands-v-3/meta';
5
+ export * as customizationsV3 from '@wix/stores_customizations-v-3/meta';
6
+ export * as infoSectionsV3 from '@wix/stores_info-sections-v-3/meta';
7
+ export * as inventoryItemsV3 from '@wix/stores_inventory-items-v-3/meta';
8
+ export * as productsV3 from '@wix/stores_products-v-3/meta';
9
+ export * as catalogVersioning from '@wix/stores_catalog-versioning/meta';
10
+ export * as ribbonsV3 from '@wix/stores_ribbons-v-3/meta';
11
+ export * as storesLocationsV3 from '@wix/stores_stores-locations-v-3/meta';
12
+ export * as subscriptionOptions from '@wix/stores_subscription-options/meta';
13
+ export * as inventory from '@wix/stores_inventory/meta';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/stores",
3
- "version": "1.0.326",
3
+ "version": "1.0.327",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -9,42 +9,47 @@
9
9
  "wix-sdk-module=backend,page,public"
10
10
  ],
11
11
  "sideEffects": false,
12
- "module": "build/es/index.js",
13
- "main": "build/cjs/index.js",
14
- "typings": "./build/cjs/index.d.ts",
15
- "typesBundle": "./type-bundles/index.bundle.d.ts",
12
+ "main": "./index.js",
13
+ "exports": {
14
+ ".": {
15
+ "import": "./build/es/index.js",
16
+ "require": "./index.js"
17
+ },
18
+ "./meta": {
19
+ "import": "./build/es/meta.js",
20
+ "require": "./meta.js"
21
+ },
22
+ "./context": {
23
+ "import": "./build/es/context.js",
24
+ "require": "./context.js"
25
+ }
26
+ },
16
27
  "files": [
17
- "build",
18
- "frontend/package.json",
19
- "meta",
20
- "context",
21
- "type-bundles"
28
+ "*",
29
+ "!config/*",
30
+ "!tsconfig.json",
31
+ "!tsconfig.esm.json"
22
32
  ],
23
33
  "dependencies": {
24
- "@wix/stores_brands-v-3": "1.0.30",
25
- "@wix/stores_catalog-versioning": "1.0.17",
26
- "@wix/stores_collections": "1.0.51",
27
- "@wix/stores_customizations-v-3": "1.0.32",
28
- "@wix/stores_info-sections-v-3": "1.0.31",
29
- "@wix/stores_inventory": "1.0.68",
30
- "@wix/stores_inventory-items-v-3": "1.0.42",
31
- "@wix/stores_products": "1.0.94",
32
- "@wix/stores_products-v-3": "1.0.88",
33
- "@wix/stores_ribbons-v-3": "1.0.26",
34
- "@wix/stores_stores-locations-v-3": "1.0.32",
35
- "@wix/stores_subscription-options": "1.0.50",
36
- "@wix/stores_wishlist": "1.0.43"
34
+ "@wix/stores_brands-v-3": "1.0.31",
35
+ "@wix/stores_catalog-versioning": "1.0.18",
36
+ "@wix/stores_collections": "1.0.52",
37
+ "@wix/stores_customizations-v-3": "1.0.33",
38
+ "@wix/stores_info-sections-v-3": "1.0.32",
39
+ "@wix/stores_inventory": "1.0.69",
40
+ "@wix/stores_inventory-items-v-3": "1.0.43",
41
+ "@wix/stores_products": "1.0.95",
42
+ "@wix/stores_products-v-3": "1.0.89",
43
+ "@wix/stores_ribbons-v-3": "1.0.27",
44
+ "@wix/stores_stores-locations-v-3": "1.0.33",
45
+ "@wix/stores_subscription-options": "1.0.51",
46
+ "@wix/stores_wishlist": "1.0.44"
37
47
  },
38
48
  "devDependencies": {
39
- "glob": "^10.4.1",
40
- "rollup": "^4.18.0",
41
- "rollup-plugin-dts": "^6.1.1",
42
49
  "typescript": "^5.3.2"
43
50
  },
44
51
  "scripts": {
45
- "build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles && npm run build:validate-dts",
46
- "build:dts-bundles": "test -f config/rollup-config.js && NODE_OPTIONS=--max-old-space-size=8192 rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
47
- "build:validate-dts": "tsc type-bundles/*.d.ts --noEmit",
52
+ "build": "tsc -b tsconfig.json tsconfig.esm.json",
48
53
  "test": ":"
49
54
  },
50
55
  "wix": {
@@ -58,5 +63,5 @@
58
63
  "fqdn": ""
59
64
  }
60
65
  },
61
- "falconPackageHash": "918c6a7b352a09edb8c651fb43ace52737315187d9ef289396626165"
66
+ "falconPackageHash": "32f85e0af1a1ff9688437a8ba9e1b3debfe601c072f260ceb7ae273c"
62
67
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yEAAyD;AACzD,+EAA+D;AAC/D,yEAAyD;AACzD,2EAA2D;AAC3D,2FAA2E;AAC3E,wFAAwE;AACxE,4FAA4E;AAC5E,+EAA+D;AAC/D,4FAA4E;AAC5E,6EAA6D;AAC7D,8FAA8E;AAC9E,gGAAgF;AAChF,2EAA2D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,+DAAiD;AAe/C,4BAAQ;AAdV,qEAAuD;AAerD,kCAAW;AAdb,+DAAiD;AAe/C,4BAAQ;AAdV,iEAAmD;AAejD,4BAAQ;AAdV,iFAAmE;AAejE,4CAAgB;AAdlB,8EAAgE;AAe9D,wCAAc;AAdhB,kFAAoE;AAelE,4CAAgB;AAdlB,qEAAuD;AAerD,gCAAU;AAdZ,kFAAoE;AAelE,8CAAiB;AAdnB,mEAAqD;AAenD,8BAAS;AAdX,oFAAsE;AAepE,8CAAiB;AAdnB,sFAAwE;AAetE,kDAAmB;AAdrB,iEAAmD;AAejD,8BAAS"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,sEAAsD;AACtD,4EAA4D;AAC5D,sEAAsD;AACtD,wEAAwD;AACxD,wFAAwE;AACxE,qFAAqE;AACrE,yFAAyE;AACzE,4EAA4D;AAC5D,yFAAyE;AACzE,0EAA0D;AAC1D,2FAA2E;AAC3E,6FAA6E;AAC7E,wEAAwD"}
@@ -1,7 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "../build/es/context.js",
4
- "main": "../build/cjs/context.js",
5
- "typings": "../build/cjs/context.d.ts",
6
- "typesBundle": "../type-bundles/context.bundle.d.ts"
7
- }
package/meta/package.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "sideEffects": false,
3
- "module": "../build/es/meta.js",
4
- "main": "../build/cjs/meta.js",
5
- "typings": "../build/cjs/meta.d.ts",
6
- "typesBundle": "../type-bundles/meta.bundle.d.ts"
7
- }