@live-change/dao
Advanced tools
Comparing version 0.8.105 to 0.8.106
@@ -33,3 +33,3 @@ import ObservableValue from "./ObservableValue.js" | ||
const source = this.defn.values[what[1]] | ||
if(!source) throw new Error(`source ${what[1]} is not defined`) | ||
if(!source) throw new Error(`source ${what[1]} is not defined while getting ${what}`) | ||
return source.get(...(what.slice(2))) | ||
@@ -40,2 +40,3 @@ } | ||
let method = this.defn.methods[what[1]] | ||
console.log("METHOD", what[1], "not found in", what) | ||
if(!method) throw new Error("methodNotFound") | ||
@@ -42,0 +43,0 @@ let res = method(...(what.slice(2).concat(args))) |
@@ -38,4 +38,4 @@ { | ||
}, | ||
"version": "0.8.105", | ||
"gitHead": "bf290febf91c05b8fb1b657b1c0f4861ca2727fc" | ||
"version": "0.8.106", | ||
"gitHead": "cd0102a76312f65e91a6cd70fab3e0a4ff961345" | ||
} |
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
172761
5045