@xyo-network/archivist-repository
Advanced tools
Comparing version 0.49.0 to 0.50.0
import { IXyoPublicKey } from '@xyo-network/signing'; | ||
import { IXyoOriginBlockRepository } from '@xyo-network/origin-block-repository'; | ||
import { IXyoBoundWitness } from '@xyo-network/bound-witness'; | ||
import { IXyoConfig } from '@xyo-network/base'; | ||
/** | ||
@@ -59,2 +60,5 @@ * A persistance abstraction for an XyoArchivist. This interface powers | ||
} | ||
export interface IArchivistRepositoryConfig extends IXyoConfig { | ||
platform: string; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export { IXyoArchivistRepository, IXyoEntitiesList, IXyoEntity, IXyoEntityType, IXyoOriginBlockResult, IXyoOriginBlocksByPublicKeyResult, IXyoIntersectionsList } from './@types'; | ||
export { IXyoArchivistRepository, IXyoEntitiesList, IXyoEntity, IXyoEntityType, IXyoOriginBlockResult, IXyoOriginBlocksByPublicKeyResult, IXyoIntersectionsList, IArchivistRepositoryConfig } from './@types'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@xyo-network/archivist-repository", | ||
"version": "0.49.0", | ||
"version": "0.50.0", | ||
"description": "A data-layer abstraction for archivist responsibilities", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"author": "Ryan Pillsbury", | ||
"author": "XY Development Team", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@xyo-network/bound-witness": "^0.49.0", | ||
"@xyo-network/hashing": "^0.49.0", | ||
"@xyo-network/origin-block-repository": "^0.49.0", | ||
"@xyo-network/signing": "^0.49.0" | ||
"@xyo-network/base": "^0.50.0", | ||
"@xyo-network/bound-witness": "^0.50.0", | ||
"@xyo-network/hashing": "^0.50.0", | ||
"@xyo-network/origin-block-repository": "^0.50.0", | ||
"@xyo-network/signing": "^0.50.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^23.3.1", | ||
"@types/node": "^10.7.1", | ||
"jest": "^23.6.0", | ||
"ts-jest": "^23.10.5", | ||
"ts-node": "^7.0.1", | ||
"@types/jest": "^24.0.11", | ||
"@types/node": "^11.12.1", | ||
"jest": "^24.5.0", | ||
"ts-jest": "^24.0.0", | ||
"ts-node": "^8.0.3", | ||
"tslint": "^5.12.1", | ||
"typescript": "^3.2.2" | ||
}, | ||
"gitHead": "26c39a1d81b48c23a547e3d9e63723db3e403d53" | ||
"gitHead": "0853cd2821a2cb4ae7de42d06b9c716173fd792c" | ||
} |
@@ -1,3 +0,4 @@ | ||
[logo]: https://www.xy.company/img/home/logo_xy.png | ||
[logo]: https://cdn.xy.company/img/brand/XY_Logo_GitHub.png | ||
![logo] | ||
@@ -4,0 +5,0 @@ |
@@ -15,2 +15,3 @@ /* | ||
import { IXyoBoundWitness } from '@xyo-network/bound-witness' | ||
import { IXyoConfig } from '@xyo-network/base' | ||
@@ -87,1 +88,5 @@ /** | ||
} | ||
export interface IArchivistRepositoryConfig extends IXyoConfig { | ||
platform: string /* mysql, level, neo4j, etc... */ | ||
} |
@@ -19,3 +19,4 @@ /* | ||
IXyoOriginBlocksByPublicKeyResult, | ||
IXyoIntersectionsList | ||
IXyoIntersectionsList, | ||
IArchivistRepositoryConfig | ||
} from './@types' |
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
471841
14
213
22
5
+ Added@xyo-network/base@^0.50.0
+ Added@xyo-network/base@0.50.0(transitive)
+ Added@xyo-network/bound-witness@0.50.0(transitive)
+ Added@xyo-network/buffer-utils@0.50.0(transitive)
+ Added@xyo-network/errors@0.50.0(transitive)
+ Added@xyo-network/hashing@0.50.0(transitive)
+ Added@xyo-network/meta-list@0.50.0(transitive)
+ Added@xyo-network/origin-block-repository@0.50.0(transitive)
+ Added@xyo-network/origin-chain@0.50.0(transitive)
+ Added@xyo-network/serialization@0.50.0(transitive)
+ Added@xyo-network/serialization-schema@0.50.0(transitive)
+ Added@xyo-network/signing@0.50.0(transitive)
+ Added@xyo-network/storage@0.50.0(transitive)
+ Added@xyo-network/utils@0.50.0(transitive)
- Removed@xyo-network/base@0.49.0(transitive)
- Removed@xyo-network/bound-witness@0.49.0(transitive)
- Removed@xyo-network/buffer-utils@0.49.0(transitive)
- Removed@xyo-network/errors@0.49.0(transitive)
- Removed@xyo-network/hashing@0.49.0(transitive)
- Removed@xyo-network/meta-list@0.49.0(transitive)
- Removed@xyo-network/origin-block-repository@0.49.0(transitive)
- Removed@xyo-network/origin-chain@0.49.0(transitive)
- Removed@xyo-network/serialization@0.49.0(transitive)
- Removed@xyo-network/serialization-schema@0.49.0(transitive)
- Removed@xyo-network/signing@0.49.0(transitive)
- Removed@xyo-network/storage@0.49.0(transitive)
- Removed@xyo-network/utils@0.49.0(transitive)
Updated@xyo-network/hashing@^0.50.0
Updated@xyo-network/signing@^0.50.0