playcademy 0.16.2 → 0.16.3
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 +3 -3
- 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
|
@@ -1539,7 +1539,7 @@ async function requireDeveloperClient() {
|
|
|
1539
1539
|
logger.admonition("warning", "Developer Access Required", [
|
|
1540
1540
|
"This command requires developer access.",
|
|
1541
1541
|
"",
|
|
1542
|
-
user.developerStatus === "pending" ? "Your developer application is pending review." :
|
|
1542
|
+
user.developerStatus === "pending" ? "Your developer application is pending review." : applyCommand2
|
|
1543
1543
|
]);
|
|
1544
1544
|
logger.newLine();
|
|
1545
1545
|
process.exit(1);
|
|
@@ -3989,7 +3989,7 @@ import { join as join12 } from "path";
|
|
|
3989
3989
|
// package.json with { type: 'json' }
|
|
3990
3990
|
var package_default2 = {
|
|
3991
3991
|
name: "playcademy",
|
|
3992
|
-
version: "0.16.
|
|
3992
|
+
version: "0.16.2",
|
|
3993
3993
|
type: "module",
|
|
3994
3994
|
exports: {
|
|
3995
3995
|
".": {
|
|
@@ -10647,7 +10647,7 @@ var getStatusCommand = new Command13("status").description("Check your developer
|
|
|
10647
10647
|
});
|
|
10648
10648
|
|
|
10649
10649
|
// package.json
|
|
10650
|
-
var version2 = "0.16.
|
|
10650
|
+
var version2 = "0.16.2";
|
|
10651
10651
|
|
|
10652
10652
|
// src/commands/dev/server.ts
|
|
10653
10653
|
function setupCleanupHandlers(workspace, getServer) {
|
package/dist/utils.js
CHANGED
package/dist/version.js
CHANGED