@zenstackhq/cli 3.0.0-beta.3 → 3.0.0-beta.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @zenstackhq/cli@3.0.0-beta.3 build /home/runner/work/zenstack-v3/zenstack-v3/packages/cli
2
+ > @zenstackhq/cli@3.0.0-beta.5 build /home/runner/work/zenstack-v3/zenstack-v3/packages/cli
3
3
  > tsc --noEmit && tsup-node
4
4
 
5
5
  CLI Building entry: {"index":"src/index.ts"}
@@ -12,11 +12,11 @@
12
12
  CJS Build start
13
13
  CJS dist/index.cjs 36.35 KB
14
14
  CJS dist/index.cjs.map 68.64 KB
15
- CJS ⚡️ Build success in 151ms
15
+ CJS ⚡️ Build success in 165ms
16
16
  ESM dist/index.js 32.28 KB
17
17
  ESM dist/index.js.map 68.13 KB
18
- ESM ⚡️ Build success in 151ms
18
+ ESM ⚡️ Build success in 166ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 3462ms
20
+ DTS ⚡️ Build success in 3295ms
21
21
  DTS dist/index.d.ts 13.00 B
22
22
  DTS dist/index.d.cts 13.00 B
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publisher": "zenstack",
4
4
  "displayName": "ZenStack CLI",
5
5
  "description": "FullStack database toolkit with built-in access control and automatic API generation.",
6
- "version": "3.0.0-beta.3",
6
+ "version": "3.0.0-beta.5",
7
7
  "type": "module",
8
8
  "author": {
9
9
  "name": "ZenStack Team"
@@ -30,9 +30,9 @@
30
30
  "package-manager-detector": "^1.3.0",
31
31
  "semver": "^7.7.2",
32
32
  "ts-pattern": "^5.7.1",
33
- "@zenstackhq/common-helpers": "3.0.0-beta.3",
34
- "@zenstackhq/language": "3.0.0-beta.3",
35
- "@zenstackhq/sdk": "3.0.0-beta.3"
33
+ "@zenstackhq/common-helpers": "3.0.0-beta.5",
34
+ "@zenstackhq/language": "3.0.0-beta.5",
35
+ "@zenstackhq/sdk": "3.0.0-beta.5"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "prisma": "^6.10.0"
@@ -43,11 +43,11 @@
43
43
  "@types/tmp": "^0.2.6",
44
44
  "better-sqlite3": "^12.2.0",
45
45
  "tmp": "^0.2.3",
46
- "@zenstackhq/runtime": "3.0.0-beta.3",
47
- "@zenstackhq/typescript-config": "3.0.0-beta.3",
48
- "@zenstackhq/eslint-config": "3.0.0-beta.3",
49
- "@zenstackhq/testtools": "3.0.0-beta.3",
50
- "@zenstackhq/vitest-config": "3.0.0-beta.3"
46
+ "@zenstackhq/runtime": "3.0.0-beta.5",
47
+ "@zenstackhq/testtools": "3.0.0-beta.5",
48
+ "@zenstackhq/eslint-config": "3.0.0-beta.5",
49
+ "@zenstackhq/typescript-config": "3.0.0-beta.5",
50
+ "@zenstackhq/vitest-config": "3.0.0-beta.5"
51
51
  },
52
52
  "scripts": {
53
53
  "build": "tsc --noEmit && tsup-node",