@maverick-js/signals
Advanced tools
Comparing version 5.1.0 to 5.1.1
@@ -186,3 +186,3 @@ export declare type BatchTasks = (queue: ScheduledTask[]) => void; | ||
/** only available during dev. */ | ||
node?: Computation<T>; | ||
node?: Computation; | ||
} | ||
@@ -276,3 +276,3 @@ | ||
/** only available during dev. */ | ||
node?: Computation<T>; | ||
node?: Computation; | ||
set: (value: T | ((prevValue: T) => T)) => void; | ||
@@ -279,0 +279,0 @@ } |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"type": "module", | ||
@@ -8,0 +8,0 @@ "module": "dist/prod/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65555