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 CHANGED
@@ -2965,7 +2965,7 @@ import { join as join13 } from "path";
2965
2965
  // package.json with { type: 'json' }
2966
2966
  var package_default2 = {
2967
2967
  name: "playcademy",
2968
- version: "0.16.1",
2968
+ version: "0.16.2",
2969
2969
  type: "module",
2970
2970
  exports: {
2971
2971
  ".": {
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." : user.developerStatus === "none" ? applyCommand2 : "Contact support if you believe this is an error."
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.1",
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.1";
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
@@ -2327,7 +2327,7 @@ import { join as join12 } from "path";
2327
2327
  // package.json with { type: 'json' }
2328
2328
  var package_default2 = {
2329
2329
  name: "playcademy",
2330
- version: "0.16.1",
2330
+ version: "0.16.2",
2331
2331
  type: "module",
2332
2332
  exports: {
2333
2333
  ".": {
package/dist/version.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // package.json with { type: 'json' }
2
2
  var package_default = {
3
3
  name: "playcademy",
4
- version: "0.16.1",
4
+ version: "0.16.2",
5
5
  type: "module",
6
6
  exports: {
7
7
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "playcademy",
3
- "version": "0.16.2",
3
+ "version": "0.16.3",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {