@pinegrow/vite-plugin 2.0.0-alpha.8 → 2.0.0-alpha.9

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.
@@ -40,12 +40,18 @@
40
40
  * Released under the MIT License.
41
41
  */
42
42
 
43
+ /*! https://mths.be/cssesc v3.0.0 by @mathias */
44
+
43
45
  /*! https://mths.be/he v1.2.0 by @mathias | MIT license */
44
46
 
45
47
  /*! https://mths.be/utf8js v2.1.2 by @mathias */
46
48
 
49
+ /*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
50
+
47
51
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
48
52
 
53
+ /*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
54
+
49
55
  /**
50
56
  * Wrapper for built-in http.js to emulate the browser XMLHttpRequest object.
51
57
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pinegrow/vite-plugin",
3
- "version": "2.0.0-alpha.8",
3
+ "version": "2.0.0-alpha.9",
4
4
  "description": "Pinegrow Vite Plugin that enables connection and interaction between Pinegrow and Vite dev-server",
5
5
  "type": "module",
6
6
  "files": [
@@ -36,6 +36,7 @@
36
36
  "dependencies": {
37
37
  "chokidar": "^3.5.2",
38
38
  "node-html-parser": "^5.2.0",
39
- "socket.io-client": "^2.1.1"
39
+ "socket.io-client": "^2.1.1",
40
+ "tailwindcss": "^3.1.8"
40
41
  }
41
42
  }