@orpc/client 0.0.0-next.86f057c → 0.0.0-next.8b5a6d6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/client",
3
3
  "type": "module",
4
- "version": "0.0.0-next.86f057c",
4
+ "version": "0.0.0-next.8b5a6d6",
5
5
  "license": "MIT",
6
6
  "homepage": "https://orpc.unnoq.com",
7
7
  "repository": {
@@ -29,16 +29,16 @@
29
29
  "dist"
30
30
  ],
31
31
  "peerDependencies": {
32
- "@orpc/contract": "0.0.0-next.86f057c",
33
- "@orpc/server": "0.0.0-next.86f057c"
32
+ "@orpc/contract": "0.0.0-next.8b5a6d6",
33
+ "@orpc/server": "0.0.0-next.8b5a6d6"
34
34
  },
35
35
  "dependencies": {
36
- "@orpc/transformer": "0.0.0-next.86f057c",
37
- "@orpc/shared": "0.0.0-next.86f057c"
36
+ "@orpc/shared": "0.0.0-next.8b5a6d6",
37
+ "@orpc/transformer": "0.0.0-next.8b5a6d6"
38
38
  },
39
39
  "devDependencies": {
40
40
  "zod": "^3.23.8",
41
- "@orpc/openapi": "0.0.0-next.86f057c"
41
+ "@orpc/openapi": "0.0.0-next.8b5a6d6"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "tsup --clean --sourcemap --entry.index=src/index.ts --format=esm --onSuccess='tsc -b --noCheck'",