@playcademy/vite-plugin 0.2.16 → 0.2.17

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
@@ -143497,7 +143497,7 @@ var import_picocolors12 = __toESM(require_picocolors(), 1);
143497
143497
  // package.json
143498
143498
  var package_default2 = {
143499
143499
  name: "@playcademy/vite-plugin",
143500
- version: "0.2.16",
143500
+ version: "0.2.17",
143501
143501
  type: "module",
143502
143502
  exports: {
143503
143503
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playcademy/vite-plugin",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
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.14"
25
+ "playcademy": "0.16.15"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@inquirer/prompts": "^7.8.6",