@everfir/az8-cli 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -7473,7 +7473,7 @@ async function inspectProjectCanvas(reader, projectId) {
7473
7473
  var DEFAULT_ENV_FILE = ".env.local";
7474
7474
  var DEFAULT_ENVIRONMENT = "production";
7475
7475
  var ENVIRONMENT_BACKEND_URLS = {
7476
- production: "https://az8.studio/api/backend",
7476
+ production: "https://studio.az8.art/api/backend",
7477
7477
  test: "https://studio.az8.studio/api/backend"
7478
7478
  };
7479
7479
  async function runAz8Cli(argv, dependencies = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everfir/az8-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Read-only Project Canvas inspection CLI for AZ8 Studio.",
5
5
  "type": "module",
6
6
  "files": [