@playcademy/vite-plugin 0.2.14 → 0.2.15

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -143480,7 +143480,7 @@ var import_picocolors12 = __toESM(require_picocolors(), 1);
143480
143480
  // package.json
143481
143481
  var package_default2 = {
143482
143482
  name: "@playcademy/vite-plugin",
143483
- version: "0.2.14",
143483
+ version: "0.2.15",
143484
143484
  type: "module",
143485
143485
  exports: {
143486
143486
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playcademy/vite-plugin",
3
- "version": "0.2.14",
3
+ "version": "0.2.15",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -22,7 +22,7 @@
22
22
  "dependencies": {
23
23
  "archiver": "^7.0.1",
24
24
  "picocolors": "^1.1.1",
25
- "playcademy": "0.16.12"
25
+ "playcademy": "0.16.13"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@inquirer/prompts": "^7.8.6",