@thi.ng/atom
Advanced tools
Comparing version 5.2.40 to 5.2.41
# Change Log | ||
- **Last updated**: 2024-03-13T14:04:31Z | ||
- **Last updated**: 2024-03-27T09:53:45Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/atom", | ||
"version": "5.2.40", | ||
"version": "5.2.41", | ||
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support", | ||
@@ -39,14 +39,14 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.30", | ||
"@thi.ng/equiv": "^2.1.52", | ||
"@thi.ng/errors": "^2.5.1", | ||
"@thi.ng/paths": "^5.1.75", | ||
"@thi.ng/api": "^8.9.31", | ||
"@thi.ng/equiv": "^2.1.53", | ||
"@thi.ng/errors": "^2.5.2", | ||
"@thi.ng/paths": "^5.1.76", | ||
"tslib": "^2.6.2" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.42.3", | ||
"esbuild": "^0.20.1", | ||
"@microsoft/api-extractor": "^7.43.0", | ||
"esbuild": "^0.20.2", | ||
"rimraf": "^5.0.5", | ||
"typedoc": "^0.25.12", | ||
"typescript": "^5.4.2" | ||
"typescript": "^5.4.3" | ||
}, | ||
@@ -112,3 +112,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "4b3d4ab6ce373ca817ad780f679572169a9ed733\n" | ||
"gitHead": "feb3b24654f2c931cd3c3308c1c0c807ee14d0e4\n" | ||
} |
Updated@thi.ng/api@^8.9.31
Updated@thi.ng/equiv@^2.1.53
Updated@thi.ng/errors@^2.5.2
Updated@thi.ng/paths@^5.1.76