Update dependencies and clean up project structure. Add cloud.google.com/go/compute/metadata as an indirect requirement in go.mod. Remove unused files and update package.json for Vite and React plugins. Refactor Makefile for improved build process.

This commit is contained in:
2025-11-22 06:53:24 -06:00
parent c9ade39ad9
commit 30aa969433
1295 changed files with 343445 additions and 210041 deletions

View File

@@ -1,7 +1,8 @@
{
"name": "scheduler",
"version": "0.27.0",
"version": "0.23.2",
"description": "Cooperative scheduler for the browser environment.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/facebook/react.git",
@@ -14,14 +15,22 @@
"bugs": {
"url": "https://github.com/facebook/react/issues"
},
"homepage": "https://react.dev/",
"homepage": "https://reactjs.org/",
"dependencies": {
"loose-envify": "^1.1.0"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"index.native.js",
"unstable_mock.js",
"unstable_post_task.js",
"cjs/"
]
"cjs/",
"umd/"
],
"browserify": {
"transform": [
"loose-envify"
]
}
}