@xyo-network/storage
Advanced tools
Comparing version 0.8.0 to 0.8.4
@@ -1,2 +0,2 @@ | ||
export { IXyoIterableStorageProvider, IXyoStorageProvider } from './@types'; | ||
export { IXyoIterableStorageProvider, IXyoStorageProvider, IXyoStorageIterationResult, IXyoBufferKeyValuePair } from './@types'; | ||
export { XyoInMemoryStorageProvider } from './xyo-in-memory-storage-provider'; | ||
@@ -3,0 +3,0 @@ export { XyoLocalFileStorageProvider } from './xyo-local-file-storage-provider'; |
@@ -8,3 +8,3 @@ "use strict"; | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Tuesday, 11th December 2018 9:56:20 am | ||
* @Last modified time: Thursday, 13th December 2018 9:37:51 am | ||
* @License: All Rights Reserved | ||
@@ -11,0 +11,0 @@ * @Copyright: Copyright XY | The Findables Company |
{ | ||
"name": "@xyo-network/storage", | ||
"version": "0.8.0", | ||
"version": "0.8.4", | ||
"description": "An abstraction for persistence of key value pairs in the XYO Network", | ||
@@ -22,3 +22,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "7367c87d96afe3ecec362c40290e4e719b5415df" | ||
"gitHead": "fb934c9a353d6b1d81823cee1b7120ecd29168cc" | ||
} |
@@ -7,3 +7,3 @@ /* | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Tuesday, 11th December 2018 9:56:20 am | ||
* @Last modified time: Thursday, 13th December 2018 9:37:51 am | ||
* @License: All Rights Reserved | ||
@@ -15,3 +15,5 @@ * @Copyright: Copyright XY | The Findables Company | ||
IXyoIterableStorageProvider, | ||
IXyoStorageProvider | ||
IXyoStorageProvider, | ||
IXyoStorageIterationResult, | ||
IXyoBufferKeyValuePair | ||
} from './@types' | ||
@@ -18,0 +20,0 @@ |
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
40638
796