@jay-framework/wix-server-client 0.19.1 → 0.19.4

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/dist/index.js +4 -0
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -57,6 +57,10 @@ function loadConfig() {
57
57
  const WIX_CLIENT_SERVICE = createJayService("WixClientService");
58
58
  function provideWixClientService(config) {
59
59
  const instance = createClient({
60
+ // auth: AppStrategy({
61
+ // appId: process.env.WIX_CLIENT_ID, // from wix.config,
62
+ // appSecret: process.env.WIX_CLIENT_SECRET,
63
+ // }),
60
64
  auth: ApiKeyStrategy({
61
65
  apiKey: config.apiKey.apiKey,
62
66
  siteId: config.apiKey.siteId
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jay-framework/wix-server-client",
3
- "version": "0.19.1",
3
+ "version": "0.19.4",
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.19.1",
30
- "@jay-framework/fullstack-component": "^0.19.1",
31
- "@jay-framework/reactive": "^0.19.1",
32
- "@jay-framework/runtime": "^0.19.1",
33
- "@jay-framework/secure": "^0.19.1",
34
- "@jay-framework/stack-client-runtime": "^0.19.1",
35
- "@jay-framework/stack-server-runtime": "^0.19.1",
29
+ "@jay-framework/component": "^0.19.4",
30
+ "@jay-framework/fullstack-component": "^0.19.4",
31
+ "@jay-framework/reactive": "^0.19.4",
32
+ "@jay-framework/runtime": "^0.19.4",
33
+ "@jay-framework/secure": "^0.19.4",
34
+ "@jay-framework/stack-client-runtime": "^0.19.4",
35
+ "@jay-framework/stack-server-runtime": "^0.19.4",
36
36
  "@wix/sdk": "^1.21.5",
37
37
  "@wix/sdk-runtime": "^1.0.11",
38
38
  "js-yaml": "^4.1.0"
@@ -41,9 +41,9 @@
41
41
  "@babel/core": "^7.23.7",
42
42
  "@babel/preset-env": "^7.23.8",
43
43
  "@babel/preset-typescript": "^7.23.3",
44
- "@jay-framework/compiler-jay-stack": "^0.19.1",
45
- "@jay-framework/jay-cli": "^0.19.1",
46
- "@jay-framework/vite-plugin": "^0.19.1",
44
+ "@jay-framework/compiler-jay-stack": "^0.19.4",
45
+ "@jay-framework/jay-cli": "^0.19.4",
46
+ "@jay-framework/vite-plugin": "^0.19.4",
47
47
  "@types/js-yaml": "^4.0.9",
48
48
  "@types/node": "^20.11.0",
49
49
  "nodemon": "^3.0.3",