everstorage
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -5,2 +5,3 @@ import { Observable } from 'rxjs'; | ||
export interface IObservableStorage<TValue extends IValue> { | ||
value: TValue; | ||
values: Observable<TValue>; | ||
@@ -7,0 +8,0 @@ pushValue(value: TValue): void; |
{ | ||
"name": "everstorage", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"author": "Pavol Hejný <me@pavolhejny.com> (https://pavolhejny.com)", | ||
@@ -5,0 +5,0 @@ "description": "A vector manipulation class", |
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
3209908
17819