@cobinar/dalus 0.1.5 → 0.1.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cobinar/dalus",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Deploy Cobinar projects (Edge Compute, Static Hosting, Object Storage, Document DB, Vault) from the command line.",
5
5
  "bin": {
6
6
  "dalus": "./bin/dalus.js"
@@ -10,7 +10,7 @@ const { saveCredentials, clearCredentials, loadCredentials, CREDENTIALS_PATH } =
10
10
  // That's the one, deliberately-fixed anchor point everything else in this
11
11
  // file is relative to; if IT ever needs to move, that's a cobinar.com
12
12
  // redeploy, not a new npm release everyone has to go update.
13
- const SERVICES_ENDPOINT = 'https://cobinar.com/api/services';
13
+ const SERVICES_ENDPOINT = 'https://8bnk.dalus.cobinar.com';
14
14
  // Only used if the discovery call above fails outright (a network hiccup,
15
15
  // cobinar.com briefly unreachable) -- not the source of truth, just keeps
16
16
  // `dalus login` from being completely dead during a transient outage of