@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.
Files changed (49) hide show
  1. package/dist/shoppex.esm.js +2 -2
  2. package/dist/shoppex.esm.js.map +1 -1
  3. package/dist/shoppex.umd.js +1 -1
  4. package/dist/shoppex.umd.js.map +1 -1
  5. package/package.json +3 -7
  6. package/dist/__tests__/affiliates.test.d.ts +0 -2
  7. package/dist/__tests__/affiliates.test.d.ts.map +0 -1
  8. package/dist/__tests__/analytics.test.d.ts +0 -2
  9. package/dist/__tests__/analytics.test.d.ts.map +0 -1
  10. package/dist/__tests__/cache.test.d.ts +0 -2
  11. package/dist/__tests__/cache.test.d.ts.map +0 -1
  12. package/dist/__tests__/cart.test.d.ts +0 -2
  13. package/dist/__tests__/cart.test.d.ts.map +0 -1
  14. package/dist/__tests__/checkout.test.d.ts +0 -2
  15. package/dist/__tests__/checkout.test.d.ts.map +0 -1
  16. package/dist/__tests__/client.test.d.ts +0 -2
  17. package/dist/__tests__/client.test.d.ts.map +0 -1
  18. package/dist/__tests__/config.test.d.ts +0 -2
  19. package/dist/__tests__/config.test.d.ts.map +0 -1
  20. package/dist/__tests__/coupons.test.d.ts +0 -2
  21. package/dist/__tests__/coupons.test.d.ts.map +0 -1
  22. package/dist/__tests__/endpoint.test.d.ts +0 -2
  23. package/dist/__tests__/endpoint.test.d.ts.map +0 -1
  24. package/dist/__tests__/invoices.test.d.ts +0 -2
  25. package/dist/__tests__/invoices.test.d.ts.map +0 -1
  26. package/dist/__tests__/navigation.test.d.ts +0 -2
  27. package/dist/__tests__/navigation.test.d.ts.map +0 -1
  28. package/dist/__tests__/pages.test.d.ts +0 -2
  29. package/dist/__tests__/pages.test.d.ts.map +0 -1
  30. package/dist/__tests__/products.test.d.ts +0 -2
  31. package/dist/__tests__/products.test.d.ts.map +0 -1
  32. package/dist/__tests__/reviews.test.d.ts +0 -2
  33. package/dist/__tests__/reviews.test.d.ts.map +0 -1
  34. package/dist/__tests__/sdk.smoke.test.d.ts +0 -2
  35. package/dist/__tests__/sdk.smoke.test.d.ts.map +0 -1
  36. package/dist/__tests__/search.test.d.ts +0 -2
  37. package/dist/__tests__/search.test.d.ts.map +0 -1
  38. package/dist/__tests__/setup.d.ts +0 -2
  39. package/dist/__tests__/setup.d.ts.map +0 -1
  40. package/dist/__tests__/store.test.d.ts +0 -2
  41. package/dist/__tests__/store.test.d.ts.map +0 -1
  42. package/dist/__tests__/storefront-contact.test.d.ts +0 -2
  43. package/dist/__tests__/storefront-contact.test.d.ts.map +0 -1
  44. package/dist/__tests__/storefront-custom-fields.test.d.ts +0 -2
  45. package/dist/__tests__/storefront-custom-fields.test.d.ts.map +0 -1
  46. package/dist/__tests__/storefront-stock.test.d.ts +0 -2
  47. package/dist/__tests__/storefront-stock.test.d.ts.map +0 -1
  48. package/dist/__tests__/theme.test.d.ts +0 -2
  49. 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.4",
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 && bun run verify:themes && ./scripts/deploy-cdn.sh"
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.2"
65
+ "@shoppex/contracts": "npm:@shoppexio/contracts@0.1.3"
70
66
  }
71
67
  }
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=affiliates.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"affiliates.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/affiliates.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=analytics.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"analytics.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/analytics.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=cache.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cache.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/cache.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=cart.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cart.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/cart.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=checkout.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"checkout.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/checkout.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=client.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"client.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/client.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=config.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"config.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/config.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=coupons.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"coupons.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/coupons.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=endpoint.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"endpoint.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/endpoint.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=invoices.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"invoices.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/invoices.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=navigation.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"navigation.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/navigation.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=pages.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"pages.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/pages.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=products.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"products.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/products.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=reviews.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"reviews.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/reviews.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=sdk.smoke.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"sdk.smoke.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/sdk.smoke.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=search.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"search.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/search.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=setup.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"setup.d.ts","sourceRoot":"","sources":["../../src/__tests__/setup.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=store.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"store.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/store.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=storefront-contact.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storefront-contact.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/storefront-contact.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=storefront-custom-fields.test.d.ts.map
@@ -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,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=storefront-stock.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"storefront-stock.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/storefront-stock.test.ts"],"names":[],"mappings":""}
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=theme.test.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"theme.test.d.ts","sourceRoot":"","sources":["../../src/__tests__/theme.test.ts"],"names":[],"mappings":""}