@orpc/client 0.0.0-next.bc564a6 → 0.0.0-next.c099c92

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 +5 -5
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.bc564a6",
4
+ "version": "0.0.0-next.c099c92",
5
5
  "license": "MIT",
6
6
  "homepage": "https://orpc.unnoq.com",
7
7
  "repository": {
@@ -34,13 +34,13 @@
34
34
  "dist"
35
35
  ],
36
36
  "dependencies": {
37
- "@orpc/shared": "0.0.0-next.bc564a6",
38
- "@orpc/contract": "0.0.0-next.bc564a6",
39
- "@orpc/server": "0.0.0-next.bc564a6"
37
+ "@orpc/server": "0.0.0-next.c099c92",
38
+ "@orpc/contract": "0.0.0-next.c099c92",
39
+ "@orpc/shared": "0.0.0-next.c099c92"
40
40
  },
41
41
  "devDependencies": {
42
42
  "zod": "^3.24.1",
43
- "@orpc/openapi": "0.0.0-next.bc564a6"
43
+ "@orpc/openapi": "0.0.0-next.c099c92"
44
44
  },
45
45
  "scripts": {
46
46
  "build": "tsup --clean --sourcemap --entry.index=src/index.ts --entry.fetch=src/adapters/fetch/index.ts --format=esm --onSuccess='tsc -b --noCheck'",