@zenstackhq/cli 3.0.0-alpha.30 → 3.0.0-alpha.31

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.30 build /home/runner/work/zenstack-v3/zenstack-v3/packages/cli
2
+ > @zenstackhq/cli@3.0.0-alpha.31 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"}
@@ -10,13 +10,13 @@
10
10
  CLI Cleaning output folder
11
11
  ESM Build start
12
12
  CJS Build start
13
- ESM dist/index.js 23.25 KB
14
- ESM dist/index.js.map 48.41 KB
15
- ESM ⚡️ Build success in 117ms
16
13
  CJS dist/index.cjs 26.89 KB
17
14
  CJS dist/index.cjs.map 48.80 KB
18
- CJS ⚡️ Build success in 118ms
15
+ CJS ⚡️ Build success in 117ms
16
+ ESM dist/index.js 23.25 KB
17
+ ESM dist/index.js.map 48.41 KB
18
+ ESM ⚡️ Build success in 122ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 3472ms
20
+ DTS ⚡️ Build success in 3408ms
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.30",
6
+ "version": "3.0.0-alpha.31",
7
7
  "type": "module",
8
8
  "author": {
9
9
  "name": "ZenStack Team"
@@ -28,9 +28,9 @@
28
28
  "ora": "^5.4.1",
29
29
  "package-manager-detector": "^1.3.0",
30
30
  "ts-pattern": "^5.7.1",
31
- "@zenstackhq/common-helpers": "3.0.0-alpha.30",
32
- "@zenstackhq/language": "3.0.0-alpha.30",
33
- "@zenstackhq/sdk": "3.0.0-alpha.30"
31
+ "@zenstackhq/common-helpers": "3.0.0-alpha.31",
32
+ "@zenstackhq/language": "3.0.0-alpha.31",
33
+ "@zenstackhq/sdk": "3.0.0-alpha.31"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "prisma": "^6.10.0"
@@ -40,11 +40,11 @@
40
40
  "@types/tmp": "^0.2.6",
41
41
  "better-sqlite3": "^12.2.0",
42
42
  "tmp": "^0.2.3",
43
- "@zenstackhq/eslint-config": "3.0.0-alpha.30",
44
- "@zenstackhq/runtime": "3.0.0-alpha.30",
45
- "@zenstackhq/testtools": "3.0.0-alpha.30",
46
- "@zenstackhq/typescript-config": "3.0.0-alpha.30",
47
- "@zenstackhq/vitest-config": "3.0.0-alpha.30"
43
+ "@zenstackhq/eslint-config": "3.0.0-alpha.31",
44
+ "@zenstackhq/runtime": "3.0.0-alpha.31",
45
+ "@zenstackhq/testtools": "3.0.0-alpha.31",
46
+ "@zenstackhq/typescript-config": "3.0.0-alpha.31",
47
+ "@zenstackhq/vitest-config": "3.0.0-alpha.31"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "tsc --noEmit && tsup-node",