@tempots/dom 28.0.0 → 28.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tempots/dom",
3
- "version": "28.0.0",
3
+ "version": "28.0.2",
4
4
  "type": "module",
5
5
  "main": "./index.cjs",
6
6
  "module": "./index.js",
package/std/signal.d.ts CHANGED
@@ -160,7 +160,7 @@ export declare class Signal<T> {
160
160
  /**
161
161
  * @internal
162
162
  */
163
- protected readonly _setAndNotify: (newV: T, forceNotifications: boolean) => void;
163
+ protected readonly _setAndNotify: (newV: T) => void;
164
164
  /**
165
165
  * @internal
166
166
  */