chia-datalayer-kv-cache
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -5,3 +5,3 @@ const NodeCache = require("node-cache"); | ||
const path = require("path"); | ||
const Datalayer = require("chia-datalayer-wrapper"); | ||
const Datalayer = require("chia-datalayer"); | ||
const { getChiaRoot } = require("chia-root-resolver"); | ||
@@ -8,0 +8,0 @@ const datalayerNotifier = require("chia-datalayer-update-notifier"); |
{ | ||
"name": "chia-datalayer-kv-cache", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"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-wrapper": "^1.0.3", | ||
"chia-datalayer": "^1.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
9074
+ Addedchia-datalayer@^1.0.0
+ Addedchia-datalayer@1.0.0(transitive)
- Removedchia-datalayer-wrapper@^1.0.3
- Removedchia-datalayer-wrapper@1.0.5(transitive)