@zero-server/cli 0.9.3 → 0.9.5

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 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -10,7 +10,7 @@ Programmatic entry points for the bundled CLI (`zh` / `zs`): scaffolding, migrat
10
10
  npm install @zero-server/cli
11
11
  ```
12
12
 
13
- Or pull in the entire SDK at once:
13
+ Or grab everything via the optional aggregate:
14
14
 
15
15
  ```bash
16
16
  npm install @zero-server/sdk
@@ -24,7 +24,7 @@ const { CLI, runCLI } = require('@zero-server/cli')
24
24
 
25
25
  ## Public surface
26
26
 
27
- This package narrows `@zero-server/sdk` to **2** exports. See the [scope page](https://github.com/tonywied17/zero-server/blob/main/docs/scopes/cli.md#public-surface) for the full list.
27
+ This package provides **2** public exports as a standalone runtime bundle. See the [scope page](https://github.com/tonywied17/zero-server/blob/main/docs/scopes/cli.md#public-surface) for the full list.
28
28
 
29
29
  ## Documentation
30
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zero-server/cli",
3
- "version": "0.9.3",
3
+ "version": "0.9.5",
4
4
  "description": "Programmatic access to the `zh` / `zs` CLI.",
5
5
  "keywords": [
6
6
  "zero-server",
@@ -45,10 +45,10 @@
45
45
  },
46
46
  "sideEffects": false,
47
47
  "dependencies": {
48
- "@zero-server/orm": "0.9.3"
48
+ "@zero-server/orm": "0.9.5"
49
49
  },
50
50
  "peerDependencies": {
51
- "@zero-server/sdk": ">=0.9.3"
51
+ "@zero-server/sdk": ">=0.9.5"
52
52
  },
53
53
  "peerDependenciesMeta": {
54
54
  "@zero-server/sdk": {