@gravityforms/dependency-extraction-webpack-plugin 6.0.14 → 6.0.16

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.
@@ -1,45 +1,24 @@
1
1
  module.exports = [
2
2
  {
3
- "defaultExport": "Table",
4
- "importPath": "html/admin/modules/",
5
- "externalPath": "components.admin.html.modules"
6
- },
7
- {
8
- "defaultExport": "Flyout",
9
- "namedExports": [
10
- "flyoutTemplate"
11
- ],
12
- "importPath": "html/admin/modules/",
13
- "externalPath": "components.admin.html.modules"
14
- },
15
- {
16
- "defaultExport": "Dialog",
17
- "namedExports": [
18
- "dialogTemplate"
19
- ],
20
- "importPath": "html/admin/modules/",
21
- "externalPath": "components.admin.html.modules"
22
- },
23
- {
24
- "defaultExport": "Toggle",
3
+ "defaultExport": "Textarea",
25
4
  "namedExports": [
26
- "toggleTemplate"
5
+ "textareaTemplate"
27
6
  ],
28
7
  "importPath": "html/admin/elements/",
29
8
  "externalPath": "components.admin.html.elements"
30
9
  },
31
10
  {
32
- "defaultExport": "Textarea",
11
+ "defaultExport": "Text",
33
12
  "namedExports": [
34
- "textareaTemplate"
13
+ "textTemplate"
35
14
  ],
36
15
  "importPath": "html/admin/elements/",
37
16
  "externalPath": "components.admin.html.elements"
38
17
  },
39
18
  {
40
- "defaultExport": "Text",
19
+ "defaultExport": "Toggle",
41
20
  "namedExports": [
42
- "textTemplate"
21
+ "toggleTemplate"
43
22
  ],
44
23
  "importPath": "html/admin/elements/",
45
24
  "externalPath": "components.admin.html.elements"
@@ -141,6 +120,27 @@ module.exports = [
141
120
  "importPath": "html/admin/elements/",
142
121
  "externalPath": "components.admin.html.elements"
143
122
  },
123
+ {
124
+ "defaultExport": "Table",
125
+ "importPath": "html/admin/modules/",
126
+ "externalPath": "components.admin.html.modules"
127
+ },
128
+ {
129
+ "defaultExport": "Flyout",
130
+ "namedExports": [
131
+ "flyoutTemplate"
132
+ ],
133
+ "importPath": "html/admin/modules/",
134
+ "externalPath": "components.admin.html.modules"
135
+ },
136
+ {
137
+ "defaultExport": "Dialog",
138
+ "namedExports": [
139
+ "dialogTemplate"
140
+ ],
141
+ "importPath": "html/admin/modules/",
142
+ "externalPath": "components.admin.html.modules"
143
+ },
144
144
  {
145
145
  "defaultExport": "Tooltip",
146
146
  "importPath": "react/admin/modules/",
@@ -509,12 +509,12 @@ module.exports = [
509
509
  "externalPath": "components.admin.react.elements"
510
510
  },
511
511
  {
512
- "defaultExport": "SparkPostLogo",
512
+ "defaultExport": "TelegramLogo",
513
513
  "importPath": "react/admin/elements/Svgs/",
514
514
  "externalPath": "components.admin.react.elements"
515
515
  },
516
516
  {
517
- "defaultExport": "TelegramLogo",
517
+ "defaultExport": "SparkPostLogo",
518
518
  "importPath": "react/admin/elements/Svgs/",
519
519
  "externalPath": "components.admin.react.elements"
520
520
  },
@@ -559,12 +559,12 @@ module.exports = [
559
559
  "externalPath": "components.admin.react.elements"
560
560
  },
561
561
  {
562
- "defaultExport": "PostmarkLogo",
562
+ "defaultExport": "ResendFullLogo",
563
563
  "importPath": "react/admin/elements/Svgs/",
564
564
  "externalPath": "components.admin.react.elements"
565
565
  },
566
566
  {
567
- "defaultExport": "ResendFullLogo",
567
+ "defaultExport": "PostmarkLogo",
568
568
  "importPath": "react/admin/elements/Svgs/",
569
569
  "externalPath": "components.admin.react.elements"
570
570
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravityforms/dependency-extraction-webpack-plugin",
3
- "version": "6.0.14",
3
+ "version": "6.0.16",
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",
@@ -33,4 +33,4 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  }
36
- }
36
+ }