@social-embed/lib
Advanced tools
Comparing version 0.1.0-next.4 to 0.1.0-next.5
@@ -9,2 +9,5 @@ --- | ||
### Breaking changes | ||
- Minimum Node.js version to v18+ (#12) | ||
- Move from [jest] to [vitest] | ||
@@ -11,0 +14,0 @@ |
{ | ||
"name": "@social-embed/lib", | ||
"description": "Regexes, ID extraction, for embed providers (YouTube, other OEmbed compatible providers),", | ||
"version": "0.1.0-next.4", | ||
"version": "0.1.0-next.5", | ||
"main": "dist/lib.umd.cjs", | ||
@@ -55,6 +55,9 @@ "module": "dist/lib.js", | ||
"typescript": "^5.2.2", | ||
"vite": "^4.4.9", | ||
"vite-plugin-dts": "^3.5.2", | ||
"vitest": "^0.34.3" | ||
"vite": "^4.4.11", | ||
"vite-plugin-dts": "^3.6.0", | ||
"vitest": "^0.34.6" | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
} | ||
} |
21930