@pinegrow/vite-plugin 3.0.0-beta.6 → 3.0.0-beta.7
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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.LICENSE.txt +14 -0
- package/package.json +2 -3
|
@@ -40,6 +40,8 @@
|
|
|
40
40
|
* Released under the MIT License.
|
|
41
41
|
*/
|
|
42
42
|
|
|
43
|
+
/*! ../../../src/framework-mgmt/transform-plugins.js */
|
|
44
|
+
|
|
43
45
|
/*! ../globalThis */
|
|
44
46
|
|
|
45
47
|
/*! ../helpers/regeneratorRuntime */
|
|
@@ -170,6 +172,8 @@
|
|
|
170
172
|
|
|
171
173
|
/*! @babel/runtime/helpers/toConsumableArray */
|
|
172
174
|
|
|
175
|
+
/*! @babel/runtime/helpers/typeof */
|
|
176
|
+
|
|
173
177
|
/*! @babel/runtime/regenerator */
|
|
174
178
|
|
|
175
179
|
/*! after */
|
|
@@ -236,6 +240,8 @@
|
|
|
236
240
|
|
|
237
241
|
/*! isarray */
|
|
238
242
|
|
|
243
|
+
/*! module */
|
|
244
|
+
|
|
239
245
|
/*! ms */
|
|
240
246
|
|
|
241
247
|
/*! net */
|
|
@@ -342,6 +348,10 @@
|
|
|
342
348
|
!*** external "events" ***!
|
|
343
349
|
\*************************/
|
|
344
350
|
|
|
351
|
+
/*!*************************!*\
|
|
352
|
+
!*** external "module" ***!
|
|
353
|
+
\*************************/
|
|
354
|
+
|
|
345
355
|
/*!*************************!*\
|
|
346
356
|
!*** external "stream" ***!
|
|
347
357
|
\*************************/
|
|
@@ -634,6 +644,10 @@
|
|
|
634
644
|
!*** ../../node_modules/picomatch/lib/picomatch.js ***!
|
|
635
645
|
\*****************************************************/
|
|
636
646
|
|
|
647
|
+
/*!*****************************************************!*\
|
|
648
|
+
!*** ../../src/framework-mgmt/transform-plugins.js ***!
|
|
649
|
+
\*****************************************************/
|
|
650
|
+
|
|
637
651
|
/*!*****************************************************!*\
|
|
638
652
|
!*** ./node_modules/engine.io-client/lib/socket.js ***!
|
|
639
653
|
\*****************************************************/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pinegrow/vite-plugin",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.7",
|
|
4
4
|
"description": "Pinegrow Vite Plugin",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
"increment-beta-version": "npm version prerelease --preid=beta"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"node-html-parser": "^5.2.0"
|
|
37
|
-
"@pinegrow/tailwind-plugin": "latest"
|
|
36
|
+
"node-html-parser": "^5.2.0"
|
|
38
37
|
}
|
|
39
38
|
}
|