dispatch-deploy 1.0.3 → 1.0.4

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.
@@ -14,9 +14,9 @@ function getRuntimeConfig() {
14
14
  // Allow override via environment variable (for development)
15
15
  const envUrl = process.env.DISPATCH_API_URL;
16
16
  // Default to production API
17
- const controlPlaneUrl = envUrl || 'https://api.usedp.xyz/';
17
+ const controlPlaneUrl = envUrl || 'http://localhost:3734';
18
18
  // Detect if running against production
19
- const isProduction = !envUrl || controlPlaneUrl.includes('api.usedp.xyz');
19
+ const isProduction = !envUrl || controlPlaneUrl.includes('http://localhost:3734');
20
20
  return {
21
21
  controlPlaneUrl: controlPlaneUrl.replace(/\/$/, ''),
22
22
  isProduction
@@ -1 +1 @@
1
- {"version":3,"file":"runtime.js","sourceRoot":"","sources":["../../src/config/runtime.ts"],"names":[],"mappings":";AAAA;;;GAGG;;AAWH,4CAcC;AAKD,gDAGC;AA1BD;;;GAGG;AACH,SAAgB,gBAAgB;IAC9B,4DAA4D;IAC5D,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,gBAAgB,CAAC;IAE5C,4BAA4B;IAC5B,MAAM,eAAe,GAAG,MAAM,IAAI,wBAAwB,CAAC;IAE3D,uCAAuC;IACvC,MAAM,YAAY,GAAG,CAAC,MAAM,IAAI,eAAe,CAAC,QAAQ,CAAC,eAAe,CAAC,CAAC;IAE1E,OAAO;QACL,eAAe,EAAE,eAAe,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC;QACnD,YAAY;KACb,CAAC;AACJ,CAAC;AAED;;GAEG;AACH,SAAgB,kBAAkB;IAChC,MAAM,MAAM,GAAG,gBAAgB,EAAE,CAAC;IAClC,OAAO,MAAM,CAAC,eAAe,CAAC;AAChC,CAAC"}
1
+ {"version":3,"file":"runtime.js","sourceRoot":"","sources":["../../src/config/runtime.ts"],"names":[],"mappings":";AAAA;;;GAGG;;AAWH,4CAcC;AAKD,gDAGC;AA1BD;;;GAGG;AACH,SAAgB,gBAAgB;IAC9B,4DAA4D;IAC5D,MAAM,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,gBAAgB,CAAC;IAE5C,4BAA4B;IAC5B,MAAM,eAAe,GAAG,MAAM,IAAI,uBAAuB,CAAC;IAE1D,uCAAuC;IACvC,MAAM,YAAY,GAAG,CAAC,MAAM,IAAI,eAAe,CAAC,QAAQ,CAAC,uBAAuB,CAAC,CAAC;IAElF,OAAO;QACL,eAAe,EAAE,eAAe,CAAC,OAAO,CAAC,KAAK,EAAE,EAAE,CAAC;QACnD,YAAY;KACb,CAAC;AACJ,CAAC;AAED;;GAEG;AACH,SAAgB,kBAAkB;IAChC,MAAM,MAAM,GAAG,gBAAgB,EAAE,CAAC;IAClC,OAAO,MAAM,CAAC,eAAe,CAAC;AAChC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dispatch-deploy",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "CLI for Dispatch - Deploy APIs Instantly",
5
5
  "main": "dist/index.js",
6
6
  "bin": {