@turboops/cli 1.0.0-dev.756 → 1.0.0-dev.759

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -206,8 +206,8 @@ var APP_URLS = {
206
206
  prod: "https://turbo-ops.de"
207
207
  };
208
208
  var REGISTRY_URLS = {
209
- local: "registry.dev.turbo-ops.de",
210
- dev: "registry.dev.turbo-ops.de",
209
+ local: "dev.registry.turbo-ops.de",
210
+ dev: "dev.registry.turbo-ops.de",
211
211
  prod: "registry.turbo-ops.de"
212
212
  };
213
213
  var LOCAL_CONFIG_FILE = ".turboops.json";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@turboops/cli",
3
- "version": "1.0.0-dev.756",
3
+ "version": "1.0.0-dev.759",
4
4
  "description": "TurboCLI - Command line interface for TurboOps deployments",
5
5
  "keywords": [
6
6
  "cli",