koatty_apollo
Advanced tools
Comparing version 2.1.4 to 2.1.5
@@ -5,2 +5,4 @@ # Changelog | ||
### [2.1.5](https://github.com/Koatty/koatty_apollo/compare/v2.1.4...v2.1.5) (2022-05-27) | ||
### 2.1.4 (2021-11-20) |
@@ -21,1 +21,2 @@ interface PluginOptions { | ||
export {}; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -12,3 +12,3 @@ "use strict"; | ||
*/ | ||
const helper = (0, tslib_1.__importStar)(require("koatty_lib")); | ||
const helper = tslib_1.__importStar(require("koatty_lib")); | ||
const koatty_logger_1 = require("koatty_logger"); | ||
@@ -15,0 +15,0 @@ const apollo = require("ctrip-apollo"); |
{ | ||
"name": "koatty_apollo", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "Apollo Plugin for Koatty.", | ||
@@ -10,7 +10,5 @@ "main": "./dist/index.js", | ||
"prepublishOnly": "npm test && npm run build", | ||
"prerelease": "npm test && npm run build", | ||
"release": "npm run prepublishOnly && standard-version", | ||
"pub": "git push --follow-tags origin && npm publish", | ||
"test": "npm run eslint && jest --passWithNoTests", | ||
"test:cov": "jest --collectCoverage --detectOpenHandles", | ||
"version": "conventional-changelog -p angular -i CHANGELOG.md -s" | ||
"test": "npm run eslint && jest --passWithNoTests" | ||
}, | ||
@@ -27,11 +25,7 @@ "engines": { | ||
"devDependencies": { | ||
"@babel/core": "^7.x.x", | ||
"@babel/plugin-proposal-decorators": "^7.x.x", | ||
"@babel/preset-env": "^7.x.x", | ||
"@babel/preset-typescript": "^7.x.x", | ||
"@commitlint/cli": "^12.x.x", | ||
"@commitlint/config-conventional": "^15.x.x", | ||
"@commitlint/cli": "^17.x.x", | ||
"@commitlint/config-conventional": "^17.x.x", | ||
"@types/jest": "^27.x.x", | ||
"@types/koa": "^2.x.x", | ||
"@types/node": "^16.x.x", | ||
"@types/node": "^17.x.x", | ||
"@typescript-eslint/eslint-plugin": "^5.x.x", | ||
@@ -42,8 +36,8 @@ "@typescript-eslint/parser": "^5.x.x", | ||
"eslint": "^8.x.x", | ||
"eslint-plugin-jest": "^25.x.x", | ||
"husky": "^7.x.x", | ||
"jest": "^27.x.x", | ||
"jest-html-reporters": "^2.x.x", | ||
"eslint-plugin-jest": "^26.x.x", | ||
"husky": "^4.x.x", | ||
"jest": "^28.x.x", | ||
"jest-html-reporters": "^3.x.x", | ||
"standard-version": "^9.x.x", | ||
"ts-jest": "^27.x.x", | ||
"ts-jest": "^28.x.x", | ||
"ts-node": "^10.x.x", | ||
@@ -56,5 +50,8 @@ "typescript": "^4.x.x" | ||
"koatty_logger": "^1.x.x", | ||
"reflect-metadata": "^0.1.13", | ||
"tslib": "^2.3.1" | ||
"tslib": "^2.4.0" | ||
}, | ||
"peerDependencies": { | ||
"koatty_lib": "^1.x.x", | ||
"koatty_logger": "^1.x.x" | ||
} | ||
} | ||
} |
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
18
14142
6
8
153
- Removedreflect-metadata@^0.1.13
- Removedreflect-metadata@0.1.14(transitive)
Updatedtslib@^2.4.0