@playcademy/vite-plugin 0.2.24-beta.9 → 0.2.24
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 +3 -3
package/dist/index.js
CHANGED
|
@@ -25336,7 +25336,7 @@ var package_default;
|
|
|
25336
25336
|
var init_package = __esm(() => {
|
|
25337
25337
|
package_default = {
|
|
25338
25338
|
name: "@playcademy/sandbox",
|
|
25339
|
-
version: "0.3.
|
|
25339
|
+
version: "0.3.16",
|
|
25340
25340
|
description: "Local development server for Playcademy game development",
|
|
25341
25341
|
type: "module",
|
|
25342
25342
|
exports: {
|
|
@@ -125949,7 +125949,7 @@ var import_picocolors12 = __toESM(require_picocolors(), 1);
|
|
|
125949
125949
|
// package.json
|
|
125950
125950
|
var package_default2 = {
|
|
125951
125951
|
name: "@playcademy/vite-plugin",
|
|
125952
|
-
version: "0.2.24
|
|
125952
|
+
version: "0.2.24",
|
|
125953
125953
|
type: "module",
|
|
125954
125954
|
exports: {
|
|
125955
125955
|
".": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@playcademy/vite-plugin",
|
|
3
|
-
"version": "0.2.24
|
|
3
|
+
"version": "0.2.24",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": {
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"archiver": "^7.0.1",
|
|
22
22
|
"picocolors": "^1.1.1",
|
|
23
|
-
"playcademy": "0.19.
|
|
23
|
+
"playcademy": "0.19.1"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@electric-sql/pglite": "^0.3.16",
|
|
27
27
|
"@inquirer/prompts": "^7.8.6",
|
|
28
28
|
"@playcademy/constants": "0.0.1",
|
|
29
29
|
"@playcademy/sandbox": "0.3.16",
|
|
30
|
-
"@playcademy/sdk": "0.
|
|
30
|
+
"@playcademy/sdk": "0.5.0",
|
|
31
31
|
"@playcademy/types": "0.0.1",
|
|
32
32
|
"@playcademy/utils": "0.0.1",
|
|
33
33
|
"@types/archiver": "^6.0.3",
|