@unrouted/core
Advanced tools
Comparing version 0.4.12 to 0.4.13
{ | ||
"name": "@unrouted/core", | ||
"version": "0.4.12", | ||
"version": "0.4.13", | ||
"homepage": "https://github.com/harlan-zw/unrouted#readme", | ||
@@ -31,10 +31,6 @@ "bugs": { | ||
"sideEffects": false, | ||
"scripts": { | ||
"build": "unbuild", | ||
"stub": "unbuild --stub" | ||
}, | ||
"dependencies": { | ||
"consola": "^2.15.3", | ||
"defu": "^6.0.0", | ||
"h3": "^0.5.5", | ||
"h3": "^0.7.1", | ||
"hookable": "^5.1.1", | ||
@@ -47,3 +43,8 @@ "mlly": "^0.5.1", | ||
"unctx": "^1.1.4" | ||
} | ||
} | ||
}, | ||
"scripts": { | ||
"build": "unbuild", | ||
"stub": "unbuild --stub" | ||
}, | ||
"readme": "# @unrouted/core\n\nThe core engine of [Unrouted](https://github.com/harlan-zw/unrouted) without any presets.\n\n## Usage\n\n```ts\nimport { createUnrouted } from '@unrouted/core'\n\nconst unrouted = await createUnrouted({ /* user options */ }, { /* provider options */ })\n\n```\n\n## License\n\nMIT License © 2021-PRESENT [Harlan Wilton](https://github.com/harlan-zw)\n" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36754
+ Addedh3@0.7.21(transitive)
- Removedh3@0.5.7(transitive)
- Removedufo@0.7.11(transitive)
Updatedh3@^0.7.1