@jay-framework/wix-server-client 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 +11 -11
  2. package/plugin.yaml +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jay-framework/wix-server-client",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "type": "module",
5
5
  "description": "Wix SDK client configuration and authentication for Jay Framework",
6
6
  "license": "Apache-2.0",
@@ -26,13 +26,13 @@
26
26
  "test": ":"
27
27
  },
28
28
  "dependencies": {
29
- "@jay-framework/component": "^0.21.0",
30
- "@jay-framework/fullstack-component": "^0.21.0",
31
- "@jay-framework/reactive": "^0.21.0",
32
- "@jay-framework/runtime": "^0.21.0",
33
- "@jay-framework/secure": "^0.21.0",
34
- "@jay-framework/stack-client-runtime": "^0.21.0",
35
- "@jay-framework/stack-server-runtime": "^0.21.0",
29
+ "@jay-framework/component": "^0.22.0",
30
+ "@jay-framework/fullstack-component": "^0.22.0",
31
+ "@jay-framework/reactive": "^0.22.0",
32
+ "@jay-framework/runtime": "^0.22.0",
33
+ "@jay-framework/secure": "^0.22.0",
34
+ "@jay-framework/stack-client-runtime": "^0.22.0",
35
+ "@jay-framework/stack-server-runtime": "^0.22.0",
36
36
  "@wix/sdk": "^1.21.5",
37
37
  "js-yaml": "^4.1.0"
38
38
  },
@@ -40,9 +40,9 @@
40
40
  "@babel/core": "^7.23.7",
41
41
  "@babel/preset-env": "^7.23.8",
42
42
  "@babel/preset-typescript": "^7.23.3",
43
- "@jay-framework/compiler-jay-stack": "^0.21.0",
44
- "@jay-framework/jay-cli": "^0.21.0",
45
- "@jay-framework/vite-plugin": "^0.21.0",
43
+ "@jay-framework/compiler-jay-stack": "^0.22.0",
44
+ "@jay-framework/jay-cli": "^0.22.0",
45
+ "@jay-framework/vite-plugin": "^0.22.0",
46
46
  "@types/js-yaml": "^4.0.9",
47
47
  "@types/node": "^20.11.0",
48
48
  "nodemon": "^3.0.3",
package/plugin.yaml CHANGED
@@ -14,6 +14,5 @@ contexts:
14
14
  marker: WIX_CLIENT_CONTEXT
15
15
  description: Client-side OAuth authentication and token management
16
16
 
17
- setup:
18
- handler: setupWixServerClient
19
- description: Configure Wix API credentials (API key, site ID, OAuth client ID)
17
+ setup: setupWixServerClient
18
+ description: Configure Wix API credentials (API key, site ID, OAuth client ID)