chia-datalayer-kv-cache
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -43,3 +43,3 @@ const NodeCache = require("node-cache"); | ||
// If the file does not exist, get the data from the datalayer | ||
const datalayer = Datalayer.rpc(config); | ||
const datalayer = new Datalayer(config); | ||
@@ -92,3 +92,3 @@ value = await datalayer.getValue({ id: storeId, key }); | ||
// If the file does not exist, get the data from the datalayer | ||
const datalayer = Datalayer.rpc(config); | ||
const datalayer = new Datalayer(config); | ||
@@ -95,0 +95,0 @@ value = await datalayer.getKeys({ id: storeId }); |
{ | ||
"name": "chia-datalayer-kv-cache", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Return Cached Key/Value pairs when requested from Chia DataLayer", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
"chia-datalayer-update-notifier": "^1.0.0", | ||
"chia-datalayer": "^1.0.0", | ||
"chia-datalayer": "^2.0.0", | ||
"chia-root-resolver": "^1.0.0", | ||
@@ -27,0 +27,0 @@ "node-cache": "^5.1.2" |
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
- Removedchia-datalayer@1.0.0(transitive)
Updatedchia-datalayer@^2.0.0