@playcademy/vite-plugin 0.2.32-beta.1 → 0.2.32
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.js +2 -2
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -25370,7 +25370,7 @@ var package_default;
|
|
|
25370
25370
|
var init_package = __esm(() => {
|
|
25371
25371
|
package_default = {
|
|
25372
25372
|
name: "@playcademy/sandbox",
|
|
25373
|
-
version: "0.3.
|
|
25373
|
+
version: "0.3.16",
|
|
25374
25374
|
description: "Local development server for Playcademy game development",
|
|
25375
25375
|
type: "module",
|
|
25376
25376
|
exports: {
|
|
@@ -127701,7 +127701,7 @@ var import_picocolors12 = __toESM(require_picocolors(), 1);
|
|
|
127701
127701
|
// package.json
|
|
127702
127702
|
var package_default2 = {
|
|
127703
127703
|
name: "@playcademy/vite-plugin",
|
|
127704
|
-
version: "0.2.32
|
|
127704
|
+
version: "0.2.32",
|
|
127705
127705
|
type: "module",
|
|
127706
127706
|
exports: {
|
|
127707
127707
|
".": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@playcademy/vite-plugin",
|
|
3
|
-
"version": "0.2.32
|
|
3
|
+
"version": "0.2.32",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"archiver": "^7.0.1",
|
|
22
22
|
"picocolors": "^1.1.1",
|
|
23
|
-
"playcademy": "0.19.
|
|
23
|
+
"playcademy": "0.19.8"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@electric-sql/pglite": "^0.3.16",
|