playcademy 0.15.2 → 0.15.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.15.1",
2968
+ version: "0.15.2",
2969
2969
  type: "module",
2970
2970
  exports: {
2971
2971
  ".": {
package/dist/index.js CHANGED
@@ -3194,7 +3194,7 @@ function derivePlatformTimebackSetupRequest(config) {
3194
3194
  prerequisites: [],
3195
3195
  prerequisiteCriteria: RESOURCE_DEFAULTS.component.prerequisiteCriteria
3196
3196
  };
3197
- const envName = process.env.PLAYCADEMY_ENVIRONMENT === "staging" ? "staging" : "production";
3197
+ const envName = getEnvironment();
3198
3198
  const platformUrl = PLAYCADEMY_DEFAULTS.launchBaseUrls[envName];
3199
3199
  const defaultLaunchUrl = `${platformUrl}/play/${appSlug}`;
3200
3200
  const defaultResource = {
@@ -3960,7 +3960,7 @@ import { join as join12 } from "path";
3960
3960
  // package.json with { type: 'json' }
3961
3961
  var package_default2 = {
3962
3962
  name: "playcademy",
3963
- version: "0.15.1",
3963
+ version: "0.15.2",
3964
3964
  type: "module",
3965
3965
  exports: {
3966
3966
  ".": {
@@ -10609,7 +10609,7 @@ var getStatusCommand = new Command13("status").description("Check your developer
10609
10609
  });
10610
10610
 
10611
10611
  // package.json
10612
- var version2 = "0.15.1";
10612
+ var version2 = "0.15.2";
10613
10613
 
10614
10614
  // src/commands/dev/server.ts
10615
10615
  function setupCleanupHandlers(workspace, getServer) {
package/dist/utils.js CHANGED
@@ -2321,7 +2321,7 @@ import { join as join12 } from "path";
2321
2321
  // package.json with { type: 'json' }
2322
2322
  var package_default2 = {
2323
2323
  name: "playcademy",
2324
- version: "0.15.1",
2324
+ version: "0.15.2",
2325
2325
  type: "module",
2326
2326
  exports: {
2327
2327
  ".": {
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.15.1",
4
+ version: "0.15.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.15.2",
3
+ "version": "0.15.3",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {