@wix/workspace 1.3.6 → 1.3.7
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 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/namespaces/credits/types.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"names":[],"sources":["../../../../src/namespaces/credits/types.ts"],"sourcesContent":["import type { EAssetType } from '@wix/credits-types';\n\nexport type AssetType = `${EAssetType}`;\n\nexport type OpenPaywallModalRequest = {\n assetType: AssetType;\n};\n\nexport type CreditsNamespace = {\n openPaywallModal: (args: OpenPaywallModalRequest) => Promise<void>; // TODO: Need to add correct type\n};\n"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sources":["../../../../src/namespaces/credits/types.ts"],"sourcesContent":["
|
|
1
|
+
{"version":3,"names":[],"sources":["../../../../src/namespaces/credits/types.ts"],"sourcesContent":["import type { EAssetType } from '@wix/credits-types';\n\nexport type AssetType = `${EAssetType}`;\n\nexport type OpenPaywallModalRequest = {\n assetType: AssetType;\n};\n\nexport type CreditsNamespace = {\n openPaywallModal: (args: OpenPaywallModalRequest) => Promise<void>; // TODO: Need to add correct type\n};\n"],"mappings":"","ignoreList":[]}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
import type { EAssetType } from '@wix/credits-types';
|
|
2
|
+
export declare type AssetType = `${EAssetType}`;
|
|
2
3
|
export declare type OpenPaywallModalRequest = {
|
|
3
4
|
assetType: AssetType;
|
|
4
5
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/namespaces/credits/types.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/namespaces/credits/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAErD,oBAAY,SAAS,GAAG,GAAG,UAAU,EAAE,CAAC;AAExC,oBAAY,uBAAuB,GAAG;IACpC,SAAS,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,oBAAY,gBAAgB,GAAG;IAC7B,gBAAgB,EAAE,CAAC,IAAI,EAAE,uBAAuB,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;CACpE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/workspace",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.7",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Aviv Maimon",
|
|
@@ -30,18 +30,19 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@babel/runtime": "^7.0.0",
|
|
33
|
-
"@wix/
|
|
34
|
-
"@wix/sdk-
|
|
33
|
+
"@wix/credits-types": "^1.0.0",
|
|
34
|
+
"@wix/sdk-runtime": "^1.0.7",
|
|
35
|
+
"@wix/sdk-types": "^1.17.3"
|
|
35
36
|
},
|
|
36
37
|
"peerDependencies": {
|
|
37
|
-
"@wix/sdk": "^1.
|
|
38
|
+
"@wix/sdk": "^1.21.3"
|
|
38
39
|
},
|
|
39
40
|
"devDependencies": {
|
|
40
41
|
"@types/jest": "^27.4.0",
|
|
41
42
|
"@types/node": "^16.0.0",
|
|
42
43
|
"@wix/eslint-config-yoshi": "^6.0.0",
|
|
43
44
|
"@wix/jest-yoshi-preset": "^6.0.0",
|
|
44
|
-
"@wix/sdk": "^1.
|
|
45
|
+
"@wix/sdk": "^1.21.3",
|
|
45
46
|
"@wix/yoshi-flow-library": "^6.0.0",
|
|
46
47
|
"ts-jest": "^27.1.2",
|
|
47
48
|
"typescript": "~4.7.0",
|
|
@@ -73,5 +74,5 @@
|
|
|
73
74
|
"wallaby": {
|
|
74
75
|
"autoDetect": true
|
|
75
76
|
},
|
|
76
|
-
"falconPackageHash": "
|
|
77
|
+
"falconPackageHash": "97d7f5c098312b742d170eda991fa0cc724bd64f20bffdd499222166"
|
|
77
78
|
}
|