@jay-framework/wix-stores-v1 0.21.0 → 0.22.0

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 (2) hide show
  1. package/package.json +14 -14
  2. package/plugin.yaml +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jay-framework/wix-stores-v1",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "type": "module",
5
5
  "description": "Wix Stores Catalog V1 API client for Jay Framework",
6
6
  "license": "Apache-2.0",
@@ -35,25 +35,25 @@
35
35
  "test": ":"
36
36
  },
37
37
  "dependencies": {
38
- "@jay-framework/component": "^0.21.0",
39
- "@jay-framework/fullstack-component": "^0.21.0",
40
- "@jay-framework/reactive": "^0.21.0",
41
- "@jay-framework/runtime": "^0.21.0",
42
- "@jay-framework/secure": "^0.21.0",
43
- "@jay-framework/stack-client-runtime": "^0.21.0",
44
- "@jay-framework/stack-server-runtime": "^0.21.0",
45
- "@jay-framework/wix-cart": "^0.21.0",
46
- "@jay-framework/wix-server-client": "^0.21.0",
47
- "@jay-framework/wix-utils": "^0.21.0",
38
+ "@jay-framework/component": "^0.22.0",
39
+ "@jay-framework/fullstack-component": "^0.22.0",
40
+ "@jay-framework/reactive": "^0.22.0",
41
+ "@jay-framework/runtime": "^0.22.0",
42
+ "@jay-framework/secure": "^0.22.0",
43
+ "@jay-framework/stack-client-runtime": "^0.22.0",
44
+ "@jay-framework/stack-server-runtime": "^0.22.0",
45
+ "@jay-framework/wix-cart": "^0.22.0",
46
+ "@jay-framework/wix-server-client": "^0.22.0",
47
+ "@jay-framework/wix-utils": "^0.22.0",
48
48
  "@wix/sdk": "^1.21.5"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@babel/core": "^7.23.7",
52
52
  "@babel/preset-env": "^7.23.8",
53
53
  "@babel/preset-typescript": "^7.23.3",
54
- "@jay-framework/compiler-jay-stack": "^0.21.0",
55
- "@jay-framework/jay-cli": "^0.21.0",
56
- "@jay-framework/vite-plugin": "^0.21.0",
54
+ "@jay-framework/compiler-jay-stack": "^0.22.0",
55
+ "@jay-framework/jay-cli": "^0.22.0",
56
+ "@jay-framework/vite-plugin": "^0.22.0",
57
57
  "nodemon": "^3.0.3",
58
58
  "rimraf": "^5.0.5",
59
59
  "tslib": "^2.6.2",
package/plugin.yaml CHANGED
@@ -41,7 +41,6 @@ contexts:
41
41
  marker: WIX_STORES_V1_CONTEXT
42
42
  description: Client-side V1 stores access with collection pagination and delegated cart operations
43
43
 
44
- setup:
45
- handler: setupWixStoresV1
44
+ setup: setupWixStoresV1
46
45
 
47
46
  # Plugin initialization uses makeJayInit pattern in lib/init.ts