@wix/sdk 1.15.3 → 1.15.5

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.
@@ -1,5 +1,5 @@
1
- import { AuthenticationStrategy } from '@wix/sdk-types';
2
- export type AppStrategy = AuthenticationStrategy<undefined> & {
1
+ import { AuthenticationStrategy, Host } from '@wix/sdk-types';
2
+ export type AppStrategy = AuthenticationStrategy<undefined | Host> & {
3
3
  getInstallUrl(opts: {
4
4
  redirectUrl: string;
5
5
  state?: string;
@@ -1,5 +1,5 @@
1
- import { AuthenticationStrategy } from '@wix/sdk-types';
2
- export type AppStrategy = AuthenticationStrategy<undefined> & {
1
+ import { AuthenticationStrategy, Host } from '@wix/sdk-types';
2
+ export type AppStrategy = AuthenticationStrategy<undefined | Host> & {
3
3
  getInstallUrl(opts: {
4
4
  redirectUrl: string;
5
5
  state?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/sdk",
3
- "version": "1.15.3",
3
+ "version": "1.15.5",
4
4
  "license": "UNLICENSED",
5
5
  "author": {
6
6
  "name": "Ronny Ringel",
@@ -67,12 +67,12 @@
67
67
  "*.{js,ts}": "yarn lint"
68
68
  },
69
69
  "dependencies": {
70
- "@wix/identity": "^1.0.92",
70
+ "@wix/identity": "^1.0.97",
71
71
  "@wix/image-kit": "^1.97.0",
72
72
  "@wix/redirects": "^1.0.64",
73
73
  "@wix/sdk-context": "^0.0.1",
74
- "@wix/sdk-runtime": "0.3.25",
75
- "@wix/sdk-types": "^1.12.5",
74
+ "@wix/sdk-runtime": "0.3.26",
75
+ "@wix/sdk-types": "^1.12.6",
76
76
  "jose": "^5.9.6",
77
77
  "serialize-error": "^8.1.0",
78
78
  "type-fest": "^4.30.0"
@@ -84,11 +84,11 @@
84
84
  "@types/is-ci": "^3.0.4",
85
85
  "@types/node": "^20.17.9",
86
86
  "@vitest/ui": "^1.6.0",
87
- "@wix/ecom": "^1.0.846",
88
- "@wix/events": "^1.0.350",
89
- "@wix/metro": "^1.0.90",
90
- "@wix/metro-runtime": "^1.1867.0",
91
- "@wix/sdk-runtime": "0.3.25",
87
+ "@wix/ecom": "^1.0.848",
88
+ "@wix/events": "^1.0.352",
89
+ "@wix/metro": "^1.0.92",
90
+ "@wix/metro-runtime": "^1.1870.0",
91
+ "@wix/sdk-runtime": "0.3.26",
92
92
  "eslint": "^8.57.1",
93
93
  "eslint-config-sdk": "0.0.0",
94
94
  "graphql": "^16.8.0",
@@ -122,5 +122,5 @@
122
122
  "wallaby": {
123
123
  "autoDetect": true
124
124
  },
125
- "falconPackageHash": "25dcbae818e2fa823f5eef46a730bacb11dfe191946ce618a5fac63d"
125
+ "falconPackageHash": "b3e0d5fc6b317f258faa3fd0a8d192eb5810d944e3a761b97963ce7f"
126
126
  }