react-server-dom-webpack 19.1.0-canary-e06c72fc-20241215 → 19.1.0-canary-7eb8234f-20241218

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.
@@ -2467,10 +2467,10 @@
2467
2467
  return hook.checkDCE ? !0 : !1;
2468
2468
  })({
2469
2469
  bundleType: 1,
2470
- version: "19.1.0-canary-e06c72fc-20241215",
2470
+ version: "19.1.0-canary-7eb8234f-20241218",
2471
2471
  rendererPackageName: "react-server-dom-webpack",
2472
2472
  currentDispatcherRef: ReactSharedInternals,
2473
- reconcilerVersion: "19.1.0-canary-e06c72fc-20241215",
2473
+ reconcilerVersion: "19.1.0-canary-7eb8234f-20241218",
2474
2474
  getCurrentComponentInfo: function () {
2475
2475
  return currentOwnerInDEV;
2476
2476
  }
@@ -2117,11 +2117,11 @@
2117
2117
  }
2118
2118
  function forwardDebugInfo(request, id, debugInfo) {
2119
2119
  for (var i = 0; i < debugInfo.length; i++)
2120
- request.pendingChunks++,
2121
- "number" !== typeof debugInfo[i].time &&
2122
- ("string" === typeof debugInfo[i].name &&
2123
- outlineComponentInfo(request, debugInfo[i]),
2124
- emitDebugChunk(request, id, debugInfo[i]));
2120
+ "number" !== typeof debugInfo[i].time &&
2121
+ (request.pendingChunks++,
2122
+ "string" === typeof debugInfo[i].name &&
2123
+ outlineComponentInfo(request, debugInfo[i]),
2124
+ emitDebugChunk(request, id, debugInfo[i]));
2125
2125
  }
2126
2126
  function emitChunk(request, task, value) {
2127
2127
  var id = task.id;
@@ -2151,11 +2151,11 @@
2151
2151
  }
2152
2152
  function forwardDebugInfo(request, id, debugInfo) {
2153
2153
  for (var i = 0; i < debugInfo.length; i++)
2154
- request.pendingChunks++,
2155
- "number" !== typeof debugInfo[i].time &&
2156
- ("string" === typeof debugInfo[i].name &&
2157
- outlineComponentInfo(request, debugInfo[i]),
2158
- emitDebugChunk(request, id, debugInfo[i]));
2154
+ "number" !== typeof debugInfo[i].time &&
2155
+ (request.pendingChunks++,
2156
+ "string" === typeof debugInfo[i].name &&
2157
+ outlineComponentInfo(request, debugInfo[i]),
2158
+ emitDebugChunk(request, id, debugInfo[i]));
2159
2159
  }
2160
2160
  function emitChunk(request, task, value) {
2161
2161
  var id = task.id;
@@ -2153,11 +2153,11 @@
2153
2153
  }
2154
2154
  function forwardDebugInfo(request, id, debugInfo) {
2155
2155
  for (var i = 0; i < debugInfo.length; i++)
2156
- request.pendingChunks++,
2157
- "number" !== typeof debugInfo[i].time &&
2158
- ("string" === typeof debugInfo[i].name &&
2159
- outlineComponentInfo(request, debugInfo[i]),
2160
- emitDebugChunk(request, id, debugInfo[i]));
2156
+ "number" !== typeof debugInfo[i].time &&
2157
+ (request.pendingChunks++,
2158
+ "string" === typeof debugInfo[i].name &&
2159
+ outlineComponentInfo(request, debugInfo[i]),
2160
+ emitDebugChunk(request, id, debugInfo[i]));
2161
2161
  }
2162
2162
  function emitChunk(request, task, value) {
2163
2163
  var id = task.id;
@@ -2153,11 +2153,11 @@
2153
2153
  }
2154
2154
  function forwardDebugInfo(request, id, debugInfo) {
2155
2155
  for (var i = 0; i < debugInfo.length; i++)
2156
- request.pendingChunks++,
2157
- "number" !== typeof debugInfo[i].time &&
2158
- ("string" === typeof debugInfo[i].name &&
2159
- outlineComponentInfo(request, debugInfo[i]),
2160
- emitDebugChunk(request, id, debugInfo[i]));
2156
+ "number" !== typeof debugInfo[i].time &&
2157
+ (request.pendingChunks++,
2158
+ "string" === typeof debugInfo[i].name &&
2159
+ outlineComponentInfo(request, debugInfo[i]),
2160
+ emitDebugChunk(request, id, debugInfo[i]));
2161
2161
  }
2162
2162
  function emitChunk(request, task, value) {
2163
2163
  var id = task.id;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-server-dom-webpack",
3
3
  "description": "React Server Components bindings for DOM using Webpack. This is intended to be integrated into meta-frameworks. It is not intended to be imported directly.",
4
- "version": "19.1.0-canary-e06c72fc-20241215",
4
+ "version": "19.1.0-canary-7eb8234f-20241218",
5
5
  "keywords": [
6
6
  "react"
7
7
  ],
@@ -99,8 +99,8 @@
99
99
  "node": ">=0.10.0"
100
100
  },
101
101
  "peerDependencies": {
102
- "react": "19.1.0-canary-e06c72fc-20241215",
103
- "react-dom": "19.1.0-canary-e06c72fc-20241215",
102
+ "react": "19.1.0-canary-7eb8234f-20241218",
103
+ "react-dom": "19.1.0-canary-7eb8234f-20241218",
104
104
  "webpack": "^5.59.0"
105
105
  },
106
106
  "dependencies": {