@live-change/dao
Advanced tools
Comparing version 0.2.10 to 0.2.11
import ReactiveDao from "./lib/ReactiveDao.js" | ||
var rd = ReactiveDao | ||
let rd = ReactiveDao | ||
import Observable from "./lib/Observable.js" | ||
import ObservableValue from "./lib/ObservableValue.js" | ||
import ObservableList from "./lib/ObservableList.js" | ||
rd.Observable = Observable | ||
export { Observable } | ||
import ObservableValue from "./lib/ObservableValue.js" | ||
rd.ObservableValue = ObservableValue | ||
export { ObservableValue } | ||
import ObservableList from "./lib/ObservableList.js" | ||
rd.ObservableList = ObservableList | ||
@@ -33,2 +32,6 @@ export { ObservableList } | ||
import SimpleDao from "./lib/SimpleDao.js" | ||
rd.SimpleDao = SimpleDao | ||
export { SimpleDao } | ||
import ObservableError from "./lib/ObservableError.js" | ||
@@ -35,0 +38,0 @@ rd.ObservableError = ObservableError |
@@ -39,3 +39,3 @@ { | ||
}, | ||
"version": "0.2.10" | ||
"version": "0.2.11" | ||
} |
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
129802
3724