npm package diff
Package: react-compiler-runtime
Versions: 19.0.0-beta-55955c9-20241229 - 19.0.0-beta-63e3235-20250105
File: package/package.json
Index: package/package.json
===================================================================
--- package/package.json
+++ package/package.json
@@ -1,7 +1,7 @@
{
"name": "react-compiler-runtime",
- "version": "19.0.0-beta-55955c9-20241229",
+ "version": "19.0.0-beta-63e3235-20250105",
"description": "Runtime for React Compiler",
"license": "MIT",
"main": "dist/index.js",
"files": [
@@ -11,10 +11,11 @@
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^0.0.0-experimental"
},
"scripts": {
- "build": "rimraf dist && rollup --config --bundleConfigAsCjs",
- "test": "echo 'no tests'"
+ "build": "rimraf dist && scripts/build.js",
+ "test": "echo 'no tests'",
+ "watch": "scripts/build.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facebook/react.git",