@construct-space/cli 1.9.1 → 1.9.2

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/dist/index.js CHANGED
@@ -11700,7 +11700,7 @@ function graphFork(newSpaceID) {
11700
11700
  // package.json
11701
11701
  var package_default = {
11702
11702
  name: "@construct-space/cli",
11703
- version: "1.9.1",
11703
+ version: "1.9.2",
11704
11704
  description: "Construct CLI \u2014 scaffold, build, develop, and publish spaces",
11705
11705
  type: "module",
11706
11706
  bin: {
@@ -30,7 +30,6 @@ const hostExternals = [
30
30
  'zod',
31
31
  '@construct-space/ui',
32
32
  '@construct-space/sdk',
33
- '@construct/sdk', // legacy alias — keep during cutover
34
33
  ]
35
34
 
36
35
  function makeGlobals(externals: string[]): Record<string, string> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@construct-space/cli",
3
- "version": "1.9.1",
3
+ "version": "1.9.2",
4
4
  "description": "Construct CLI — scaffold, build, develop, and publish spaces",
5
5
  "type": "module",
6
6
  "bin": {
@@ -30,7 +30,6 @@ const hostExternals = [
30
30
  'zod',
31
31
  '@construct-space/ui',
32
32
  '@construct-space/sdk',
33
- '@construct/sdk', // legacy alias — keep during cutover
34
33
  ]
35
34
 
36
35
  function makeGlobals(externals: string[]): Record<string, string> {