@shoppexio/storefront 1.0.4 → 1.0.6
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/dist/shoppex.esm.js +2 -2
- package/dist/shoppex.esm.js.map +1 -1
- package/dist/shoppex.umd.js +1 -1
- package/dist/shoppex.umd.js.map +1 -1
- package/package.json +3 -7
- package/dist/__tests__/affiliates.test.d.ts +0 -2
- package/dist/__tests__/affiliates.test.d.ts.map +0 -1
- package/dist/__tests__/analytics.test.d.ts +0 -2
- package/dist/__tests__/analytics.test.d.ts.map +0 -1
- package/dist/__tests__/cache.test.d.ts +0 -2
- package/dist/__tests__/cache.test.d.ts.map +0 -1
- package/dist/__tests__/cart.test.d.ts +0 -2
- package/dist/__tests__/cart.test.d.ts.map +0 -1
- package/dist/__tests__/checkout.test.d.ts +0 -2
- package/dist/__tests__/checkout.test.d.ts.map +0 -1
- package/dist/__tests__/client.test.d.ts +0 -2
- package/dist/__tests__/client.test.d.ts.map +0 -1
- package/dist/__tests__/config.test.d.ts +0 -2
- package/dist/__tests__/config.test.d.ts.map +0 -1
- package/dist/__tests__/coupons.test.d.ts +0 -2
- package/dist/__tests__/coupons.test.d.ts.map +0 -1
- package/dist/__tests__/endpoint.test.d.ts +0 -2
- package/dist/__tests__/endpoint.test.d.ts.map +0 -1
- package/dist/__tests__/invoices.test.d.ts +0 -2
- package/dist/__tests__/invoices.test.d.ts.map +0 -1
- package/dist/__tests__/navigation.test.d.ts +0 -2
- package/dist/__tests__/navigation.test.d.ts.map +0 -1
- package/dist/__tests__/pages.test.d.ts +0 -2
- package/dist/__tests__/pages.test.d.ts.map +0 -1
- package/dist/__tests__/products.test.d.ts +0 -2
- package/dist/__tests__/products.test.d.ts.map +0 -1
- package/dist/__tests__/reviews.test.d.ts +0 -2
- package/dist/__tests__/reviews.test.d.ts.map +0 -1
- package/dist/__tests__/sdk.smoke.test.d.ts +0 -2
- package/dist/__tests__/sdk.smoke.test.d.ts.map +0 -1
- package/dist/__tests__/search.test.d.ts +0 -2
- package/dist/__tests__/search.test.d.ts.map +0 -1
- package/dist/__tests__/setup.d.ts +0 -2
- package/dist/__tests__/setup.d.ts.map +0 -1
- package/dist/__tests__/store.test.d.ts +0 -2
- package/dist/__tests__/store.test.d.ts.map +0 -1
- package/dist/__tests__/storefront-contact.test.d.ts +0 -2
- package/dist/__tests__/storefront-contact.test.d.ts.map +0 -1
- package/dist/__tests__/storefront-custom-fields.test.d.ts +0 -2
- package/dist/__tests__/storefront-custom-fields.test.d.ts.map +0 -1
- package/dist/__tests__/storefront-stock.test.d.ts +0 -2
- package/dist/__tests__/storefront-stock.test.d.ts.map +0 -1
- package/dist/__tests__/theme.test.d.ts +0 -2
- package/dist/__tests__/theme.test.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shoppexio/storefront",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Shoppex Storefront SDK - Build custom storefronts with any framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -34,14 +34,10 @@
|
|
|
34
34
|
"build": "tsc && vite build",
|
|
35
35
|
"lint": "biome lint src",
|
|
36
36
|
"typecheck": "tsc --noEmit",
|
|
37
|
-
"sync:themes": "node scripts/sync-theme-sdk.mjs --write",
|
|
38
|
-
"sync:themes:exact": "node scripts/sync-theme-sdk.mjs --write --channel=exact",
|
|
39
|
-
"verify:themes": "node scripts/sync-theme-sdk.mjs --check",
|
|
40
|
-
"verify:themes:exact": "node scripts/sync-theme-sdk.mjs --check --channel=exact",
|
|
41
37
|
"test": "vitest run",
|
|
42
38
|
"test:watch": "vitest",
|
|
43
39
|
"smoke": "vitest run -c vitest.smoke.config.ts",
|
|
44
|
-
"deploy": "bun run build &&
|
|
40
|
+
"deploy": "bun run build && ./scripts/deploy-cdn.sh"
|
|
45
41
|
},
|
|
46
42
|
"keywords": [
|
|
47
43
|
"shoppex",
|
|
@@ -66,6 +62,6 @@
|
|
|
66
62
|
"node": ">=18.0.0"
|
|
67
63
|
},
|
|
68
64
|
"dependencies": {
|
|
69
|
-
"@shoppex/contracts": "npm:@shoppexio/contracts@0.1.
|
|
65
|
+
"@shoppex/contracts": "npm:@shoppexio/contracts@0.1.3"
|
|
70
66
|
}
|
|
71
67
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"affiliates.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/affiliates.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"analytics.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/analytics.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cache.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/cache.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cart.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/cart.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"checkout.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/checkout.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"client.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/client.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"config.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/config.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"coupons.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/coupons.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"endpoint.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/endpoint.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"invoices.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/invoices.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"navigation.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/navigation.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pages.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/pages.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"products.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/products.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"reviews.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/reviews.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sdk.smoke.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/sdk.smoke.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"search.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/search.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../src/__tests__/setup.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"store.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/store.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storefront-contact.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/storefront-contact.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storefront-custom-fields.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/storefront-custom-fields.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"storefront-stock.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/storefront-stock.test.ts"],"names":[],"mappings":""}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"theme.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/theme.test.ts"],"names":[],"mappings":""}
|