@xyo-network/storage
Advanced tools
Comparing version 0.24.0 to 0.26.0
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" /> | ||
import { XyoError } from "@xyo-network/errors"; | ||
@@ -2,0 +3,0 @@ /** |
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" /> | ||
import { IXyoStorageProvider } from './@types'; | ||
@@ -2,0 +3,0 @@ import { XyoError } from '@xyo-network/errors'; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" /> | ||
import { IXyoStorageProvider } from "./@types"; | ||
@@ -2,0 +3,0 @@ import { XyoError } from "@xyo-network/errors"; |
{ | ||
"name": "@xyo-network/storage", | ||
"version": "0.24.0", | ||
"version": "0.26.0", | ||
"description": "An abstraction for persistence of key value pairs in the XYO Network", | ||
@@ -10,4 +10,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@xyo-network/base": "^0.24.0", | ||
"@xyo-network/errors": "^0.24.0" | ||
"@xyo-network/base": "^0.26.0", | ||
"@xyo-network/errors": "^0.26.0" | ||
}, | ||
@@ -23,3 +23,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "629618ae9a38cc374b662561d1786827b618c2fd" | ||
"gitHead": "b86b8078d87e72f0a132bc5e1d6c87aa29e00b7b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
40576
796
1
+ Added@xyo-network/base@0.26.0(transitive)
+ Added@xyo-network/errors@0.26.0(transitive)
- Removed@xyo-network/base@0.24.0(transitive)
- Removed@xyo-network/errors@0.24.0(transitive)
Updated@xyo-network/base@^0.26.0
Updated@xyo-network/errors@^0.26.0