@xyo-network/storage
Advanced tools
Comparing version 0.23.0 to 0.24.0
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { XyoError } from "@xyo-network/errors"; | ||
@@ -3,0 +2,0 @@ /** |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { IXyoStorageProvider } from './@types'; | ||
@@ -3,0 +2,0 @@ import { XyoError } from '@xyo-network/errors'; |
@@ -8,3 +8,3 @@ "use strict"; | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Tuesday, 11th December 2018 9:57:22 am | ||
* @Last modified time: Friday, 22nd February 2019 2:18:02 pm | ||
* @License: All Rights Reserved | ||
@@ -53,3 +53,3 @@ * @Copyright: Copyright XY | The Findables Company | ||
if (!result) { | ||
throw new Error('Key does not exist'); | ||
return undefined; | ||
} | ||
@@ -56,0 +56,0 @@ return result; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" /> | ||
import { IXyoStorageProvider } from "./@types"; | ||
@@ -3,0 +2,0 @@ import { XyoError } from "@xyo-network/errors"; |
{ | ||
"name": "@xyo-network/storage", | ||
"version": "0.23.0", | ||
"version": "0.24.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.23.0", | ||
"@xyo-network/errors": "^0.23.0" | ||
"@xyo-network/base": "^0.24.0", | ||
"@xyo-network/errors": "^0.24.0" | ||
}, | ||
@@ -23,3 +23,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "451c89a026f13eed645b676f7073b3cffce955c5" | ||
"gitHead": "629618ae9a38cc374b662561d1786827b618c2fd" | ||
} |
@@ -7,3 +7,3 @@ /* | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Tuesday, 11th December 2018 9:57:22 am | ||
* @Last modified time: Friday, 22nd February 2019 2:18:02 pm | ||
* @License: All Rights Reserved | ||
@@ -48,3 +48,3 @@ * @Copyright: Copyright XY | The Findables Company | ||
if (!result) { | ||
throw new Error('Key does not exist') | ||
return undefined | ||
} | ||
@@ -51,0 +51,0 @@ |
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
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
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
40480
793
+ Added@xyo-network/base@0.24.0(transitive)
+ Added@xyo-network/errors@0.24.0(transitive)
- Removed@xyo-network/base@0.23.0(transitive)
- Removed@xyo-network/errors@0.23.0(transitive)
Updated@xyo-network/base@^0.24.0
Updated@xyo-network/errors@^0.24.0