@xyo-network/about-diviner
Advanced tools
Comparing version 0.15.0 to 0.16.0
@@ -7,9 +7,5 @@ import { IXyoSCSCDescription } from '@xyo-network/scsc'; | ||
address: string; | ||
seeds: IXyoSeeds; | ||
seeds: string[]; | ||
scsc: IXyoSCSCDescription; | ||
} | ||
export interface IXyoSeeds { | ||
archivists: string[]; | ||
diviners: string[]; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,3 +8,3 @@ "use strict"; | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Thursday, 20th December 2018 11:29:51 am | ||
* @Last modified time: Monday, 28th January 2019 4:12:14 pm | ||
* @License: All Rights Reserved | ||
@@ -11,0 +11,0 @@ * @Copyright: Copyright XY | The Findables Company |
@@ -1,3 +0,3 @@ | ||
export { IXyoAboutDiviner, IXyoSeeds } from './@types'; | ||
export { IXyoAboutDiviner } from './@types'; | ||
export { XyoAboutDiviner } from './xyo-about-diviner'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -8,3 +8,3 @@ "use strict"; | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Thursday, 20th December 2018 11:40:18 am | ||
* @Last modified time: Monday, 28th January 2019 4:12:20 pm | ||
* @License: All Rights Reserved | ||
@@ -11,0 +11,0 @@ * @Copyright: Copyright XY | The Findables Company |
@@ -1,2 +0,2 @@ | ||
import { IXyoAboutDiviner, IXyoSeeds } from './@types'; | ||
import { IXyoAboutDiviner } from './@types'; | ||
import { IXyoSCSCDescription } from '@xyo-network/scsc'; | ||
@@ -7,7 +7,7 @@ export declare class XyoAboutDiviner implements IXyoAboutDiviner { | ||
readonly address: string; | ||
readonly seeds: IXyoSeeds; | ||
readonly seeds: string[]; | ||
readonly scsc: IXyoSCSCDescription; | ||
readonly name = "Diviner"; | ||
constructor(version: string, url: string, address: string, seeds: IXyoSeeds, scsc: IXyoSCSCDescription); | ||
constructor(version: string, url: string, address: string, seeds: string[], scsc: IXyoSCSCDescription); | ||
} | ||
//# sourceMappingURL=xyo-about-diviner.d.ts.map |
@@ -8,3 +8,3 @@ "use strict"; | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Thursday, 20th December 2018 11:30:21 am | ||
* @Last modified time: Monday, 28th January 2019 4:12:27 pm | ||
* @License: All Rights Reserved | ||
@@ -11,0 +11,0 @@ * @Copyright: Copyright XY | The Findables Company |
{ | ||
"name": "@xyo-network/about-diviner", | ||
"version": "0.15.0", | ||
"version": "0.16.0", | ||
"description": "The about description for a diviner", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@xyo-network/scsc": "^0.15.0" | ||
"@xyo-network/scsc": "^0.16.0" | ||
}, | ||
@@ -22,3 +22,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "b3ed2343439cd9f24aece45479218c7ca24c34de" | ||
"gitHead": "23add69391647d109c8e1e6bac03ed460c9bf7b4" | ||
} |
@@ -7,3 +7,3 @@ /* | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Thursday, 20th December 2018 11:29:51 am | ||
* @Last modified time: Monday, 28th January 2019 4:12:14 pm | ||
* @License: All Rights Reserved | ||
@@ -20,9 +20,4 @@ * @Copyright: Copyright XY | The Findables Company | ||
address: string, | ||
seeds: IXyoSeeds, | ||
seeds: string[], | ||
scsc: IXyoSCSCDescription | ||
} | ||
export interface IXyoSeeds { | ||
archivists: string[] | ||
diviners: string[] | ||
} |
@@ -7,3 +7,3 @@ /* | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Thursday, 20th December 2018 11:40:18 am | ||
* @Last modified time: Monday, 28th January 2019 4:12:20 pm | ||
* @License: All Rights Reserved | ||
@@ -13,3 +13,3 @@ * @Copyright: Copyright XY | The Findables Company | ||
export { IXyoAboutDiviner, IXyoSeeds } from './@types' | ||
export { IXyoAboutDiviner } from './@types' | ||
export { XyoAboutDiviner } from './xyo-about-diviner' |
@@ -7,3 +7,3 @@ /* | ||
* @Last modified by: ryanxyo | ||
* @Last modified time: Thursday, 20th December 2018 11:30:21 am | ||
* @Last modified time: Monday, 28th January 2019 4:12:27 pm | ||
* @License: All Rights Reserved | ||
@@ -13,3 +13,3 @@ * @Copyright: Copyright XY | The Findables Company | ||
import { IXyoAboutDiviner, IXyoSeeds } from './@types' | ||
import { IXyoAboutDiviner } from './@types' | ||
import { IXyoSCSCDescription } from '@xyo-network/scsc' | ||
@@ -25,5 +25,5 @@ | ||
public readonly address: string, | ||
public readonly seeds: IXyoSeeds, | ||
public readonly seeds: string[], | ||
public readonly scsc: IXyoSCSCDescription | ||
) {} | ||
} |
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
7593
150
+ Added@xyo-network/scsc@0.16.0(transitive)
- Removed@xyo-network/scsc@0.15.0(transitive)
Updated@xyo-network/scsc@^0.16.0