@gravityforms/dependency-extraction-webpack-plugin 6.0.6 → 6.0.8

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.
@@ -295,6 +295,11 @@ module.exports = [
295
295
  "importPath": "react/admin/modules/",
296
296
  "externalPath": "components.admin.react.modules"
297
297
  },
298
+ {
299
+ "defaultExport": "Toggle",
300
+ "importPath": "react/admin/elements/",
301
+ "externalPath": "components.admin.react.elements"
302
+ },
298
303
  {
299
304
  "defaultExport": "Textarea",
300
305
  "importPath": "react/admin/elements/",
@@ -400,21 +405,11 @@ module.exports = [
400
405
  "importPath": "react/admin/elements/",
401
406
  "externalPath": "components.admin.react.elements"
402
407
  },
403
- {
404
- "defaultExport": "Box",
405
- "importPath": "react/admin/elements/",
406
- "externalPath": "components.admin.react.elements"
407
- },
408
408
  {
409
409
  "defaultExport": "VidyardVideo",
410
410
  "importPath": "react/admin/modules/Videos/",
411
411
  "externalPath": "components.admin.react.modules"
412
412
  },
413
- {
414
- "defaultExport": "Toggle",
415
- "importPath": "react/admin/elements/",
416
- "externalPath": "components.admin.react.elements"
417
- },
418
413
  {
419
414
  "__esModule": true,
420
415
  "default": {
@@ -478,6 +473,11 @@ module.exports = [
478
473
  "importPath": "react/admin/modules/Cards/",
479
474
  "externalPath": "components.admin.react.modules"
480
475
  },
476
+ {
477
+ "defaultExport": "Box",
478
+ "importPath": "react/admin/elements/",
479
+ "externalPath": "components.admin.react.elements"
480
+ },
481
481
  {
482
482
  "defaultExport": "ZohoLogo",
483
483
  "importPath": "react/admin/elements/Svgs/",
@@ -498,6 +498,11 @@ module.exports = [
498
498
  "importPath": "react/admin/elements/Svgs/",
499
499
  "externalPath": "components.admin.react.elements"
500
500
  },
501
+ {
502
+ "defaultExport": "WPMailSMTPFullLogo",
503
+ "importPath": "react/admin/elements/Svgs/",
504
+ "externalPath": "components.admin.react.elements"
505
+ },
501
506
  {
502
507
  "defaultExport": "TwilioLogo",
503
508
  "importPath": "react/admin/elements/Svgs/",
@@ -773,11 +778,6 @@ module.exports = [
773
778
  "importPath": "react/admin/elements/Svgs/",
774
779
  "externalPath": "components.admin.react.elements"
775
780
  },
776
- {
777
- "defaultExport": "WPMailSMTPFullLogo",
778
- "importPath": "react/admin/elements/Svgs/",
779
- "externalPath": "components.admin.react.elements"
780
- },
781
781
  {
782
782
  "defaultExport": "BrandedLink",
783
783
  "importPath": "react/admin/elements/Link/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravityforms/dependency-extraction-webpack-plugin",
3
- "version": "6.0.6",
3
+ "version": "6.0.8",
4
4
  "description": "Dependency extraction webpack plugin for use in Gravity Forms development. Extends the WordPress plugin.",
5
5
  "author": "Rocketgenius",
6
6
  "license": "GPL-2.0-or-later",