@wix/wix-code-types 2.0.14803 → 2.0.14804
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.
- package/build/model.sdk.json +7 -0
- package/dist/jsons/wixSdks.json +3 -0
- package/package.json +2 -2
package/build/model.sdk.json
CHANGED
package/dist/jsons/wixSdks.json
CHANGED
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"@wix/assistant-widget",
|
|
25
25
|
"@wix/async-jobs",
|
|
26
26
|
"@wix/atlas",
|
|
27
|
+
"@wix/audiences",
|
|
27
28
|
"@wix/auth-management",
|
|
28
29
|
"@wix/autocms-collection-metadata-service",
|
|
29
30
|
"@wix/autocms-folders-service",
|
|
@@ -234,6 +235,7 @@
|
|
|
234
235
|
"@wix/assistant-widget",
|
|
235
236
|
"@wix/async-jobs",
|
|
236
237
|
"@wix/atlas",
|
|
238
|
+
"@wix/audiences",
|
|
237
239
|
"@wix/auth-management",
|
|
238
240
|
"@wix/autocms-collection-metadata-service",
|
|
239
241
|
"@wix/autocms-folders-service",
|
|
@@ -427,6 +429,7 @@
|
|
|
427
429
|
"@wix/assistant-widget",
|
|
428
430
|
"@wix/async-jobs",
|
|
429
431
|
"@wix/atlas",
|
|
432
|
+
"@wix/audiences",
|
|
430
433
|
"@wix/auth-management",
|
|
431
434
|
"@wix/autocms-collection-metadata-service",
|
|
432
435
|
"@wix/autocms-folders-service",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/wix-code-types",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.14804",
|
|
4
4
|
"description": "Types for Velo by Wix",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"lint": "eslint './src/**' './test/**' './scripts/**'",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
104
|
},
|
|
105
|
-
"falconPackageHash": "
|
|
105
|
+
"falconPackageHash": "04f3afb06971d185f7e1cab2cf164c8014f7d1fce97e71e65679816c"
|
|
106
106
|
}
|