@social-embed/lib
Advanced tools
Comparing version 0.1.0-next.2 to 0.1.0-next.3
@@ -9,2 +9,8 @@ --- | ||
## 0.1.0-next.3 (2023-06-12) | ||
- package.json: Add `typings: 'dist/index.d.ts'` | ||
See [commits](https://github.com/social-embed/social-embed/compare/@social-embed/lib@0.1.0-next.2...@social-embed/lib@0.1.0-next.3) | ||
## 0.1.0-next.2 (2023-06-12) | ||
@@ -11,0 +17,0 @@ |
{ | ||
"name": "@social-embed/lib", | ||
"description": "Regexes, ID extraction, for embed providers (YouTube, other OEmbed compatible providers),", | ||
"version": "0.1.0-next.2", | ||
"version": "0.1.0-next.3", | ||
"main": "dist/lib.umd.cjs", | ||
"module": "dist/lib.js", | ||
"typings": "dist/index.d.ts", | ||
"type": "module", | ||
@@ -8,0 +9,0 @@ "files": [ |
21768