@xyo-network/base
Advanced tools
Comparing version 0.49.0 to 0.50.0
@@ -0,1 +1,4 @@ | ||
export interface IXyoConfig { | ||
name: string; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
@@ -12,2 +12,3 @@ "use strict"; | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=index.js.map |
export { XyoBase } from './xyo-base'; | ||
export { IXyoConfig } from './@types'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@xyo-network/base", | ||
"version": "0.49.0", | ||
"version": "0.50.0", | ||
"description": "A base class for the Xyo Network", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"author": "Ryan Pillsbury", | ||
"author": "XY Development Team", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@xyo-network/logger": "^0.49.0", | ||
"@xyo-network/logger": "^0.50.0", | ||
"fast-safe-stringify": "^2.0.6" | ||
}, | ||
"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 @@ |
@@ -11,1 +11,5 @@ /* | ||
*/ | ||
export interface IXyoConfig { | ||
name: string | ||
} |
@@ -13,1 +13,2 @@ /* | ||
export { XyoBase } from './xyo-base' | ||
export { IXyoConfig } 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
407458
20
348
22
Updated@xyo-network/logger@^0.50.0