@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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @zenstackhq/client-helpers@3.1.0 build /home/runner/work/zenstack-v3/zenstack-v3/packages/clients/client-helpers
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
  CLI Building entry: {"index":"src/index.ts","fetch":"src/fetch.ts"}
@@ -13,12 +13,12 @@
13
13
  ESM dist/fetch.js 2.73 KB
14
14
  ESM dist/index.js.map 63.32 KB
15
15
  ESM dist/fetch.js.map 5.94 KB
16
- ESM ⚡️ Build success in 136ms
16
+ ESM ⚡️ Build success in 137ms
17
17
  DTS Build start
18
- DTS ⚡️ Build success in 5075ms
18
+ DTS ⚡️ Build success in 5106ms
19
19
  DTS dist/index.d.ts 10.28 KB
20
20
  DTS dist/fetch.d.ts 1.24 KB
21
21
 
22
- > @zenstackhq/client-helpers@3.1.0 test:typecheck /home/runner/work/zenstack-v3/zenstack-v3/packages/clients/client-helpers
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.0",
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.0",
22
- "@zenstackhq/schema": "3.1.0"
21
+ "@zenstackhq/common-helpers": "3.1.1",
22
+ "@zenstackhq/schema": "3.1.1"
23
23
  },
24
24
  "devDependencies": {
25
- "@zenstackhq/eslint-config": "3.1.0",
26
- "@zenstackhq/language": "3.1.0",
27
- "@zenstackhq/sdk": "3.1.0",
28
- "@zenstackhq/orm": "3.1.0",
29
- "@zenstackhq/typescript-config": "3.1.0",
30
- "@zenstackhq/vitest-config": "3.1.0"
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",