@wix/wix-code-types 2.0.14805 → 2.0.14806

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.
@@ -560,6 +560,13 @@
560
560
  "frontend"
561
561
  ]
562
562
  },
563
+ "@wix/email-design-themes": {
564
+ "name": "@wix/email-design-themes",
565
+ "scopes": [
566
+ "backend",
567
+ "frontend"
568
+ ]
569
+ },
563
570
  "@wix/email-marketing": {
564
571
  "name": "@wix/email-marketing",
565
572
  "scopes": [
@@ -80,6 +80,7 @@
80
80
  "@wix/ecom-bundle",
81
81
  "@wix/editor-branches",
82
82
  "@wix/editor-deployments",
83
+ "@wix/email-design-themes",
83
84
  "@wix/email-marketing",
84
85
  "@wix/email-marketing-themes",
85
86
  "@wix/email-subscriptions",
@@ -293,6 +294,7 @@
293
294
  "@wix/ecom-bundle",
294
295
  "@wix/editor-branches",
295
296
  "@wix/editor-deployments",
297
+ "@wix/email-design-themes",
296
298
  "@wix/email-marketing",
297
299
  "@wix/email-marketing-themes",
298
300
  "@wix/email-subscriptions",
@@ -489,6 +491,7 @@
489
491
  "@wix/ecom-bundle",
490
492
  "@wix/editor-branches",
491
493
  "@wix/editor-deployments",
494
+ "@wix/email-design-themes",
492
495
  "@wix/email-marketing",
493
496
  "@wix/email-marketing-themes",
494
497
  "@wix/email-subscriptions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/wix-code-types",
3
- "version": "2.0.14805",
3
+ "version": "2.0.14806",
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": "0962935d47f3011cdbecedf4f61d2e2016029f164dcc774ec58ee6a2"
105
+ "falconPackageHash": "25d1c7208f8348c2e6246a778aa36818d20f0b396f602029507c6bdf"
106
106
  }