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 +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
|
@@ -3194,7 +3194,7 @@ function derivePlatformTimebackSetupRequest(config) {
|
|
|
3194
3194
|
prerequisites: [],
|
|
3195
3195
|
prerequisiteCriteria: RESOURCE_DEFAULTS.component.prerequisiteCriteria
|
|
3196
3196
|
};
|
|
3197
|
-
const envName =
|
|
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.
|
|
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.
|
|
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
package/dist/version.js
CHANGED