pentatrion-lib
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "pentatrion-lib", | ||
"description": "Des fonctions utiles pour vos projets", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"author": "Lhapaipai", | ||
"dependencies": { | ||
"mini-notifier": "^0.2.0" | ||
}, | ||
"repository": { | ||
@@ -16,12 +13,5 @@ "type": "git", | ||
}, | ||
"scripts": { | ||
"dev": "tsc -d --watch", | ||
"build": "rm -rf ./dist/ && tsc -d" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"devDependencies": { | ||
"typescript": "^4.3.5" | ||
"dependencies": { | ||
"mini-notifier": "^0.4.0" | ||
} | ||
} |
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
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
0
39260
+ Addedmini-notifier@0.4.6(transitive)
- Removedmini-notifier@0.2.0(transitive)
Updatedmini-notifier@^0.4.0