@qiwi/substrate-types
Advanced tools
Comparing version 1.40.0 to 1.40.1
@@ -0,1 +1,8 @@ | ||
## @qiwi/substrate-types [1.40.1](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.40.0...@qiwi/substrate-types@1.40.1) (2020-05-20) | ||
### Performance Improvements | ||
* **package:** up deps ([e427c19](https://github.com/qiwi/substrate/commit/e427c196bb9c9ff75d22f966c82b18a86583ae61)) | ||
# @qiwi/substrate-types [1.40.0](https://github.com/qiwi/substrate/compare/@qiwi/substrate-types@1.39.0...@qiwi/substrate-types@1.40.0) (2020-05-12) | ||
@@ -2,0 +9,0 @@ |
@@ -1,77 +0,1 @@ | ||
{ | ||
"name": "@qiwi/substrate-types", | ||
"version": "1.40.0", | ||
"main": "target/es5/index.js", | ||
"source": "target/ts/index.ts", | ||
"types": "target/es5/index.d.ts", | ||
"typescript": { | ||
"definition": "target/es5/index.d.ts" | ||
}, | ||
"typesVersions": { | ||
">=3.1": { | ||
"*": [ | ||
"target/es5/index.d.ts", | ||
"src/test/ts/*" | ||
] | ||
} | ||
}, | ||
"scripts": { | ||
"clean": "rm -rf target", | ||
"build": "yarn aliasgen && yarn build:es5 && yarn build:es6 && yarn build:ts && yarn build:libdef && yarn docs", | ||
"build:es5": "mkdir -p target/es5 && tsc -p tsconfig.json --target ES5 --outDir target/es5", | ||
"build:es6": "mkdir -p target/es6 && tsc -p tsconfig.json --target ES6 --outDir target/es6", | ||
"build:ts": "cp -r src/main/ts/ target/ts/", | ||
"build:libdef": "dts-generator --project ./ --out typings/index.d.ts --prefix @qiwi/substrate-types/target/es5 --name @qiwi/substrate-types --main @qiwi/substrate-types/target/es5/index && libdeffix --dts=./typings/index.d.ts --prefix=@qiwi/substrate-types/target/es5 && flowgen typings/index.d.ts --output-file flow-typed/index.flow.js", | ||
"test": "cp typings/index.d.ts src/test/ts/libdef/index.d.ts && yarn dtslint", | ||
"jest": "jest --config=jest.config.json", | ||
"dtslint": "dtslint src/test/ts/libdef --localTs ../../node_modules/typescript/lib --expectOnly", | ||
"aliasgen": "node -r esm ../../scripts/js/alias-gen.js", | ||
"docs": "typedoc --readme README.md --tsconfig ./tsconfig.json ./src/main && touch ./docs/.nojekyll || exit 0" | ||
}, | ||
"files": [ | ||
"README.md", | ||
"CHANGELOG.md", | ||
"typings", | ||
"flow-typed", | ||
"target" | ||
], | ||
"devDependencies": { | ||
"@qiwi/uniconfig": "3.3.1", | ||
"@qiwi/libdefkit": "^1.0.1", | ||
"@types/axios": "0.14.0", | ||
"@types/bluebird": "3.5.30", | ||
"@types/config": "0.0.36", | ||
"@types/jest": "25.2.1", | ||
"@types/lodash": "4.14.150", | ||
"@types/node": "13.13.5", | ||
"@types/parsimmon": "1.10.1", | ||
"@types/underscore": "1.10.0", | ||
"axios": "0.19.2", | ||
"bluebird": "3.7.2", | ||
"conf": "6.2.4", | ||
"config": "3.3.1", | ||
"dtslint": "3.5.2", | ||
"lodash": "4.17.15", | ||
"replace-in-file": "6.0.0", | ||
"ts-loader": "7.0.4", | ||
"ts-node": "8.10.1", | ||
"ts-to-flow": "0.0.3", | ||
"typedoc": "0.17.6", | ||
"typedoc-plugin-external-module-name": "3.1.0", | ||
"typescript": "3.8.3", | ||
"underscore": "1.10.2", | ||
"cross-fetch": "3.0.4", | ||
"reflect-metadata": "0.1.13" | ||
}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/qiwi/substrate.git" | ||
}, | ||
"keywords": [], | ||
"bugs": { | ||
"url": "https://github.com/qiwi/substrate/issues" | ||
} | ||
} | ||
{"name":"@qiwi/substrate-types","version":"1.40.1","main":"target/es5/index.js","source":"target/ts/index.ts","types":"target/es5/index.d.ts","typescript":{"definition":"target/es5/index.d.ts"},"typesVersions":{">=3.1":{"*":["target/es5/index.d.ts","src/test/ts/*"]}},"scripts":{"clean":"rm -rf target","build":"yarn aliasgen && yarn build:es5 && yarn build:es6 && yarn build:ts && yarn build:libdef && yarn docs","build:es5":"mkdir -p target/es5 && tsc -p tsconfig.json --target ES5 --outDir target/es5","build:es6":"mkdir -p target/es6 && tsc -p tsconfig.json --target ES6 --outDir target/es6","build:ts":"cp -r src/main/ts/ target/ts/","build:libdef":"dts-generator --project ./ --out typings/index.d.ts --prefix @qiwi/substrate-types/target/es5 --name @qiwi/substrate-types --main @qiwi/substrate-types/target/es5/index && libdeffix --dts=./typings/index.d.ts --prefix=@qiwi/substrate-types/target/es5 && flowgen typings/index.d.ts --output-file flow-typed/index.flow.js","test":"cp typings/index.d.ts src/test/ts/libdef/index.d.ts && yarn dtslint","jest":"jest --config=jest.config.json","dtslint":"dtslint src/test/ts/libdef --localTs ../../node_modules/typescript/lib --expectOnly","aliasgen":"node -r esm ../../scripts/js/alias-gen.js","docs":"typedoc --readme README.md --tsconfig ./tsconfig.json ./src/main && touch ./docs/.nojekyll || exit 0"},"files":["README.md","CHANGELOG.md","typings","flow-typed","target"],"devDependencies":{"@qiwi/uniconfig":"3.3.1","@qiwi/libdefkit":"^1.0.2","@types/axios":"0.14.0","@types/bluebird":"3.5.31","@types/config":"0.0.36","@types/jest":"25.2.3","@types/lodash":"4.14.152","@types/node":"14.0.4","@types/parsimmon":"1.10.2","@types/underscore":"1.10.0","axios":"0.19.2","bluebird":"3.7.2","conf":"6.2.4","config":"3.3.1","dtslint":"3.6.3","lodash":"4.17.15","replace-in-file":"6.0.0","ts-loader":"7.0.4","ts-node":"8.10.1","ts-to-flow":"0.0.3","typedoc":"0.17.7","typedoc-plugin-external-module-name":"3.1.0","typescript":"3.9.3","underscore":"1.10.2","cross-fetch":"3.0.4","reflect-metadata":"0.1.13"},"dependencies":{},"peerDependencies":{},"license":"MIT","repository":{"type":"git","url":"git+https://github.com/qiwi/substrate.git"},"keywords":[],"bugs":{"url":"https://github.com/qiwi/substrate/issues"}} |
@@ -6,5 +6,5 @@ "use strict"; | ||
var ILogger_1 = require("./ILogger"); | ||
exports.LogLevel = ILogger_1.LogLevel; | ||
Object.defineProperty(exports, "LogLevel", { enumerable: true, get: function () { return ILogger_1.LogLevel; } }); | ||
var IClientEventDto_1 = require("./IClientEventDto"); | ||
exports.EnvironmentProfile = IClientEventDto_1.EnvironmentProfile; | ||
Object.defineProperty(exports, "EnvironmentProfile", { enumerable: true, get: function () { return IClientEventDto_1.EnvironmentProfile; } }); | ||
//# sourceMappingURL=aliases.js.map |
@@ -6,7 +6,7 @@ "use strict"; | ||
var ILogger_1 = require("./ILogger"); | ||
exports.LogLevel = ILogger_1.LogLevel; | ||
Object.defineProperty(exports, "LogLevel", { enumerable: true, get: function () { return ILogger_1.LogLevel; } }); | ||
var IPromise_1 = require("./IPromise"); | ||
exports.IPromise = IPromise_1.IPromise; | ||
Object.defineProperty(exports, "IPromise", { enumerable: true, get: function () { return IPromise_1.IPromise; } }); | ||
var IClientEventDto_1 = require("./IClientEventDto"); | ||
exports.EnvironmentProfile = IClientEventDto_1.EnvironmentProfile; | ||
Object.defineProperty(exports, "EnvironmentProfile", { enumerable: true, get: function () { return IClientEventDto_1.EnvironmentProfile; } }); | ||
//# sourceMappingURL=export.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.mkenum = void 0; | ||
// https://github.com/microsoft/TypeScript/issues/3192#issuecomment-261720275 | ||
@@ -4,0 +5,0 @@ // https://github.com/microsoft/TypeScript/issues/3192#issuecomment-265568398 |
@@ -5,2 +5,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.EnvironmentProfile = void 0; | ||
var EnvironmentProfile; | ||
@@ -7,0 +8,0 @@ (function (EnvironmentProfile) { |
@@ -5,2 +5,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.LogLevel = void 0; | ||
var LogLevel; | ||
@@ -7,0 +8,0 @@ (function (LogLevel) { |
@@ -9,2 +9,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./helpers"), exports); | ||
tslib_1.__exportStar(require("./extras"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -5,4 +5,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.IPromise = void 0; | ||
// https://stackoverflow.com/questions/45902881/ts1055-when-using-async-await-using-a-type-alias | ||
exports.IPromise = Promise; | ||
//# sourceMappingURL=IPromise.js.map |
@@ -6,5 +6,5 @@ "use strict"; | ||
var ILogger_1 = require("./ILogger"); | ||
exports.LogLevel = ILogger_1.LogLevel; | ||
Object.defineProperty(exports, "LogLevel", { enumerable: true, get: function () { return ILogger_1.LogLevel; } }); | ||
var IClientEventDto_1 = require("./IClientEventDto"); | ||
exports.EnvironmentProfile = IClientEventDto_1.EnvironmentProfile; | ||
Object.defineProperty(exports, "EnvironmentProfile", { enumerable: true, get: function () { return IClientEventDto_1.EnvironmentProfile; } }); | ||
//# sourceMappingURL=aliases.js.map |
@@ -6,7 +6,7 @@ "use strict"; | ||
var ILogger_1 = require("./ILogger"); | ||
exports.LogLevel = ILogger_1.LogLevel; | ||
Object.defineProperty(exports, "LogLevel", { enumerable: true, get: function () { return ILogger_1.LogLevel; } }); | ||
var IPromise_1 = require("./IPromise"); | ||
exports.IPromise = IPromise_1.IPromise; | ||
Object.defineProperty(exports, "IPromise", { enumerable: true, get: function () { return IPromise_1.IPromise; } }); | ||
var IClientEventDto_1 = require("./IClientEventDto"); | ||
exports.EnvironmentProfile = IClientEventDto_1.EnvironmentProfile; | ||
Object.defineProperty(exports, "EnvironmentProfile", { enumerable: true, get: function () { return IClientEventDto_1.EnvironmentProfile; } }); | ||
//# sourceMappingURL=export.js.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.mkenum = void 0; | ||
// https://github.com/microsoft/TypeScript/issues/3192#issuecomment-261720275 | ||
@@ -4,0 +5,0 @@ // https://github.com/microsoft/TypeScript/issues/3192#issuecomment-265568398 |
@@ -5,2 +5,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.EnvironmentProfile = void 0; | ||
var EnvironmentProfile; | ||
@@ -7,0 +8,0 @@ (function (EnvironmentProfile) { |
@@ -5,2 +5,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.LogLevel = void 0; | ||
var LogLevel; | ||
@@ -7,0 +8,0 @@ (function (LogLevel) { |
@@ -9,2 +9,3 @@ "use strict"; | ||
tslib_1.__exportStar(require("./helpers"), exports); | ||
tslib_1.__exportStar(require("./extras"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -5,4 +5,5 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.IPromise = void 0; | ||
// https://stackoverflow.com/questions/45902881/ts1055-when-using-async-await-using-a-type-alias | ||
exports.IPromise = Promise; | ||
//# sourceMappingURL=IPromise.js.map |
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
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
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
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
152671
3160