@orpc/server 0.0.0-next.43c0c87 → 0.0.0-next.44bdf93

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -946,7 +946,7 @@ function createRouterClient(router, ...rest) {
946
946
  }
947
947
 
948
948
  // src/index.ts
949
- import { configGlobal, fallbackToGlobalConfig, isDefinedError, ORPCError, safe } from "@orpc/contract";
949
+ import { configGlobal, fallbackToGlobalConfig, isDefinedError, ORPCError, safe, type } from "@orpc/contract";
950
950
  var os = new Builder({});
951
951
  export {
952
952
  Builder,
@@ -981,6 +981,7 @@ export {
981
981
  os,
982
982
  safe,
983
983
  setRouterContract,
984
+ type,
984
985
  unlazy
985
986
  };
986
987
  //# sourceMappingURL=index.js.map
@@ -20,6 +20,6 @@ export * from './router-client';
20
20
  export * from './router-implementer';
21
21
  export * from './types';
22
22
  export * from './utils';
23
- export { configGlobal, fallbackToGlobalConfig, isDefinedError, ORPCError, safe } from '@orpc/contract';
23
+ export { configGlobal, fallbackToGlobalConfig, isDefinedError, ORPCError, safe, type } from '@orpc/contract';
24
24
  export declare const os: Builder<WELL_CONTEXT>;
25
25
  //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/server",
3
3
  "type": "module",
4
- "version": "0.0.0-next.43c0c87",
4
+ "version": "0.0.0-next.44bdf93",
5
5
  "license": "MIT",
6
6
  "homepage": "https://orpc.unnoq.com",
7
7
  "repository": {
@@ -53,8 +53,8 @@
53
53
  "next": ">=14.0.0"
54
54
  },
55
55
  "dependencies": {
56
- "@orpc/contract": "0.0.0-next.43c0c87",
57
- "@orpc/shared": "0.0.0-next.43c0c87"
56
+ "@orpc/contract": "0.0.0-next.44bdf93",
57
+ "@orpc/shared": "0.0.0-next.44bdf93"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "tsup --onSuccess='tsc -b --noCheck'",