Comparing version 0.10.0-snapshot-be0540d-20240326071832 to 0.10.0-snapshot-ed402b2-20240328002407
{ | ||
"name": "rolldown", | ||
"version": "0.10.0-snapshot-be0540d-20240326071832", | ||
"version": "0.10.0-snapshot-ed402b2-20240328002407", | ||
"description": "Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.", | ||
@@ -63,2 +63,3 @@ "homepage": "https://rolldown.rs/", | ||
"consola": "^3.2.3", | ||
"fast-glob": "^3.3.2", | ||
"glob": "^10.3.10", | ||
@@ -68,15 +69,16 @@ "rollup": "^4.12.1", | ||
"unbuild": "^2.0.0", | ||
"vitest": "^1.3.1" | ||
"vitest": "^1.3.1", | ||
"rolldown": "0.10.0-snapshot-ed402b2-20240328002407" | ||
}, | ||
"optionalDependencies": { | ||
"@rolldown/binding-darwin-arm64": "0.10.0-snapshot-be0540d-20240326071832", | ||
"@rolldown/binding-darwin-x64": "0.10.0-snapshot-be0540d-20240326071832", | ||
"@rolldown/binding-linux-arm64-musl": "0.10.0-snapshot-be0540d-20240326071832", | ||
"@rolldown/binding-linux-arm64-gnu": "0.10.0-snapshot-be0540d-20240326071832", | ||
"@rolldown/binding-linux-x64-musl": "0.10.0-snapshot-be0540d-20240326071832", | ||
"@rolldown/binding-linux-arm-gnueabihf": "0.10.0-snapshot-be0540d-20240326071832", | ||
"@rolldown/binding-win32-ia32-msvc": "0.10.0-snapshot-be0540d-20240326071832", | ||
"@rolldown/binding-win32-x64-msvc": "0.10.0-snapshot-be0540d-20240326071832", | ||
"@rolldown/binding-win32-arm64-msvc": "0.10.0-snapshot-be0540d-20240326071832", | ||
"@rolldown/binding-linux-x64-gnu": "0.10.0-snapshot-be0540d-20240326071832" | ||
"@rolldown/binding-darwin-arm64": "0.10.0-snapshot-ed402b2-20240328002407", | ||
"@rolldown/binding-darwin-x64": "0.10.0-snapshot-ed402b2-20240328002407", | ||
"@rolldown/binding-linux-arm-gnueabihf": "0.10.0-snapshot-ed402b2-20240328002407", | ||
"@rolldown/binding-linux-arm64-gnu": "0.10.0-snapshot-ed402b2-20240328002407", | ||
"@rolldown/binding-linux-x64-gnu": "0.10.0-snapshot-ed402b2-20240328002407", | ||
"@rolldown/binding-linux-arm64-musl": "0.10.0-snapshot-ed402b2-20240328002407", | ||
"@rolldown/binding-win32-arm64-msvc": "0.10.0-snapshot-ed402b2-20240328002407", | ||
"@rolldown/binding-linux-x64-musl": "0.10.0-snapshot-ed402b2-20240328002407", | ||
"@rolldown/binding-win32-ia32-msvc": "0.10.0-snapshot-ed402b2-20240328002407", | ||
"@rolldown/binding-win32-x64-msvc": "0.10.0-snapshot-ed402b2-20240328002407" | ||
}, | ||
@@ -94,6 +96,6 @@ "scripts": { | ||
"# Scrips for checking #": "_", | ||
"test": "vitest run", | ||
"test": "vitest run --reporter verbose", | ||
"test:update": "vitest run -u", | ||
"type-check": "tsc -p tsconfig.check.json" | ||
"type-check": "tsc" | ||
} | ||
} |
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
941650
11