@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.
@@ -168,6 +168,13 @@
168
168
  "frontend"
169
169
  ]
170
170
  },
171
+ "@wix/audiences": {
172
+ "name": "@wix/audiences",
173
+ "scopes": [
174
+ "backend",
175
+ "frontend"
176
+ ]
177
+ },
171
178
  "@wix/auth-management": {
172
179
  "name": "@wix/auth-management",
173
180
  "scopes": [
@@ -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.14803",
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": "f2a30d58e082fb980f28719a349c3b09d6d75d6e7a76ecfa6d5102ed"
105
+ "falconPackageHash": "04f3afb06971d185f7e1cab2cf164c8014f7d1fce97e71e65679816c"
106
106
  }