playcademy 0.14.17 → 0.14.18-alpha.1

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/index.js CHANGED
@@ -7230,7 +7230,7 @@ import { join as join18 } from "path";
7230
7230
  // package.json
7231
7231
  var package_default2 = {
7232
7232
  name: "playcademy",
7233
- version: "0.14.16",
7233
+ version: "0.14.18",
7234
7234
  type: "module",
7235
7235
  exports: {
7236
7236
  ".": {
@@ -9517,9 +9517,10 @@ async function bundleStubWorker() {
9517
9517
 
9518
9518
  // src/lib/deploy/utils.ts
9519
9519
  init_src2();
9520
+ init_config2();
9520
9521
  function getDeploymentId(gameSlug) {
9521
- const isProduction2 = process.env.PLAYCADEMY_ENV === "production";
9522
- return isProduction2 ? gameSlug : `${WORKER_NAMING.STAGING_PREFIX}${gameSlug}`;
9522
+ const environment = getEnvironment();
9523
+ return environment === "production" ? gameSlug : `${WORKER_NAMING.STAGING_PREFIX}${gameSlug}`;
9523
9524
  }
9524
9525
 
9525
9526
  // src/lib/deploy/steps.ts
package/dist/utils.js CHANGED
@@ -3870,7 +3870,7 @@ import { join as join11 } from "path";
3870
3870
  // package.json
3871
3871
  var package_default2 = {
3872
3872
  name: "playcademy",
3873
- version: "0.14.16",
3873
+ version: "0.14.18",
3874
3874
  type: "module",
3875
3875
  exports: {
3876
3876
  ".": {
package/dist/version.js CHANGED
@@ -1,7 +1,7 @@
1
1
  // package.json
2
2
  var package_default = {
3
3
  name: "playcademy",
4
- version: "0.14.16",
4
+ version: "0.14.18",
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.14.17",
3
+ "version": "0.14.18-alpha.1",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@inquirer/prompts": "^7.8.6",
47
- "@playcademy/sdk": "0.1.17",
47
+ "@playcademy/sdk": "0.1.18",
48
48
  "chokidar": "^4.0.3",
49
49
  "colorette": "^2.0.20",
50
50
  "commander": "^14.0.1",