@zenstackhq/cli 3.0.0-alpha.7 → 3.0.0-alpha.8

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-alpha.7 build /home/runner/work/zenstack-v3/zenstack-v3/packages/cli
2
+ > @zenstackhq/cli@3.0.0-alpha.8 build /home/runner/work/zenstack-v3/zenstack-v3/packages/cli
3
3
  > tsup-node
4
4
 
5
5
  CLI Building entry: {"index":"src/index.ts"}
@@ -10,13 +10,13 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- CJS dist/index.cjs 19.10 KB
14
- CJS dist/index.cjs.map 33.40 KB
15
- CJS ⚡️ Build success in 111ms
16
13
  ESM dist/index.js 16.02 KB
17
14
  ESM dist/index.js.map 33.25 KB
18
- ESM ⚡️ Build success in 111ms
15
+ ESM ⚡️ Build success in 93ms
16
+ CJS dist/index.cjs 19.10 KB
17
+ CJS dist/index.cjs.map 33.40 KB
18
+ CJS ⚡️ Build success in 94ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 3501ms
20
+ DTS ⚡️ Build success in 3421ms
21
21
  DTS dist/index.d.ts 108.00 B
22
22
  DTS dist/index.d.cts 108.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-alpha.7",
6
+ "version": "3.0.0-alpha.8",
7
7
  "type": "module",
8
8
  "author": {
9
9
  "name": "ZenStack Team"
@@ -27,9 +27,9 @@
27
27
  "ora": "^5.4.1",
28
28
  "package-manager-detector": "^1.3.0",
29
29
  "ts-pattern": "^5.7.1",
30
- "@zenstackhq/common-helpers": "3.0.0-alpha.7",
31
- "@zenstackhq/sdk": "3.0.0-alpha.7",
32
- "@zenstackhq/language": "3.0.0-alpha.7"
30
+ "@zenstackhq/common-helpers": "3.0.0-alpha.8",
31
+ "@zenstackhq/language": "3.0.0-alpha.8",
32
+ "@zenstackhq/sdk": "3.0.0-alpha.8"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "prisma": "^6.0.0"
@@ -39,10 +39,10 @@
39
39
  "@types/tmp": "^0.2.6",
40
40
  "better-sqlite3": "^11.8.1",
41
41
  "tmp": "^0.2.3",
42
- "@zenstackhq/eslint-config": "3.0.0-alpha.7",
43
- "@zenstackhq/testtools": "3.0.0-alpha.7",
44
- "@zenstackhq/runtime": "3.0.0-alpha.7",
45
- "@zenstackhq/typescript-config": "3.0.0-alpha.7"
42
+ "@zenstackhq/eslint-config": "3.0.0-alpha.8",
43
+ "@zenstackhq/runtime": "3.0.0-alpha.8",
44
+ "@zenstackhq/testtools": "3.0.0-alpha.8",
45
+ "@zenstackhq/typescript-config": "3.0.0-alpha.8"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsup-node",