@substructure.ai/cli 0.5.0 → 0.7.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/README.md +2 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @substructure.ai/cli
2
2
 
3
- The CLI for [Substructure](https://github.com/substructureai/substructure), a durable runtime for AI agents. Runs the orchestration server.
3
+ The CLI for [Substructure](https://substructure.ai), a durable runtime for AI agents. Runs the orchestration server.
4
4
 
5
5
  ## Install
6
6
 
@@ -22,6 +22,7 @@ Run `subs --help` for the full command list. Cloud management commands (`apps`,
22
22
 
23
23
  ## Links
24
24
 
25
+ - [substructure.ai](https://substructure.ai)
25
26
  - [Repository and documentation](https://github.com/substructureai/substructure)
26
27
  - [SDK (`@substructure.ai/sdk`)](https://www.npmjs.com/package/@substructure.ai/sdk)
27
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@substructure.ai/cli",
3
- "version": "0.5.0",
3
+ "version": "0.7.1",
4
4
  "description": "CLI for Substructure",
5
5
  "license": "FSL-1.1-ALv2",
6
6
  "type": "module",
@@ -40,9 +40,9 @@
40
40
  "postinstall": "node ./install.mjs"
41
41
  },
42
42
  "optionalDependencies": {
43
- "@substructure.ai/cli-darwin-arm64": "0.5.0",
44
- "@substructure.ai/cli-darwin-x64": "0.5.0",
45
- "@substructure.ai/cli-linux-arm64": "0.5.0",
46
- "@substructure.ai/cli-linux-x64": "0.5.0"
43
+ "@substructure.ai/cli-darwin-arm64": "0.7.1",
44
+ "@substructure.ai/cli-darwin-x64": "0.7.1",
45
+ "@substructure.ai/cli-linux-arm64": "0.7.1",
46
+ "@substructure.ai/cli-linux-x64": "0.7.1"
47
47
  }
48
48
  }