@playcademy/vite-plugin 0.2.22-beta.6 → 0.2.22-beta.7
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 +4 -4
package/dist/index.js
CHANGED
|
@@ -25334,7 +25334,7 @@ var package_default;
|
|
|
25334
25334
|
var init_package = __esm(() => {
|
|
25335
25335
|
package_default = {
|
|
25336
25336
|
name: "@playcademy/sandbox",
|
|
25337
|
-
version: "0.3.16-beta.
|
|
25337
|
+
version: "0.3.16-beta.7",
|
|
25338
25338
|
description: "Local development server for Playcademy game development",
|
|
25339
25339
|
type: "module",
|
|
25340
25340
|
exports: {
|
|
@@ -125136,7 +125136,7 @@ var import_picocolors12 = __toESM(require_picocolors(), 1);
|
|
|
125136
125136
|
// package.json
|
|
125137
125137
|
var package_default2 = {
|
|
125138
125138
|
name: "@playcademy/vite-plugin",
|
|
125139
|
-
version: "0.2.22-beta.
|
|
125139
|
+
version: "0.2.22-beta.7",
|
|
125140
125140
|
type: "module",
|
|
125141
125141
|
exports: {
|
|
125142
125142
|
".": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@playcademy/vite-plugin",
|
|
3
|
-
"version": "0.2.22-beta.
|
|
3
|
+
"version": "0.2.22-beta.7",
|
|
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.18.
|
|
23
|
+
"playcademy": "0.18.9"
|
|
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
|
-
"@playcademy/sandbox": "0.3.
|
|
30
|
-
"@playcademy/sdk": "0.3.
|
|
29
|
+
"@playcademy/sandbox": "0.3.16",
|
|
30
|
+
"@playcademy/sdk": "0.3.6",
|
|
31
31
|
"@playcademy/types": "0.0.1",
|
|
32
32
|
"@playcademy/utils": "0.0.1",
|
|
33
33
|
"@types/archiver": "^6.0.3",
|