@objectstack/cli 1.0.8 → 1.0.9

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @objectstack/cli@1.0.8 build /home/runner/work/spec/spec/packages/cli
2
+ > @objectstack/cli@1.0.9 build /home/runner/work/spec/spec/packages/cli
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/bin.ts, src/index.ts
@@ -10,10 +10,10 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  ESM dist/bin.js 22.98 KB
13
- ESM dist/chunk-2YXVEYO7.js 2.40 KB
14
13
  ESM dist/index.js 105.00 B
15
- ESM ⚡️ Build success in 59ms
14
+ ESM dist/chunk-2YXVEYO7.js 2.40 KB
15
+ ESM ⚡️ Build success in 46ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 7004ms
17
+ DTS ⚡️ Build success in 6653ms
18
18
  DTS dist/bin.d.ts 13.00 B
19
19
  DTS dist/index.d.ts 105.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @objectstack/cli
2
2
 
3
+ ## 1.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b9f8c68]
8
+ - @objectstack/objectql@1.0.9
9
+ - @objectstack/spec@1.0.9
10
+ - @objectstack/core@1.0.9
11
+ - @objectstack/runtime@1.0.9
12
+ - @objectstack/driver-memory@1.0.9
13
+ - @objectstack/plugin-hono-server@1.0.9
14
+
3
15
  ## 1.0.8
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/cli",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Command Line Interface for ObjectStack Protocol",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -22,15 +22,15 @@
22
22
  "commander": "^14.0.3",
23
23
  "tsx": "^4.7.1",
24
24
  "zod": "^4.3.6",
25
- "@objectstack/core": "1.0.8",
26
- "@objectstack/driver-memory": "^1.0.8",
27
- "@objectstack/objectql": "^1.0.8",
28
- "@objectstack/plugin-hono-server": "1.0.8",
29
- "@objectstack/runtime": "^1.0.8",
30
- "@objectstack/spec": "1.0.8"
25
+ "@objectstack/core": "1.0.9",
26
+ "@objectstack/driver-memory": "^1.0.9",
27
+ "@objectstack/objectql": "^1.0.9",
28
+ "@objectstack/plugin-hono-server": "1.0.9",
29
+ "@objectstack/runtime": "^1.0.9",
30
+ "@objectstack/spec": "1.0.9"
31
31
  },
32
32
  "peerDependencies": {
33
- "@objectstack/core": "^1.0.8"
33
+ "@objectstack/core": "^1.0.9"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/node": "^25.1.0",