@thi.ng/atom
Advanced tools
Comparing version 5.2.23 to 5.2.24
# Change Log | ||
- **Last updated**: 2024-01-23T15:58:27Z | ||
- **Last updated**: 2024-01-26T18:03:04Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
@@ -157,9 +157,6 @@ import type { DeepPath, Event, INotify, Listener, OptPathVal, Path, Path0, Path1, Path2, Path3, Path4, Path5, Path6, Path7, Path8, PathVal, Predicate2, Watch } from "@thi.ng/api"; | ||
release(): boolean; | ||
/** {@inheritDoc @thi.ng/api#INotify.addListener} */ | ||
addListener(id: HistoryEventType, fn: Listener<HistoryEventType>, scope?: any): boolean; | ||
/** {@inheritDoc @thi.ng/api#INotify.removeListener} */ | ||
removeListener(id: HistoryEventType, fn: Listener<HistoryEventType>, scope?: any): boolean; | ||
/** {@inheritDoc @thi.ng/api#INotify.notify} */ | ||
notify(e: Event<HistoryEventType>): boolean; | ||
} | ||
//# sourceMappingURL=history.d.ts.map |
@@ -235,3 +235,2 @@ var __defProp = Object.defineProperty; | ||
} | ||
/** {@inheritDoc @thi.ng/api#INotify.addListener} */ | ||
// @ts-ignore: mixin | ||
@@ -241,3 +240,2 @@ // prettier-ignore | ||
} | ||
/** {@inheritDoc @thi.ng/api#INotify.removeListener} */ | ||
// @ts-ignore: mixin | ||
@@ -247,3 +245,2 @@ // prettier-ignore | ||
} | ||
/** {@inheritDoc @thi.ng/api#INotify.notify} */ | ||
// @ts-ignore: mixin | ||
@@ -250,0 +247,0 @@ notify(e) { |
{ | ||
"name": "@thi.ng/atom", | ||
"version": "5.2.23", | ||
"version": "5.2.24", | ||
"description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support", | ||
@@ -38,6 +38,6 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.17", | ||
"@thi.ng/api": "^8.9.18", | ||
"@thi.ng/equiv": "^2.1.42", | ||
"@thi.ng/errors": "^2.4.11", | ||
"@thi.ng/paths": "^5.1.58", | ||
"@thi.ng/paths": "^5.1.59", | ||
"tslib": "^2.6.2" | ||
@@ -111,3 +111,3 @@ }, | ||
}, | ||
"gitHead": "417b5a7ea7bd54a3b4f086fe0fc2ce8e8933c9b2\n" | ||
"gitHead": "7426e2ae6fca5482c6eaf649872296fc89955374\n" | ||
} |
@@ -21,4 +21,4 @@ import type { DeepPath, Fn, OptPathVal, Path, Path0, Path1, Path2, Path3, Path4, Path5, Path6, Path7, Path8, Predicate2 } from "@thi.ng/api"; | ||
* @remarks | ||
* Views can be created directly or via the {@link IViewable.addView} method of | ||
* the parent state. Views can be | ||
* Views can be created via {@link defView} or {@link defViewUnsafe} which are | ||
* given a parent state container. Views can be | ||
* [`IDeref`](https://docs.thi.ng/umbrella/api/interfaces/IDeref.html).deref}'d | ||
@@ -25,0 +25,0 @@ * like atoms and polled for value changes using {@link IView.changed}. The |
112034
1244
Updated@thi.ng/api@^8.9.18
Updated@thi.ng/paths@^5.1.59