@daaku/kombat
Advanced tools
Comparing version 2.5.0 to 2.12.0
{ | ||
"name": "@daaku/kombat", | ||
"author": "Naitik Shah <n@daaku.org>", | ||
"version": "2.5.0", | ||
"version": "2.12.0", | ||
"description": "Infrastructure for CRDT powered applications.", | ||
@@ -22,4 +22,3 @@ "repository": "git@github.com:daaku/kombat", | ||
"scripts": { | ||
"test": "NODE_OPTIONS='--import tsx/esm' jasmine", | ||
"deploy": "npm run test && npm publish --access=public", | ||
"deploy": "bun test && npm publish --access=public", | ||
"prepare": "tsc" | ||
@@ -33,11 +32,9 @@ }, | ||
"devDependencies": { | ||
"@types/jasmine": "^5.1.0", | ||
"jasmine": "^5.0.0", | ||
"tsx": "^4.6.0", | ||
"@types/bun": "^1.0.8", | ||
"typescript": "^5.0.2" | ||
}, | ||
"dependencies": { | ||
"async-mutex": "^0.4.0", | ||
"async-mutex": "^0.5.0", | ||
"nanoid": "^5.0.1" | ||
} | ||
} |
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
40219
2
10
1
+ Addedasync-mutex@0.5.0(transitive)
- Removedasync-mutex@0.4.1(transitive)
Updatedasync-mutex@^0.5.0