Comparing version
{ | ||
"name": "rolldown", | ||
"version": "1.0.0-beta.8-commit.852c603", | ||
"version": "1.0.0-beta.8-commit.8cce9fc", | ||
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.", | ||
@@ -42,6 +42,6 @@ "type": "commonjs", | ||
"./filter": { | ||
"require": "./dist/filter-expression-index.cjs", | ||
"import": "./dist/filter-expression-index.mjs" | ||
"require": "./dist/filter-index.cjs", | ||
"import": "./dist/filter-index.mjs" | ||
}, | ||
"./parallel-plugin": { | ||
"./parallelPlugin": { | ||
"require": "./dist/parallel-plugin.cjs", | ||
@@ -91,5 +91,3 @@ "import": "./dist/parallel-plugin.mjs" | ||
"@oxc-project/types": "0.67.0", | ||
"@valibot/to-json-schema": "1.0.0", | ||
"ansis": "^3.17.0", | ||
"valibot": "1.0.0" | ||
"ansis": "^3.17.0" | ||
}, | ||
@@ -107,5 +105,7 @@ "peerDependencies": { | ||
"@napi-rs/wasm-runtime": "^0.2.4", | ||
"@oxc-node/core": "^0.0.22", | ||
"@oxc-node/cli": "^0.0.25", | ||
"@oxc-node/core": "^0.0.25", | ||
"@types/fs-extra": "^11.0.4", | ||
"@types/lodash-es": "^4.17.12", | ||
"@valibot/to-json-schema": "1.0.0", | ||
"consola": "^3.4.2", | ||
@@ -124,3 +124,2 @@ "emnapi": "^1.2.0", | ||
"source-map": "^0.7.4", | ||
"tsx": "^4.19.2", | ||
"type-fest": "^4.20.0", | ||
@@ -130,18 +129,19 @@ "typedoc": "^0.28.0", | ||
"unbuild": "^3.0.0", | ||
"rolldown": "1.0.0-beta.8-commit.852c603", | ||
"@rolldown/testing": "0.0.1" | ||
"valibot": "1.0.0", | ||
"@rolldown/testing": "0.0.1", | ||
"rolldown": "1.0.0-beta.8-commit.8cce9fc" | ||
}, | ||
"optionalDependencies": { | ||
"@rolldown/binding-darwin-x64": "1.0.0-beta.8-commit.852c603", | ||
"@rolldown/binding-darwin-arm64": "1.0.0-beta.8-commit.852c603", | ||
"@rolldown/binding-freebsd-x64": "1.0.0-beta.8-commit.852c603", | ||
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.8-commit.852c603", | ||
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.8-commit.852c603", | ||
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.8-commit.852c603", | ||
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.8-commit.852c603", | ||
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.8-commit.852c603", | ||
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.8-commit.852c603", | ||
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.8-commit.852c603", | ||
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.8-commit.852c603", | ||
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.8-commit.852c603" | ||
"@rolldown/binding-darwin-arm64": "1.0.0-beta.8-commit.8cce9fc", | ||
"@rolldown/binding-darwin-x64": "1.0.0-beta.8-commit.8cce9fc", | ||
"@rolldown/binding-freebsd-x64": "1.0.0-beta.8-commit.8cce9fc", | ||
"@rolldown/binding-linux-arm-gnueabihf": "1.0.0-beta.8-commit.8cce9fc", | ||
"@rolldown/binding-linux-arm64-musl": "1.0.0-beta.8-commit.8cce9fc", | ||
"@rolldown/binding-linux-arm64-gnu": "1.0.0-beta.8-commit.8cce9fc", | ||
"@rolldown/binding-linux-x64-gnu": "1.0.0-beta.8-commit.8cce9fc", | ||
"@rolldown/binding-win32-arm64-msvc": "1.0.0-beta.8-commit.8cce9fc", | ||
"@rolldown/binding-linux-x64-musl": "1.0.0-beta.8-commit.8cce9fc", | ||
"@rolldown/binding-win32-ia32-msvc": "1.0.0-beta.8-commit.8cce9fc", | ||
"@rolldown/binding-win32-x64-msvc": "1.0.0-beta.8-commit.8cce9fc", | ||
"@rolldown/binding-wasm32-wasi": "1.0.0-beta.8-commit.8cce9fc" | ||
}, | ||
@@ -151,3 +151,3 @@ "scripts": { | ||
"artifacts": "napi artifacts --cwd ./src --package-json-path ../package.json -o=../artifacts --npm-dir ../npm", | ||
"build-binding": "tsx ./build-binding.mts", | ||
"build-binding": "oxnode ./build-binding.mts", | ||
"build-binding:release": "pnpm build-binding --release", | ||
@@ -157,9 +157,9 @@ "build-binding:wasi": "pnpm build-binding --target wasm32-wasip1-threads", | ||
"# Scrips for node #": "_", | ||
"build-node": "tsx ./build.ts", | ||
"build-node": "oxnode ./build.ts", | ||
"build-types-check": "tsc -p ./tsconfig.check.json", | ||
"build-js-glue": "pnpm run --sequential \"/^build-(types|node|types-check)$/\"", | ||
"build-native:debug": "pnpm run --sequential \"/^build-(binding|js-glue)$/\"", | ||
"build-native:release": "pnpm run --sequential \"/^build-(binding:release|js-glue)$/\"", | ||
"build-browser:debug": "cross-env BROWSER_PKG=1 pnpm run --sequential \"/^build-(binding|binding:wasi|node)$/\"", | ||
"build-browser:release": "cross-env BROWSER_PKG=1 pnpm run --sequential \"/^build-(binding|binding:wasi:release|node)$/\"", | ||
"build-js-glue": "pnpm run --sequential '/^build-(types|node|types-check)$/'", | ||
"build-native:debug": "pnpm run --sequential '/^build-(binding|js-glue)$/'", | ||
"build-native:release": "pnpm run --sequential '/^build-(binding:release|js-glue)$/'", | ||
"build-browser:debug": "BROWSER_PKG=1 pnpm run --sequential '/^build-(binding|binding:wasi|node)$/'", | ||
"build-browser:release": "BROWSER_PKG=1 pnpm run --sequential '/^build-(binding|binding:wasi:release|node)$/'", | ||
"# Scrips for docs #": "_", | ||
@@ -166,0 +166,0 @@ "extract-options-doc": "typedoc" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
842635
9.46%15
-11.76%17962
17.56%27
8%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed