@playcademy/vite-plugin 0.2.30-beta.3 → 0.2.30
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: {
|
|
@@ -127644,7 +127644,7 @@ var import_picocolors12 = __toESM(require_picocolors(), 1);
|
|
|
127644
127644
|
// package.json
|
|
127645
127645
|
var package_default2 = {
|
|
127646
127646
|
name: "@playcademy/vite-plugin",
|
|
127647
|
-
version: "0.2.30
|
|
127647
|
+
version: "0.2.30",
|
|
127648
127648
|
type: "module",
|
|
127649
127649
|
exports: {
|
|
127650
127650
|
".": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@playcademy/vite-plugin",
|
|
3
|
-
"version": "0.2.30
|
|
3
|
+
"version": "0.2.30",
|
|
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.6"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@electric-sql/pglite": "^0.3.16",
|