@cloudflare/unenv-preset
Advanced tools
Comparing version
{ | ||
"name": "@cloudflare/unenv-preset", | ||
"version": "0.0.0-17c2cdd90", | ||
"version": "0.0.0-19228e50f", | ||
"description": "cloudflare preset for unenv", | ||
@@ -27,14 +27,15 @@ "keywords": [ | ||
".": { | ||
"types": "./dist/src/index.d.ts", | ||
"import": "./dist/src/index.mjs" | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.mjs" | ||
}, | ||
"./runtime/*": { | ||
"types": "./dist/src/runtime/*.d.ts", | ||
"import": "./dist/src/runtime/*.mjs" | ||
"types": "./dist/runtime/*.d.ts", | ||
"import": "./dist/runtime/*.mjs" | ||
} | ||
}, | ||
"main": "./dist/src/index.mjs", | ||
"types": "./dist/src/index.d.ts", | ||
"main": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist/src" | ||
"dist" | ||
], | ||
@@ -44,7 +45,10 @@ "devDependencies": { | ||
"typescript": "~5.6.3", | ||
"unbuild": "^2.0.0" | ||
"unbuild": "^3.2.0", | ||
"undici": "^5.28.4", | ||
"vitest": "~2.1.8", | ||
"wrangler": "0.0.0-19228e50f" | ||
}, | ||
"peerDependencies": { | ||
"unenv": "npm:unenv-nightly@*", | ||
"workerd": "^1.20241216.0" | ||
"workerd": "^1.20241230.0" | ||
}, | ||
@@ -65,4 +69,6 @@ "peerDependenciesMeta": { | ||
"check:lint": "eslint", | ||
"check:type": "tsc --noEmit" | ||
"check:type": "tsc --noEmit", | ||
"test:ci": "vitest run", | ||
"test:watch": "vitest" | ||
} | ||
} |
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
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
34249
8.89%221691
2638.95%23
4.55%1225
8.02%6
100%1
Infinity%