@wix/wix-code-types 2.0.14796 → 2.0.14797

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.
@@ -350,6 +350,13 @@
350
350
  "frontend"
351
351
  ]
352
352
  },
353
+ "@wix/connectors": {
354
+ "name": "@wix/connectors",
355
+ "scopes": [
356
+ "backend",
357
+ "frontend"
358
+ ]
359
+ },
353
360
  "@wix/consent-policy": {
354
361
  "name": "@wix/consent-policy",
355
362
  "scopes": [
@@ -1127,6 +1134,13 @@
1127
1134
  "frontend"
1128
1135
  ]
1129
1136
  },
1137
+ "@wix/seo-content-plan": {
1138
+ "name": "@wix/seo-content-plan",
1139
+ "scopes": [
1140
+ "backend",
1141
+ "frontend"
1142
+ ]
1143
+ },
1130
1144
  "@wix/seo-user-config": {
1131
1145
  "name": "@wix/seo-user-config",
1132
1146
  "scopes": [
@@ -50,6 +50,7 @@
50
50
  "@wix/comments",
51
51
  "@wix/companion-apps",
52
52
  "@wix/components-reflector",
53
+ "@wix/connectors",
53
54
  "@wix/consent-policy",
54
55
  "@wix/contacts-activity-log-activities",
55
56
  "@wix/contacts-activity-log-templates",
@@ -161,6 +162,7 @@
161
162
  "@wix/sender-emails",
162
163
  "@wix/sending-domains",
163
164
  "@wix/seo",
165
+ "@wix/seo-content-plan",
164
166
  "@wix/seo-user-config",
165
167
  "@wix/site-actions",
166
168
  "@wix/site-bookings",
@@ -250,6 +252,7 @@
250
252
  "@wix/comments",
251
253
  "@wix/companion-apps",
252
254
  "@wix/components-reflector",
255
+ "@wix/connectors",
253
256
  "@wix/consent-policy",
254
257
  "@wix/contacts-activity-log-activities",
255
258
  "@wix/contacts-activity-log-templates",
@@ -361,6 +364,7 @@
361
364
  "@wix/sender-emails",
362
365
  "@wix/sending-domains",
363
366
  "@wix/seo",
367
+ "@wix/seo-content-plan",
364
368
  "@wix/seo-user-config",
365
369
  "@wix/site-actions",
366
370
  "@wix/site-connectors",
@@ -433,6 +437,7 @@
433
437
  "@wix/comments",
434
438
  "@wix/companion-apps",
435
439
  "@wix/components-reflector",
440
+ "@wix/connectors",
436
441
  "@wix/consent-policy",
437
442
  "@wix/contacts-activity-log-activities",
438
443
  "@wix/contacts-activity-log-templates",
@@ -544,6 +549,7 @@
544
549
  "@wix/sender-emails",
545
550
  "@wix/sending-domains",
546
551
  "@wix/seo",
552
+ "@wix/seo-content-plan",
547
553
  "@wix/seo-user-config",
548
554
  "@wix/site-actions",
549
555
  "@wix/site-bookings",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/wix-code-types",
3
- "version": "2.0.14796",
3
+ "version": "2.0.14797",
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": "a437e5f0c79be778e86971f72703d2c5a8761e9bce9246e9dfc5f37e"
105
+ "falconPackageHash": "5ca0c4ab483866d07f6672c4288982edfb62a3ee7a51dbaae1358e01"
106
106
  }