@pinegrow/vite-plugin 3.0.0-beta.5 → 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 +26 -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 */
|
|
@@ -134,6 +136,10 @@
|
|
|
134
136
|
|
|
135
137
|
/*! ./stringify */
|
|
136
138
|
|
|
139
|
+
/*! ./toPrimitive.js */
|
|
140
|
+
|
|
141
|
+
/*! ./toPropertyKey.js */
|
|
142
|
+
|
|
137
143
|
/*! ./transport */
|
|
138
144
|
|
|
139
145
|
/*! ./transports/index */
|
|
@@ -166,6 +172,8 @@
|
|
|
166
172
|
|
|
167
173
|
/*! @babel/runtime/helpers/toConsumableArray */
|
|
168
174
|
|
|
175
|
+
/*! @babel/runtime/helpers/typeof */
|
|
176
|
+
|
|
169
177
|
/*! @babel/runtime/regenerator */
|
|
170
178
|
|
|
171
179
|
/*! after */
|
|
@@ -232,6 +240,8 @@
|
|
|
232
240
|
|
|
233
241
|
/*! isarray */
|
|
234
242
|
|
|
243
|
+
/*! module */
|
|
244
|
+
|
|
235
245
|
/*! ms */
|
|
236
246
|
|
|
237
247
|
/*! net */
|
|
@@ -338,6 +348,10 @@
|
|
|
338
348
|
!*** external "events" ***!
|
|
339
349
|
\*************************/
|
|
340
350
|
|
|
351
|
+
/*!*************************!*\
|
|
352
|
+
!*** external "module" ***!
|
|
353
|
+
\*************************/
|
|
354
|
+
|
|
341
355
|
/*!*************************!*\
|
|
342
356
|
!*** external "stream" ***!
|
|
343
357
|
\*************************/
|
|
@@ -630,6 +644,10 @@
|
|
|
630
644
|
!*** ../../node_modules/picomatch/lib/picomatch.js ***!
|
|
631
645
|
\*****************************************************/
|
|
632
646
|
|
|
647
|
+
/*!*****************************************************!*\
|
|
648
|
+
!*** ../../src/framework-mgmt/transform-plugins.js ***!
|
|
649
|
+
\*****************************************************/
|
|
650
|
+
|
|
633
651
|
/*!*****************************************************!*\
|
|
634
652
|
!*** ./node_modules/engine.io-client/lib/socket.js ***!
|
|
635
653
|
\*****************************************************/
|
|
@@ -678,6 +696,10 @@
|
|
|
678
696
|
!*** ../../node_modules/@babel/runtime/helpers/createClass.js ***!
|
|
679
697
|
\****************************************************************/
|
|
680
698
|
|
|
699
|
+
/*!****************************************************************!*\
|
|
700
|
+
!*** ../../node_modules/@babel/runtime/helpers/toPrimitive.js ***!
|
|
701
|
+
\****************************************************************/
|
|
702
|
+
|
|
681
703
|
/*!*****************************************************************!*\
|
|
682
704
|
!*** ./node_modules/engine.io-client/lib/transports/polling.js ***!
|
|
683
705
|
\*****************************************************************/
|
|
@@ -686,6 +708,10 @@
|
|
|
686
708
|
!*** ../../node_modules/@babel/runtime/helpers/slicedToArray.js ***!
|
|
687
709
|
\******************************************************************/
|
|
688
710
|
|
|
711
|
+
/*!******************************************************************!*\
|
|
712
|
+
!*** ../../node_modules/@babel/runtime/helpers/toPropertyKey.js ***!
|
|
713
|
+
\******************************************************************/
|
|
714
|
+
|
|
689
715
|
/*!*******************************************************************!*\
|
|
690
716
|
!*** ../../node_modules/@babel/runtime/helpers/arrayWithHoles.js ***!
|
|
691
717
|
\*******************************************************************/
|
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
|
}
|