@zenstackhq/client-helpers 3.1.0 → 3.1.1
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.
- package/.turbo/turbo-build.log +4 -4
- package/package.json +9 -9
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @zenstackhq/client-helpers@3.1.
|
|
2
|
+
> @zenstackhq/client-helpers@3.1.1 build /home/runner/work/zenstack-v3/zenstack-v3/packages/clients/client-helpers
|
|
3
3
|
> tsc --noEmit && tsup-node && pnpm test:typecheck
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: {"index":"src/index.ts","fetch":"src/fetch.ts"}
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
[32mESM[39m [1mdist/fetch.js [22m[32m2.73 KB[39m
|
|
14
14
|
[32mESM[39m [1mdist/index.js.map [22m[32m63.32 KB[39m
|
|
15
15
|
[32mESM[39m [1mdist/fetch.js.map [22m[32m5.94 KB[39m
|
|
16
|
-
[32mESM[39m ⚡️ Build success in
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 137ms
|
|
17
17
|
[34mDTS[39m Build start
|
|
18
|
-
[32mDTS[39m ⚡️ Build success in
|
|
18
|
+
[32mDTS[39m ⚡️ Build success in 5106ms
|
|
19
19
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m10.28 KB[39m
|
|
20
20
|
[32mDTS[39m [1mdist/fetch.d.ts [22m[32m1.24 KB[39m
|
|
21
21
|
|
|
22
|
-
> @zenstackhq/client-helpers@3.1.
|
|
22
|
+
> @zenstackhq/client-helpers@3.1.1 test:typecheck /home/runner/work/zenstack-v3/zenstack-v3/packages/clients/client-helpers
|
|
23
23
|
> tsc --noEmit --project tsconfig.test.json
|
|
24
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenstackhq/client-helpers",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "Helpers for implementing clients that consume ZenStack's CRUD service",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "ZenStack Team",
|
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"decimal.js": "^10.4.3",
|
|
20
20
|
"superjson": "^2.2.3",
|
|
21
|
-
"@zenstackhq/common-helpers": "3.1.
|
|
22
|
-
"@zenstackhq/schema": "3.1.
|
|
21
|
+
"@zenstackhq/common-helpers": "3.1.1",
|
|
22
|
+
"@zenstackhq/schema": "3.1.1"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@zenstackhq/
|
|
26
|
-
"@zenstackhq/
|
|
27
|
-
"@zenstackhq/
|
|
28
|
-
"@zenstackhq/
|
|
29
|
-
"@zenstackhq/
|
|
30
|
-
"@zenstackhq/
|
|
25
|
+
"@zenstackhq/sdk": "3.1.1",
|
|
26
|
+
"@zenstackhq/typescript-config": "3.1.1",
|
|
27
|
+
"@zenstackhq/vitest-config": "3.1.1",
|
|
28
|
+
"@zenstackhq/language": "3.1.1",
|
|
29
|
+
"@zenstackhq/eslint-config": "3.1.1",
|
|
30
|
+
"@zenstackhq/orm": "3.1.1"
|
|
31
31
|
},
|
|
32
32
|
"scripts": {
|
|
33
33
|
"build": "tsc --noEmit && tsup-node && pnpm test:typecheck",
|