nemo-observable-util
Advanced tools
Comparing version 5.0.5 to 5.0.6
{ | ||
"name": "nemo-observable-util", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"description": "Simple transparent reactivity with 100% language coverage. Made with ES6 Proxies.", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs.es5.js", |
@@ -41,2 +41,3 @@ declare module 'nemo-observable-util' { | ||
): void; | ||
function flush(): void; | ||
const transactionManager: any; | ||
@@ -43,0 +44,0 @@ function config(arg?: ObservableConfig): ObservableConfig; |
107590
2410