@live-change/db
Advanced tools
Comparing version 0.6.4 to 0.6.5
@@ -93,3 +93,3 @@ const vm = require('vm') | ||
//console.log("COMPILED FUNCTIONS", `\n[\n ${Object.keys(globalThis.compiledFunctions).join(',\n ')},\n]`) | ||
if(!(globalThis.compiledFunctions = globalThis.compiledFunctions || {})[cleanCode]) { | ||
/*if(!(globalThis.compiledFunctions = globalThis.compiledFunctions || {})[cleanCode]) { | ||
console.log("############# compiled function not found: ", code) | ||
@@ -99,3 +99,3 @@ for(const key of Object.keys(globalThis.compiledFunctions)) { | ||
} | ||
} | ||
}*/ | ||
const queryFunction = (globalThis.compiledFunctions = globalThis.compiledFunctions || {})[cleanCode] | ||
@@ -102,0 +102,0 @@ ?? this.run(code, filename) |
{ | ||
"name": "@live-change/db", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"description": "Database with observable data for live queries", | ||
@@ -24,4 +24,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@live-change/db-store-level": "^0.6.4", | ||
"@live-change/db-store-lmdb": "^0.6.4", | ||
"@live-change/db-store-level": "^0.6.5", | ||
"@live-change/db-store-lmdb": "^0.6.5", | ||
"minimist": ">=1.2.3", | ||
@@ -35,7 +35,7 @@ "next-tick": "^1.1.0", | ||
"dependencies": { | ||
"@live-change/dao": "0.5.15", | ||
"@live-change/dao": "0.5.17", | ||
"get-random-values": "^1.2.2", | ||
"node-interval-tree": "^1.3.3" | ||
}, | ||
"gitHead": "2b63a796522f2a5bf7c4e0311331640b4152ba77" | ||
"gitHead": "59500898eff7eba564a06bec348cb34965b38b0a" | ||
} |
98947
+ Added@live-change/dao@0.5.17(transitive)
- Removed@live-change/dao@0.5.15(transitive)
Updated@live-change/dao@0.5.17