nostr-tools
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "nostr-tools", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "Tools for making a Nostr client.", | ||
"main": "index.js", | ||
"main": "dist/nostr-tools.esm.min.js", | ||
"module": "dist/nostr-tools.esm.min.js", | ||
"browser": "dist/nostr-tools.umd.min.js", | ||
"repository": { | ||
@@ -27,3 +29,12 @@ "type": "git", | ||
"client" | ||
] | ||
], | ||
"devDependencies": { | ||
"rollup": "^2.61.1" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"prepublish": "rollup -c" | ||
} | ||
} |
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
26235
742
1
4
5