@construct-space/cli 1.4.0 → 1.4.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/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2875,7 +2875,7 @@ var init_auth = __esm(() => {
2875
2875
 
2876
2876
  // src/lib/graphClient.ts
2877
2877
  function graphBaseURL() {
2878
- return process.env.GRAPH_URL || "https://my.construct.space/api/graph";
2878
+ return process.env.GRAPH_URL || "https://graph.construct.space";
2879
2879
  }
2880
2880
  function resolveOrgId(explicit) {
2881
2881
  if (explicit)
@@ -10734,7 +10734,7 @@ async function graphPush() {
10734
10734
  console.error(source_default.red(err.message));
10735
10735
  process.exit(1);
10736
10736
  }
10737
- const graphURL = process.env.GRAPH_URL || "https://my.construct.space/api/graph";
10737
+ const graphURL = process.env.GRAPH_URL || "https://graph.construct.space";
10738
10738
  const spinner = ora("Registering models...").start();
10739
10739
  try {
10740
10740
  const userID = creds.user?.id || "";
@@ -10882,7 +10882,7 @@ async function graphMigrate(options) {
10882
10882
  console.error(source_default.red(err.message));
10883
10883
  process.exit(1);
10884
10884
  }
10885
- const graphURL = process.env.GRAPH_URL || "https://my.construct.space/api/graph";
10885
+ const graphURL = process.env.GRAPH_URL || "https://graph.construct.space";
10886
10886
  const spinner = ora("Fetching current schema...").start();
10887
10887
  let serverModels = [];
10888
10888
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@construct-space/cli",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Construct CLI — scaffold, build, develop, and publish spaces",
5
5
  "type": "module",
6
6
  "bin": {