@playcademy/vite-plugin 1.0.1-beta.1 → 1.0.1-beta.2
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 +4 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23746,7 +23746,7 @@ import path from "node:path";
|
|
|
23746
23746
|
// package.json
|
|
23747
23747
|
var package_default = {
|
|
23748
23748
|
name: "@playcademy/vite-plugin",
|
|
23749
|
-
version: "1.0.1-beta.
|
|
23749
|
+
version: "1.0.1-beta.2",
|
|
23750
23750
|
type: "module",
|
|
23751
23751
|
exports: {
|
|
23752
23752
|
".": {
|
|
@@ -25194,7 +25194,7 @@ var package_default2;
|
|
|
25194
25194
|
var init_package = __esm(() => {
|
|
25195
25195
|
package_default2 = {
|
|
25196
25196
|
name: "@playcademy/sandbox",
|
|
25197
|
-
version: "0.5.1-beta.
|
|
25197
|
+
version: "0.5.1-beta.2",
|
|
25198
25198
|
description: "Local development server for Playcademy game development",
|
|
25199
25199
|
type: "module",
|
|
25200
25200
|
exports: {
|
|
@@ -48379,6 +48379,7 @@ var init_utils5 = __esm(() => {
|
|
|
48379
48379
|
var init_r2 = __esm(() => {
|
|
48380
48380
|
init_utils5();
|
|
48381
48381
|
});
|
|
48382
|
+
var init_queues = () => {};
|
|
48382
48383
|
function ownKeys(object, enumerableOnly) {
|
|
48383
48384
|
var keys = Object.keys(object);
|
|
48384
48385
|
if (Object.getOwnPropertySymbols) {
|
|
@@ -48504,6 +48505,7 @@ var init_namespaces = __esm(() => {
|
|
|
48504
48505
|
init_d1();
|
|
48505
48506
|
init_kv();
|
|
48506
48507
|
init_r2();
|
|
48508
|
+
init_queues();
|
|
48507
48509
|
init_workers();
|
|
48508
48510
|
});
|
|
48509
48511
|
var init_client = __esm(() => {
|