Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "aline", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Align stream chunks to bound of lines", | ||
"main": "index.js", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"engines": { | ||
@@ -10,3 +11,4 @@ "node": ">=v6.4.0" | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "jest", | ||
"build": "tsc" | ||
}, | ||
@@ -24,3 +26,2 @@ "repository": { | ||
"license": "MIT", | ||
"typings": "./index.d.ts", | ||
"bugs": { | ||
@@ -31,5 +32,8 @@ "url": "https://github.com/tugrul/node-aline/issues" | ||
"devDependencies": { | ||
"mocha": "^7.1.1", | ||
"@types/node": "^13.11.0" | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^20.12.8", | ||
"jest": "^29.7.0", | ||
"ts-jest": "^29.1.2", | ||
"typescript": "^5.4.5" | ||
} | ||
} |
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
8788
12
164
5
1