@orpc/server 0.0.0-next.b2e67f7 → 0.0.0-next.b36125c

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.
@@ -2,7 +2,7 @@ import {
2
2
  RPCCodec,
3
3
  RPCMatcher,
4
4
  StandardHandler
5
- } from "./chunk-TV5DRAST.js";
5
+ } from "./chunk-NTHCS5CK.js";
6
6
 
7
7
  // src/adapters/fetch/rpc-handler.ts
8
8
  import { toFetchResponse, toStandardRequest } from "@orpc/standard-server-fetch";
@@ -29,4 +29,4 @@ var RPCHandler = class {
29
29
  export {
30
30
  RPCHandler
31
31
  };
32
- //# sourceMappingURL=chunk-WDY5PTME.js.map
32
+ //# sourceMappingURL=chunk-MBMXGUNI.js.map
@@ -82,7 +82,7 @@ var StandardHandler = class {
82
82
 
83
83
  // src/adapters/standard/rpc-codec.ts
84
84
  import { RPCSerializer } from "@orpc/client/rpc";
85
- import { parseEmptyableJSON } from "@orpc/standard-server";
85
+ import { parseEmptyableJSON } from "@orpc/shared";
86
86
  var RPCCodec = class {
87
87
  serializer;
88
88
  constructor(options = {}) {
@@ -179,4 +179,4 @@ export {
179
179
  RPCCodec,
180
180
  RPCMatcher
181
181
  };
182
- //# sourceMappingURL=chunk-TV5DRAST.js.map
182
+ //# sourceMappingURL=chunk-NTHCS5CK.js.map
package/dist/fetch.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  RPCHandler
3
- } from "./chunk-WDY5PTME.js";
4
- import "./chunk-TV5DRAST.js";
3
+ } from "./chunk-MBMXGUNI.js";
4
+ import "./chunk-NTHCS5CK.js";
5
5
  import "./chunk-MHVECKBC.js";
6
6
  import "./chunk-TXHKQO7N.js";
7
7
  export {
package/dist/hono.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  RPCHandler
3
- } from "./chunk-WDY5PTME.js";
4
- import "./chunk-TV5DRAST.js";
3
+ } from "./chunk-MBMXGUNI.js";
4
+ import "./chunk-NTHCS5CK.js";
5
5
  import "./chunk-MHVECKBC.js";
6
6
  import "./chunk-TXHKQO7N.js";
7
7
 
package/dist/next.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  RPCHandler
3
- } from "./chunk-WDY5PTME.js";
4
- import "./chunk-TV5DRAST.js";
3
+ } from "./chunk-MBMXGUNI.js";
4
+ import "./chunk-NTHCS5CK.js";
5
5
  import "./chunk-MHVECKBC.js";
6
6
  import "./chunk-TXHKQO7N.js";
7
7
 
package/dist/node.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  RPCCodec,
3
3
  RPCMatcher,
4
4
  StandardHandler
5
- } from "./chunk-TV5DRAST.js";
5
+ } from "./chunk-NTHCS5CK.js";
6
6
  import "./chunk-MHVECKBC.js";
7
7
  import "./chunk-TXHKQO7N.js";
8
8
 
@@ -1,8 +1,8 @@
1
1
  import type { ORPCError } from '@orpc/client';
2
+ import type { StandardRequest, StandardResponse } from '@orpc/standard-server';
2
3
  import type { AnyProcedure } from '../../procedure';
3
4
  import type { StandardCodec, StandardParams } from './types';
4
5
  import { RPCSerializer } from '@orpc/client/rpc';
5
- import { type StandardRequest, type StandardResponse } from '@orpc/standard-server';
6
6
  export interface StandardCodecOptions {
7
7
  serializer?: RPCSerializer;
8
8
  }
package/dist/standard.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  RPCCodec,
3
3
  RPCMatcher,
4
4
  StandardHandler
5
- } from "./chunk-TV5DRAST.js";
5
+ } from "./chunk-NTHCS5CK.js";
6
6
  import "./chunk-MHVECKBC.js";
7
7
  import "./chunk-TXHKQO7N.js";
8
8
  export {
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.b2e67f7",
4
+ "version": "0.0.0-next.b36125c",
5
5
  "license": "MIT",
6
6
  "homepage": "https://orpc.unnoq.com",
7
7
  "repository": {
@@ -63,12 +63,12 @@
63
63
  "next": ">=14.0.0"
64
64
  },
65
65
  "dependencies": {
66
- "@orpc/client": "0.0.0-next.b2e67f7",
67
- "@orpc/shared": "0.0.0-next.b2e67f7",
68
- "@orpc/contract": "0.0.0-next.b2e67f7",
69
- "@orpc/standard-server": "0.0.0-next.b2e67f7",
70
- "@orpc/standard-server-node": "0.0.0-next.b2e67f7",
71
- "@orpc/standard-server-fetch": "0.0.0-next.b2e67f7"
66
+ "@orpc/contract": "0.0.0-next.b36125c",
67
+ "@orpc/standard-server": "0.0.0-next.b36125c",
68
+ "@orpc/client": "0.0.0-next.b36125c",
69
+ "@orpc/standard-server-fetch": "0.0.0-next.b36125c",
70
+ "@orpc/shared": "0.0.0-next.b36125c",
71
+ "@orpc/standard-server-node": "0.0.0-next.b36125c"
72
72
  },
73
73
  "devDependencies": {
74
74
  "light-my-request": "^6.5.1"