playcademy 0.14.29 → 0.14.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/cli.js +1 -1
- package/dist/index.js +2 -2
- package/dist/utils.js +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -3539,7 +3539,7 @@ import { join as join12 } from "path";
|
|
|
3539
3539
|
// package.json with { type: 'json' }
|
|
3540
3540
|
var package_default2 = {
|
|
3541
3541
|
name: "playcademy",
|
|
3542
|
-
version: "0.14.
|
|
3542
|
+
version: "0.14.29",
|
|
3543
3543
|
type: "module",
|
|
3544
3544
|
exports: {
|
|
3545
3545
|
".": {
|
|
@@ -9726,7 +9726,7 @@ var getStatusCommand = new Command12("status").description("Check your developer
|
|
|
9726
9726
|
});
|
|
9727
9727
|
|
|
9728
9728
|
// package.json
|
|
9729
|
-
var version2 = "0.14.
|
|
9729
|
+
var version2 = "0.14.29";
|
|
9730
9730
|
|
|
9731
9731
|
// src/commands/dev/server.ts
|
|
9732
9732
|
function setupCleanupHandlers(workspace, getServer) {
|
package/dist/utils.js
CHANGED
package/dist/version.js
CHANGED