@trpc/server 11.0.0-alpha-tmp-rethrow-next-errors.384 → 11.0.0-alpha-tmp-rethrow-next-errors.385

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.
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var nextNavigation = require('next/navigation');
3
+ var nextNavigation = require('next/navigation.js');
4
4
  var redirect = require('./redirect.js');
5
5
 
6
6
  function _interopNamespaceDefault(e) {
@@ -1,4 +1,4 @@
1
- import * as nextNavigation from 'next/navigation';
1
+ import * as nextNavigation from 'next/navigation.js';
2
2
  import { TRPCRedirectError } from './redirect.mjs';
3
3
 
4
4
  /**
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "bundleSize": 104173,
3
- "bundleOrigSize": 152920,
3
+ "bundleOrigSize": 152923,
4
4
  "bundleReduction": 31.88,
5
5
  "modules": [
6
6
  {
@@ -296,7 +296,7 @@
296
296
  {
297
297
  "id": "/src/adapters/next-app-dir/rethrowNextErrors.ts",
298
298
  "size": 1626,
299
- "origSize": 1749,
299
+ "origSize": 1752,
300
300
  "renderedExports": [
301
301
  "rethrowNextErrors"
302
302
  ],
@@ -305,7 +305,7 @@
305
305
  "/src/adapters/next-app-dir/nextAppDirCaller.ts"
306
306
  ],
307
307
  "percent": 1.56,
308
- "reduction": 7.03
308
+ "reduction": 7.19
309
309
  },
310
310
  {
311
311
  "id": "/src/unstable-core-do-not-import/rpc/parseTRPCMessage.ts",
@@ -663,9 +663,9 @@
663
663
  "reduction": 100
664
664
  },
665
665
  {
666
- "id": "/src/unstable-core-do-not-import.ts",
666
+ "id": "/src/shared.ts",
667
667
  "size": 0,
668
- "origSize": 1969,
668
+ "origSize": 653,
669
669
  "renderedExports": [],
670
670
  "removedExports": [],
671
671
  "dependents": [],
@@ -673,9 +673,9 @@
673
673
  "reduction": 100
674
674
  },
675
675
  {
676
- "id": "/src/shared.ts",
676
+ "id": "/src/unstable-core-do-not-import.ts",
677
677
  "size": 0,
678
- "origSize": 653,
678
+ "origSize": 1969,
679
679
  "renderedExports": [],
680
680
  "removedExports": [],
681
681
  "dependents": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trpc/server",
3
- "version": "11.0.0-alpha-tmp-rethrow-next-errors.384+c8f03d0d8",
3
+ "version": "11.0.0-alpha-tmp-rethrow-next-errors.385+b1c8fe83e",
4
4
  "description": "The tRPC server library",
5
5
  "author": "KATT",
6
6
  "license": "MIT",
@@ -149,5 +149,5 @@
149
149
  "funding": [
150
150
  "https://trpc.io/sponsor"
151
151
  ],
152
- "gitHead": "c8f03d0d8fd891eccde7cf6d04dba5fa9db43329"
152
+ "gitHead": "b1c8fe83e22693e12a3759c4f7b2b1174cd2cf8f"
153
153
  }
@@ -1,4 +1,4 @@
1
- import * as nextNavigation from 'next/navigation';
1
+ import * as nextNavigation from 'next/navigation.js';
2
2
  import type { TRPCError } from '../../@trpc/server';
3
3
  import { TRPCRedirectError } from './redirect';
4
4