@equinor/workspace-core
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -36,3 +36,2 @@ var _Observable_onchangeCallbacks; | ||
* return false if the old value is different from the new value | ||
* return true to prevent a new value from being set | ||
*/ | ||
@@ -39,0 +38,0 @@ this.compareFunc = () => false; |
@@ -24,5 +24,4 @@ import { CompareFunc, OnchangeCallback } from '../types'; | ||
* return false if the old value is different from the new value | ||
* return true to prevent a new value from being set | ||
*/ | ||
compareFunc: CompareFunc<TValue>; | ||
} |
{ | ||
"name": "@equinor/workspace-core", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"type": "module", | ||
@@ -20,3 +20,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@equinor/workspace-observable-proxy": "workspace:0.0.3", | ||
"@equinor/workspace-observable-proxy": "workspace:^0.0.3", | ||
"rxjs": "^7.5.7" | ||
@@ -40,3 +40,3 @@ }, | ||
}, | ||
"gitHead": "928484c35181e96467a66f2ae36e541a45743182" | ||
"gitHead": "cc3ac06dad7d8d8d48aa586a9504896736a726d2" | ||
} |
Sorry, the diff of this file is not supported yet
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
85045
280