react-compiler-runtime 19.0.0-beta-e552027-20250112 → 19.0.0-beta-decd7b8-20250118

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.
Files changed (2) hide show
  1. package/dist/index.js +11 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -371,4 +371,15 @@ function $structuralCheck(oldValue, newValue, variableName, fnName, kind, loc) {
371
371
  }
372
372
  recur(oldValue, newValue, "", 0);
373
373
  }
374
+ // Annotate the CommonJS export names for ESM import in node:
375
+ 0 && (module.exports = {
376
+ $dispatcherGuard,
377
+ $makeReadOnly,
378
+ $reset,
379
+ $structuralCheck,
380
+ c,
381
+ clearRenderCounterRegistry,
382
+ renderCounterRegistry,
383
+ useRenderCounter
384
+ });
374
385
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-compiler-runtime",
3
- "version": "19.0.0-beta-e552027-20250112",
3
+ "version": "19.0.0-beta-decd7b8-20250118",
4
4
  "description": "Runtime for React Compiler",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",