@react-router/node 0.0.0-experimental-f2b42587c → 0.0.0-experimental-3b8ea09a1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # `@react-router/node`
2
2
 
3
+ ## 7.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies:
8
+ - `react-router@7.6.2`
9
+
3
10
  ## 7.6.1
4
11
 
5
12
  ### Patch Changes
package/dist/index.d.mts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { RequestListener } from 'node:http';
2
- import { ServerBuild, UNSAFE_MiddlewareEnabled, unstable_InitialContext, AppLoadContext, SessionData, SessionIdStorageStrategy, SessionStorage } from 'react-router';
2
+ import { ServerBuild, UNSAFE_MiddlewareEnabled, unstable_InitialContext, AppLoadContext, SessionData, SessionStorage, SessionIdStorageStrategy } from 'react-router';
3
3
  import { ClientAddress } from '@mjackson/node-fetch-server';
4
- import { Readable, Writable } from 'node:stream';
4
+ import { Writable, Readable } from 'node:stream';
5
5
 
6
6
  type MaybePromise<T> = T | Promise<T>;
7
7
  interface RequestListenerOptions {
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import { RequestListener } from 'node:http';
2
- import { ServerBuild, UNSAFE_MiddlewareEnabled, unstable_InitialContext, AppLoadContext, SessionData, SessionIdStorageStrategy, SessionStorage } from 'react-router';
2
+ import { ServerBuild, UNSAFE_MiddlewareEnabled, unstable_InitialContext, AppLoadContext, SessionData, SessionStorage, SessionIdStorageStrategy } from 'react-router';
3
3
  import { ClientAddress } from '@mjackson/node-fetch-server';
4
- import { Readable, Writable } from 'node:stream';
4
+ import { Writable, Readable } from 'node:stream';
5
5
 
6
6
  type MaybePromise<T> = T | Promise<T>;
7
7
  interface RequestListenerOptions {
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/node v0.0.0-experimental-f2b42587c
2
+ * @react-router/node v0.0.0-experimental-3b8ea09a1
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @react-router/node v0.0.0-experimental-f2b42587c
2
+ * @react-router/node v0.0.0-experimental-3b8ea09a1
3
3
  *
4
4
  * Copyright (c) Remix Software Inc.
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-router/node",
3
- "version": "0.0.0-experimental-f2b42587c",
3
+ "version": "0.0.0-experimental-3b8ea09a1",
4
4
  "description": "Node.js platform abstractions for React Router",
5
5
  "bugs": {
6
6
  "url": "https://github.com/remix-run/react-router/issues"
@@ -75,11 +75,11 @@
75
75
  "tsup": "^8.3.0",
76
76
  "typescript": "^5.1.6",
77
77
  "wireit": "0.14.9",
78
- "react-router": "0.0.0-experimental-f2b42587c"
78
+ "react-router": "0.0.0-experimental-3b8ea09a1"
79
79
  },
80
80
  "peerDependencies": {
81
81
  "typescript": "^5.1.0",
82
- "react-router": "0.0.0-experimental-f2b42587c"
82
+ "react-router": "0.0.0-experimental-3b8ea09a1"
83
83
  },
84
84
  "peerDependenciesMeta": {
85
85
  "typescript": {