@trpc/server 11.5.1-canary.5 → 11.5.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.
- package/adapters/aws-lambda/index.d.ts +1 -0
- package/adapters/aws-lambda/index.js +1 -0
- package/adapters/express/index.d.ts +1 -0
- package/adapters/express/index.js +1 -0
- package/adapters/fastify/index.d.ts +1 -0
- package/adapters/fastify/index.js +1 -0
- package/adapters/fetch/index.d.ts +1 -0
- package/adapters/fetch/index.js +1 -0
- package/adapters/next/index.d.ts +1 -0
- package/adapters/next/index.js +1 -0
- package/adapters/next-app-dir/index.d.ts +1 -0
- package/adapters/next-app-dir/index.js +1 -0
- package/adapters/node-http/content-type/form-data/index.d.ts +1 -0
- package/adapters/node-http/content-type/form-data/index.js +1 -0
- package/adapters/node-http/content-type/json/index.d.ts +1 -0
- package/adapters/node-http/content-type/json/index.js +1 -0
- package/adapters/node-http/index.d.ts +1 -0
- package/adapters/node-http/index.js +1 -0
- package/adapters/standalone/index.d.ts +1 -0
- package/adapters/standalone/index.js +1 -0
- package/adapters/ws/index.d.ts +1 -0
- package/adapters/ws/index.js +1 -0
- package/dist/adapters/aws-lambda/index.cjs +2 -2
- package/dist/adapters/aws-lambda/index.mjs +2 -2
- package/dist/adapters/express.cjs +4 -4
- package/dist/adapters/express.mjs +4 -4
- package/dist/adapters/fastify/index.cjs +5 -5
- package/dist/adapters/fastify/index.mjs +5 -5
- package/dist/adapters/fetch/index.cjs +2 -2
- package/dist/adapters/fetch/index.mjs +2 -2
- package/dist/adapters/next-app-dir.cjs +75 -75
- package/dist/adapters/next-app-dir.mjs +75 -75
- package/dist/adapters/next-app-dir.mjs.map +1 -1
- package/dist/adapters/next.cjs +4 -4
- package/dist/adapters/next.mjs +4 -4
- package/dist/adapters/node-http/index.cjs +4 -4
- package/dist/adapters/node-http/index.mjs +4 -4
- package/dist/adapters/standalone.cjs +4 -4
- package/dist/adapters/standalone.mjs +4 -4
- package/dist/adapters/ws.cjs +5 -5
- package/dist/adapters/ws.mjs +5 -5
- package/dist/http.cjs +2 -2
- package/dist/http.mjs +2 -2
- package/dist/index.cjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/{initTRPC-XuvQcOiC.mjs → initTRPC-Bt3JfYTm.mjs} +2 -2
- package/dist/{initTRPC-XuvQcOiC.mjs.map → initTRPC-Bt3JfYTm.mjs.map} +1 -1
- package/dist/{initTRPC-BEdPeHRQ.cjs → initTRPC-DPn1YifP.cjs} +1 -1
- package/dist/{node-http-DFjTw_ge.mjs → node-http-BO3KHITF.mjs} +3 -3
- package/dist/{node-http-DFjTw_ge.mjs.map → node-http-BO3KHITF.mjs.map} +1 -1
- package/dist/{node-http-Bd7Lderk.cjs → node-http-BZ_yn7LC.cjs} +2 -2
- package/dist/{resolveResponse-Hga1xOO1.mjs → resolveResponse-BIvy2tOI.mjs} +2 -2
- package/dist/{resolveResponse-Hga1xOO1.mjs.map → resolveResponse-BIvy2tOI.mjs.map} +1 -1
- package/dist/{resolveResponse-9SiPu2EM.cjs → resolveResponse-p3dRsVlS.cjs} +1 -1
- package/dist/{tracked-Bp72jHif.mjs → tracked-BOPN0_Sr.mjs} +3 -2
- package/dist/{tracked-Bp72jHif.mjs.map → tracked-BOPN0_Sr.mjs.map} +1 -1
- package/dist/{tracked-CNYCUYl9.cjs → tracked-DLBmdanL.cjs} +2 -1
- package/dist/unstable-core-do-not-import.cjs +3 -3
- package/dist/unstable-core-do-not-import.d-C8vB_hCN.d.cts.map +1 -1
- package/dist/unstable-core-do-not-import.d-x-roAJpB.d.mts.map +1 -1
- package/dist/unstable-core-do-not-import.mjs +3 -3
- package/dist/{ws-Ph_pC_pR.cjs → ws-BDTl8wq8.cjs} +3 -3
- package/dist/{ws-GiySTdFh.mjs → ws-wBP8XZcx.mjs} +4 -4
- package/dist/{ws-GiySTdFh.mjs.map → ws-wBP8XZcx.mjs.map} +1 -1
- package/http/index.d.ts +1 -0
- package/http/index.js +1 -0
- package/observable/index.d.ts +1 -0
- package/observable/index.js +1 -0
- package/package.json +3 -3
- package/rpc/index.d.ts +1 -0
- package/rpc/index.js +1 -0
- package/shared/index.d.ts +1 -0
- package/shared/index.js +1 -0
- package/src/unstable-core-do-not-import/router.ts +2 -1
- package/unstable-core-do-not-import/index.d.ts +1 -0
- package/unstable-core-do-not-import/index.js +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../../dist/adapters/aws-lambda';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('../../dist/adapters/aws-lambda');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../../dist/adapters/express';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('../../dist/adapters/express');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../../dist/adapters/fastify';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('../../dist/adapters/fastify');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../../dist/adapters/fetch';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('../../dist/adapters/fetch');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../../dist/adapters/next';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('../../dist/adapters/next');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../../dist/adapters/next-app-dir';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('../../dist/adapters/next-app-dir');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../../../../dist/adapters/node-http/content-type/form-data';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('../../../../dist/adapters/node-http/content-type/form-data');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../../../../dist/adapters/node-http/content-type/json';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('../../../../dist/adapters/node-http/content-type/json');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../../dist/adapters/node-http';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('../../dist/adapters/node-http');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../../dist/adapters/standalone';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('../../dist/adapters/standalone');
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '../../dist/adapters/ws';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
module.exports = require('../../dist/adapters/ws');
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const require_getErrorShape = require('../../getErrorShape-DKiEF6Zc.cjs');
|
|
2
|
-
require('../../tracked-
|
|
2
|
+
require('../../tracked-DLBmdanL.cjs');
|
|
3
3
|
require('../../utils-BhNVZA-c.cjs');
|
|
4
|
-
const require_resolveResponse = require('../../resolveResponse-
|
|
4
|
+
const require_resolveResponse = require('../../resolveResponse-p3dRsVlS.cjs');
|
|
5
5
|
require('../../observable-B1Nk6r1H.cjs');
|
|
6
6
|
const node_stream = require_getErrorShape.__toESM(require("node:stream"));
|
|
7
7
|
const node_stream_promises = require_getErrorShape.__toESM(require("node:stream/promises"));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __toESM, require_objectSpread2 } from "../../getErrorShape-Uhlrl4Bk.mjs";
|
|
2
|
-
import "../../tracked-
|
|
2
|
+
import "../../tracked-BOPN0_Sr.mjs";
|
|
3
3
|
import "../../utils-DdbbrDku.mjs";
|
|
4
|
-
import { resolveResponse } from "../../resolveResponse-
|
|
4
|
+
import { resolveResponse } from "../../resolveResponse-BIvy2tOI.mjs";
|
|
5
5
|
import "../../observable-UMO3vUa_.mjs";
|
|
6
6
|
import { Readable } from "node:stream";
|
|
7
7
|
import { pipeline } from "node:stream/promises";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
const require_getErrorShape = require('../getErrorShape-DKiEF6Zc.cjs');
|
|
2
|
-
require('../tracked-
|
|
2
|
+
require('../tracked-DLBmdanL.cjs');
|
|
3
3
|
const require_utils = require('../utils-BhNVZA-c.cjs');
|
|
4
4
|
require('../parseTRPCMessage-snNQop7N.cjs');
|
|
5
|
-
require('../resolveResponse-
|
|
5
|
+
require('../resolveResponse-p3dRsVlS.cjs');
|
|
6
6
|
require('../contentTypeParsers-iAFF_pJG.cjs');
|
|
7
7
|
require('../unstable-core-do-not-import-DFQys1IC.cjs');
|
|
8
8
|
require('../observable-B1Nk6r1H.cjs');
|
|
9
|
-
require('../initTRPC-
|
|
10
|
-
const require_node_http = require('../node-http-
|
|
9
|
+
require('../initTRPC-DPn1YifP.cjs');
|
|
10
|
+
const require_node_http = require('../node-http-BZ_yn7LC.cjs');
|
|
11
11
|
|
|
12
12
|
//#region src/adapters/express.ts
|
|
13
13
|
var import_objectSpread2 = require_getErrorShape.__toESM(require_getErrorShape.require_objectSpread2(), 1);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { __toESM, require_objectSpread2 } from "../getErrorShape-Uhlrl4Bk.mjs";
|
|
2
|
-
import "../tracked-
|
|
2
|
+
import "../tracked-BOPN0_Sr.mjs";
|
|
3
3
|
import { run } from "../utils-DdbbrDku.mjs";
|
|
4
4
|
import "../parseTRPCMessage-ByIHyFRz.mjs";
|
|
5
|
-
import "../resolveResponse-
|
|
5
|
+
import "../resolveResponse-BIvy2tOI.mjs";
|
|
6
6
|
import "../contentTypeParsers-SN4WL9ze.mjs";
|
|
7
7
|
import "../unstable-core-do-not-import-D89CaGtL.mjs";
|
|
8
8
|
import "../observable-UMO3vUa_.mjs";
|
|
9
|
-
import "../initTRPC-
|
|
10
|
-
import { internal_exceptionHandler, nodeHTTPRequestHandler } from "../node-http-
|
|
9
|
+
import "../initTRPC-Bt3JfYTm.mjs";
|
|
10
|
+
import { internal_exceptionHandler, nodeHTTPRequestHandler } from "../node-http-BO3KHITF.mjs";
|
|
11
11
|
|
|
12
12
|
//#region src/adapters/express.ts
|
|
13
13
|
var import_objectSpread2 = __toESM(require_objectSpread2(), 1);
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
const require_getErrorShape = require('../../getErrorShape-DKiEF6Zc.cjs');
|
|
2
|
-
require('../../tracked-
|
|
2
|
+
require('../../tracked-DLBmdanL.cjs');
|
|
3
3
|
require('../../utils-BhNVZA-c.cjs');
|
|
4
4
|
require('../../parseTRPCMessage-snNQop7N.cjs');
|
|
5
|
-
const require_resolveResponse = require('../../resolveResponse-
|
|
5
|
+
const require_resolveResponse = require('../../resolveResponse-p3dRsVlS.cjs');
|
|
6
6
|
require('../../contentTypeParsers-iAFF_pJG.cjs');
|
|
7
7
|
require('../../unstable-core-do-not-import-DFQys1IC.cjs');
|
|
8
8
|
require('../../observable-B1Nk6r1H.cjs');
|
|
9
|
-
require('../../initTRPC-
|
|
9
|
+
require('../../initTRPC-DPn1YifP.cjs');
|
|
10
10
|
require('../../http-DXy3XyhL.cjs');
|
|
11
|
-
const require_node_http = require('../../node-http-
|
|
11
|
+
const require_node_http = require('../../node-http-BZ_yn7LC.cjs');
|
|
12
12
|
require('../../observable-BVzLuBs6.cjs');
|
|
13
|
-
const require_ws = require('../../ws-
|
|
13
|
+
const require_ws = require('../../ws-BDTl8wq8.cjs');
|
|
14
14
|
|
|
15
15
|
//#region src/adapters/fastify/fastifyRequestHandler.ts
|
|
16
16
|
var import_objectSpread2$1 = require_getErrorShape.__toESM(require_getErrorShape.require_objectSpread2(), 1);
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { __toESM, require_objectSpread2 } from "../../getErrorShape-Uhlrl4Bk.mjs";
|
|
2
|
-
import "../../tracked-
|
|
2
|
+
import "../../tracked-BOPN0_Sr.mjs";
|
|
3
3
|
import "../../utils-DdbbrDku.mjs";
|
|
4
4
|
import "../../parseTRPCMessage-ByIHyFRz.mjs";
|
|
5
|
-
import { resolveResponse } from "../../resolveResponse-
|
|
5
|
+
import { resolveResponse } from "../../resolveResponse-BIvy2tOI.mjs";
|
|
6
6
|
import "../../contentTypeParsers-SN4WL9ze.mjs";
|
|
7
7
|
import "../../unstable-core-do-not-import-D89CaGtL.mjs";
|
|
8
8
|
import "../../observable-UMO3vUa_.mjs";
|
|
9
|
-
import "../../initTRPC-
|
|
9
|
+
import "../../initTRPC-Bt3JfYTm.mjs";
|
|
10
10
|
import "../../http-CWyjOa1l.mjs";
|
|
11
|
-
import { incomingMessageToRequest } from "../../node-http-
|
|
11
|
+
import { incomingMessageToRequest } from "../../node-http-BO3KHITF.mjs";
|
|
12
12
|
import "../../observable-CUiPknO-.mjs";
|
|
13
|
-
import { getWSConnectionHandler, handleKeepAlive } from "../../ws-
|
|
13
|
+
import { getWSConnectionHandler, handleKeepAlive } from "../../ws-wBP8XZcx.mjs";
|
|
14
14
|
|
|
15
15
|
//#region src/adapters/fastify/fastifyRequestHandler.ts
|
|
16
16
|
var import_objectSpread2$1 = __toESM(require_objectSpread2(), 1);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const require_getErrorShape = require('../../getErrorShape-DKiEF6Zc.cjs');
|
|
2
|
-
require('../../tracked-
|
|
2
|
+
require('../../tracked-DLBmdanL.cjs');
|
|
3
3
|
require('../../utils-BhNVZA-c.cjs');
|
|
4
|
-
const require_resolveResponse = require('../../resolveResponse-
|
|
4
|
+
const require_resolveResponse = require('../../resolveResponse-p3dRsVlS.cjs');
|
|
5
5
|
require('../../observable-B1Nk6r1H.cjs');
|
|
6
6
|
|
|
7
7
|
//#region src/adapters/fetch/fetchRequestHandler.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __toESM, require_objectSpread2 } from "../../getErrorShape-Uhlrl4Bk.mjs";
|
|
2
|
-
import "../../tracked-
|
|
2
|
+
import "../../tracked-BOPN0_Sr.mjs";
|
|
3
3
|
import "../../utils-DdbbrDku.mjs";
|
|
4
|
-
import { resolveResponse } from "../../resolveResponse-
|
|
4
|
+
import { resolveResponse } from "../../resolveResponse-BIvy2tOI.mjs";
|
|
5
5
|
import "../../observable-UMO3vUa_.mjs";
|
|
6
6
|
|
|
7
7
|
//#region src/adapters/fetch/fetchRequestHandler.ts
|