@thi.ng/atom
Advanced tools
Comparing version 5.2.20 to 5.2.21
# Change Log | ||
- **Last updated**: 2023-12-19T11:01:47Z | ||
- **Last updated**: 2023-12-28T23:24:38Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/atom", | ||
"version": "5.2.20", | ||
"version": "5.2.21", | ||
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support", | ||
@@ -38,14 +38,14 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.14", | ||
"@thi.ng/equiv": "^2.1.39", | ||
"@thi.ng/errors": "^2.4.8", | ||
"@thi.ng/paths": "^5.1.55", | ||
"@thi.ng/api": "^8.9.15", | ||
"@thi.ng/equiv": "^2.1.40", | ||
"@thi.ng/errors": "^2.4.9", | ||
"@thi.ng/paths": "^5.1.56", | ||
"tslib": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.38.3", | ||
"esbuild": "^0.19.8", | ||
"@microsoft/api-extractor": "^7.39.0", | ||
"esbuild": "^0.19.10", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "^0.25.4", | ||
"typescript": "^5.3.2" | ||
"typescript": "^5.3.3" | ||
}, | ||
@@ -111,3 +111,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "0d9265be7be13eccf0ef75eaedbfd42626339279\n" | ||
"gitHead": "775c664723cd87d6ac5909cedf91195317add287\n" | ||
} |
112324
Updated@thi.ng/api@^8.9.15
Updated@thi.ng/equiv@^2.1.40
Updated@thi.ng/errors@^2.4.9
Updated@thi.ng/paths@^5.1.56