@social-embed/lib
Advanced tools
Comparing version 0.0.2-next.1 to 0.1.0-next.0
@@ -9,4 +9,10 @@ --- | ||
## 0.0.2-next.1 (unreleased) | ||
## 0.1.0-next.0 (2023-06-12) | ||
- Move to `vite` (#8) | ||
See [commits](https://github.com/social-embed/social-embed/compare/@social-embed/lib@0.0.2-next.1...@social-embed/lib@0.1.0-next.0) | ||
## 0.0.2-next.1 (2022-11-10) | ||
- Move `jest` to `devDependencies` | ||
@@ -13,0 +19,0 @@ |
{ | ||
"name": "@social-embed/lib", | ||
"description": "Regexes, ID extraction, for embed providers (YouTube, other OEmbed compatible providers),", | ||
"version": "0.0.2-next.1", | ||
"main": "dist/index.js", | ||
"version": "0.1.0-next.0", | ||
"main": "dist/index.umd.cjs", | ||
"module": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"type": "module", | ||
"files": [ | ||
"dist", | ||
"types" | ||
], | ||
"exports": { | ||
".": { | ||
"import": "./dist/lib.js", | ||
"require": "./dist/lib.umd.cjs" | ||
} | ||
}, | ||
"license": "MIT", | ||
@@ -29,5 +39,6 @@ "keywords": [ | ||
"clean": "rimraf dist", | ||
"rollup": "rollup", | ||
"start": "rollup start", | ||
"build": "rollup -c rollup.config.ts --configPlugin typescript", | ||
"vite": "vite", | ||
"start": "yarn vite", | ||
"watch": "vite start", | ||
"build": "vite build", | ||
"prepare": "yarn build", | ||
@@ -43,17 +54,9 @@ "bootstrap": "echo 'NOOP'", | ||
"devDependencies": { | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@rollup/plugin-commonjs": "^23.0.2", | ||
"@rollup/plugin-node-resolve": "^15.0.1", | ||
"@rollup/plugin-typescript": "^9.0.2", | ||
"@types/jest": "^29.2.2", | ||
"jest": "^29.2.2", | ||
"prettier": "^2.7.1", | ||
"rollup": "^3.2.5", | ||
"rollup-plugin-copy": "^3.4.0", | ||
"rollup-plugin-styles": "^4.0.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"rollup-plugin-visualizer": "^5.8.3", | ||
"ts-jest": "^29.0.3", | ||
"ts-node": "^10.9.1" | ||
"@babel/preset-typescript": "^7.22.5", | ||
"@types/jest": "^29.5.2", | ||
"jest": "^29.5.0", | ||
"prettier": "^2.8.8", | ||
"typescript": "^5.1.3", | ||
"vite": "^4.3.9" | ||
} | ||
} |
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
6
Yes
11292
5
119
1