@objectstack/cli 1.0.12 → 1.1.0

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.12 build /home/runner/work/spec/spec/packages/cli
2
+ > @objectstack/cli@1.1.0 build /home/runner/work/spec/spec/packages/cli
3
3
  > tsup
4
4
 
5
5
  CLI Building entry: src/bin.ts
@@ -16,9 +16,9 @@
16
16
  CLI Cleaning output folder
17
17
  ESM Build start
18
18
  ESM dist/index.js 61.35 KB
19
- ESM ⚡️ Build success in 88ms
19
+ ESM ⚡️ Build success in 69ms
20
20
  ESM dist/bin.js 63.96 KB
21
- ESM ⚡️ Build success in 86ms
21
+ ESM ⚡️ Build success in 68ms
22
22
  DTS Build start
23
- DTS ⚡️ Build success in 4328ms
23
+ DTS ⚡️ Build success in 4303ms
24
24
  DTS dist/index.d.ts 2.93 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectstack/cli",
3
- "version": "1.0.12",
3
+ "version": "1.1.0",
4
4
  "description": "Command Line Interface for ObjectStack Protocol",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -22,12 +22,12 @@
22
22
  "commander": "^14.0.3",
23
23
  "tsx": "^4.7.1",
24
24
  "zod": "^3.24.1",
25
- "@objectstack/core": "1.0.12",
26
- "@objectstack/driver-memory": "^1.0.12",
27
- "@objectstack/objectql": "^1.0.12",
28
- "@objectstack/plugin-hono-server": "1.0.12",
29
- "@objectstack/runtime": "^1.0.12",
30
- "@objectstack/spec": "1.0.12"
25
+ "@objectstack/core": "1.1.0",
26
+ "@objectstack/driver-memory": "^1.1.0",
27
+ "@objectstack/objectql": "^1.1.0",
28
+ "@objectstack/plugin-hono-server": "1.1.0",
29
+ "@objectstack/runtime": "^1.1.0",
30
+ "@objectstack/spec": "1.1.0"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@objectstack/core": "^1.0.12"