@trpc/next 11.5.0 → 11.5.1-canary.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@trpc/next",
4
- "version": "11.5.0",
4
+ "version": "11.5.1-canary.5+e272d6895",
5
5
  "description": "The tRPC Next.js library",
6
6
  "author": "KATT",
7
7
  "license": "MIT",
@@ -26,9 +26,8 @@
26
26
  "scripts": {
27
27
  "build": "tsdown",
28
28
  "dev": "tsdown --watch",
29
- "ts-watch": "tsc --watch",
30
29
  "lint": "eslint --cache src",
31
- "typecheck": "tsc --noEmit"
30
+ "tsc": "tsc"
32
31
  },
33
32
  "exports": {
34
33
  "./package.json": "./package.json",
@@ -105,9 +104,9 @@
105
104
  ],
106
105
  "peerDependencies": {
107
106
  "@tanstack/react-query": "^5.59.15",
108
- "@trpc/client": "11.5.0",
109
- "@trpc/react-query": "11.5.0",
110
- "@trpc/server": "11.5.0",
107
+ "@trpc/client": "11.5.1-canary.5+e272d6895",
108
+ "@trpc/react-query": "11.5.1-canary.5+e272d6895",
109
+ "@trpc/server": "11.5.1-canary.5+e272d6895",
111
110
  "next": "*",
112
111
  "react": ">=16.8.0",
113
112
  "react-dom": ">=16.8.0",
@@ -123,9 +122,9 @@
123
122
  },
124
123
  "devDependencies": {
125
124
  "@tanstack/react-query": "^5.80.3",
126
- "@trpc/client": "11.5.0",
127
- "@trpc/react-query": "11.5.0",
128
- "@trpc/server": "11.5.0",
125
+ "@trpc/client": "11.5.1-canary.5+e272d6895",
126
+ "@trpc/react-query": "11.5.1-canary.5+e272d6895",
127
+ "@trpc/server": "11.5.1-canary.5+e272d6895",
129
128
  "@types/express": "^5.0.0",
130
129
  "@types/node": "^22.13.5",
131
130
  "@types/react": "^19.1.0",
@@ -146,5 +145,5 @@
146
145
  "funding": [
147
146
  "https://trpc.io/sponsor"
148
147
  ],
149
- "gitHead": "6e4c376b764899bf375db786d9d7f72cfa5f2fa1"
148
+ "gitHead": "e272d689530531a498195276f14dd71bda534afe"
150
149
  }
@@ -1 +0,0 @@
1
- export * from '../../dist/app-dir/client';
@@ -1 +0,0 @@
1
- module.exports = require('../../dist/app-dir/client');
@@ -1 +0,0 @@
1
- export * from '../../../dist/app-dir/links/nextCache';
@@ -1 +0,0 @@
1
- module.exports = require('../../../dist/app-dir/links/nextCache');
@@ -1 +0,0 @@
1
- export * from '../../../dist/app-dir/links/nextHttp';
@@ -1 +0,0 @@
1
- module.exports = require('../../../dist/app-dir/links/nextHttp');
@@ -1 +0,0 @@
1
- export * from '../../dist/app-dir/server';
@@ -1 +0,0 @@
1
- module.exports = require('../../dist/app-dir/server');
@@ -1 +0,0 @@
1
- export * from '../dist/ssrPrepass';
@@ -1 +0,0 @@
1
- module.exports = require('../dist/ssrPrepass');