@trpc/next 11.0.0-alpha-tmp-nick-issue-take-2.196 → 11.0.0-alpha-tmp-export-from-main.197

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.
@@ -0,0 +1 @@
1
+ export * from '../../dist/app-dir/create-action-hook';
@@ -0,0 +1 @@
1
+ module.exports = require('../../dist/app-dir/create-action-hook');
@@ -0,0 +1 @@
1
+ export * from '../../dist/app-dir/create-action-hook.tsx';
@@ -0,0 +1 @@
1
+ module.exports = require('../../dist/app-dir/create-action-hook.tsx');
@@ -0,0 +1 @@
1
+ export * from '../../../dist/app-dir/links/nextFetch';
@@ -0,0 +1 @@
1
+ module.exports = require('../../../dist/app-dir/links/nextFetch');
@@ -0,0 +1 @@
1
+ export * from '../../dist/app-dir/react';
@@ -0,0 +1 @@
1
+ module.exports = require('../../dist/app-dir/react');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/next",
3
- "version": "11.0.0-alpha-tmp-nick-issue-take-2.196+99498eb82",
3
+ "version": "11.0.0-alpha-tmp-export-from-main.197+daf80ad55",
4
4
  "description": "The tRPC Next.js library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -66,20 +66,20 @@
66
66
  "!**/*.test.*"
67
67
  ],
68
68
  "dependencies": {
69
- "@trpc/core": "11.0.0-alpha-tmp-nick-issue-take-2.196+99498eb82"
69
+ "@trpc/core": "11.0.0-alpha-tmp-export-from-main.197+daf80ad55"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "@tanstack/react-query": "^5.0.0",
73
- "@trpc/client": "11.0.0-alpha-tmp-nick-issue-take-2.196+99498eb82",
74
- "@trpc/react-query": "11.0.0-alpha-tmp-nick-issue-take-2.196+99498eb82",
73
+ "@trpc/client": "11.0.0-alpha-tmp-export-from-main.197+daf80ad55",
74
+ "@trpc/react-query": "11.0.0-alpha-tmp-export-from-main.197+daf80ad55",
75
75
  "next": "*",
76
76
  "react": ">=16.8.0",
77
77
  "react-dom": ">=16.8.0"
78
78
  },
79
79
  "devDependencies": {
80
80
  "@tanstack/react-query": "^5.0.0",
81
- "@trpc/client": "11.0.0-alpha-tmp-nick-issue-take-2.196+99498eb82",
82
- "@trpc/react-query": "11.0.0-alpha-tmp-nick-issue-take-2.196+99498eb82",
81
+ "@trpc/client": "11.0.0-alpha-tmp-export-from-main.197+daf80ad55",
82
+ "@trpc/react-query": "11.0.0-alpha-tmp-export-from-main.197+daf80ad55",
83
83
  "@types/express": "^4.17.17",
84
84
  "@types/node": "^20.10.0",
85
85
  "@types/react": "^18.2.33",
@@ -99,5 +99,5 @@
99
99
  "funding": [
100
100
  "https://trpc.io/sponsor"
101
101
  ],
102
- "gitHead": "99498eb82d47aa0db1ec42abdc3819c2e9441867"
102
+ "gitHead": "daf80ad55e6e6a7c638cc2af2145cedc6da68f87"
103
103
  }
@@ -1,146 +0,0 @@
1
- {
2
- "bundleSize": 22154,
3
- "bundleOrigSize": 32285,
4
- "bundleReduction": 31.38,
5
- "modules": [
6
- {
7
- "id": "/src/withTRPC.tsx",
8
- "size": 8009,
9
- "origSize": 9372,
10
- "renderedExports": [
11
- "withTRPC"
12
- ],
13
- "removedExports": [],
14
- "dependents": [
15
- "/src/createTRPCNext.tsx",
16
- "/src/index.ts"
17
- ],
18
- "percent": 36.15,
19
- "reduction": 14.54
20
- },
21
- {
22
- "id": "/src/app-dir/server.ts",
23
- "size": 3691,
24
- "origSize": 4872,
25
- "renderedExports": [
26
- "experimental_createTRPCNextAppDirServer",
27
- "experimental_createServerActionHandler",
28
- "experimental_revalidateEndpoint"
29
- ],
30
- "removedExports": [],
31
- "dependents": [],
32
- "percent": 16.66,
33
- "reduction": 24.24
34
- },
35
- {
36
- "id": "/src/app-dir/create-action-hook.tsx",
37
- "size": 3318,
38
- "origSize": 5723,
39
- "renderedExports": [
40
- "experimental_serverActionLink",
41
- "experimental_createActionHook"
42
- ],
43
- "removedExports": [],
44
- "dependents": [
45
- "/src/app-dir/client.ts"
46
- ],
47
- "percent": 14.98,
48
- "reduction": 42.02
49
- },
50
- {
51
- "id": "/src/app-dir/links/nextCache.ts",
52
- "size": 2486,
53
- "origSize": 2767,
54
- "renderedExports": [
55
- "experimental_nextCacheLink"
56
- ],
57
- "removedExports": [],
58
- "dependents": [],
59
- "percent": 11.22,
60
- "reduction": 10.16
61
- },
62
- {
63
- "id": "/src/app-dir/client.ts",
64
- "size": 1260,
65
- "origSize": 1834,
66
- "renderedExports": [
67
- "experimental_createTRPCNextAppDirClient"
68
- ],
69
- "removedExports": [],
70
- "dependents": [],
71
- "percent": 5.69,
72
- "reduction": 31.3
73
- },
74
- {
75
- "id": "/src/app-dir/links/nextHttp.ts",
76
- "size": 1192,
77
- "origSize": 1750,
78
- "renderedExports": [
79
- "experimental_nextHttpLink"
80
- ],
81
- "removedExports": [],
82
- "dependents": [],
83
- "percent": 5.38,
84
- "reduction": 31.89
85
- },
86
- {
87
- "id": "/src/createTRPCNext.tsx",
88
- "size": 1045,
89
- "origSize": 2631,
90
- "renderedExports": [
91
- "createTRPCNext"
92
- ],
93
- "removedExports": [],
94
- "dependents": [
95
- "/src/index.ts"
96
- ],
97
- "percent": 4.72,
98
- "reduction": 60.28
99
- },
100
- {
101
- "id": "/src/app-dir/formDataToObject.ts",
102
- "size": 818,
103
- "origSize": 826,
104
- "renderedExports": [
105
- "formDataToObject"
106
- ],
107
- "removedExports": [],
108
- "dependents": [
109
- "/src/app-dir/server.ts"
110
- ],
111
- "percent": 3.69,
112
- "reduction": 0.97
113
- },
114
- {
115
- "id": "/src/app-dir/shared.ts",
116
- "size": 335,
117
- "origSize": 2448,
118
- "renderedExports": [
119
- "generateCacheTag",
120
- "isFormData"
121
- ],
122
- "removedExports": [
123
- "createUseProxy"
124
- ],
125
- "dependents": [
126
- "/src/app-dir/server.ts",
127
- "/src/app-dir/create-action-hook.tsx",
128
- "/src/app-dir/links/nextCache.ts",
129
- "/src/app-dir/links/nextHttp.ts"
130
- ],
131
- "percent": 1.51,
132
- "reduction": 86.32
133
- },
134
- {
135
- "id": "/src/index.ts",
136
- "size": 0,
137
- "origSize": 62,
138
- "renderedExports": [],
139
- "removedExports": [],
140
- "dependents": [],
141
- "percent": 0,
142
- "reduction": 100
143
- }
144
- ],
145
- "moduleCount": 10
146
- }