node-nats-streaming-buffered-client
Advanced tools
Comparing version 1.2.4 to 1.2.5
{ | ||
"name": "node-nats-streaming-buffered-client", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "", | ||
@@ -31,8 +31,12 @@ "keywords": [], | ||
"semantic-release": "semantic-release", | ||
"semantic-release-prepare": "ts-node tools/semantic-release-prepare", | ||
"commitmsg": "commitlint -E GIT_PARAMS" | ||
"semantic-release-prepare": "ts-node tools/semantic-release-prepare" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
}, | ||
"jest": { | ||
"transform": { | ||
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js" | ||
".(ts|tsx)": "ts-jest" | ||
}, | ||
@@ -60,33 +64,33 @@ "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", | ||
"peerDependencies": { | ||
"node-nats-streaming": "0.0.40" | ||
"node-nats-streaming": "^0.0.51" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^7.0.0", | ||
"@commitlint/config-angular": "^7.0.1", | ||
"@types/jest": "^23.1.4", | ||
"@types/node": "^10.5.2", | ||
"colors": "^1.3.0", | ||
"@commitlint/cli": "^7.2.1", | ||
"@commitlint/config-angular": "^7.1.2", | ||
"@types/jest": "^23.3.10", | ||
"@types/node": "^10.12.12", | ||
"colors": "^1.3.3", | ||
"coveralls": "^3.0.2", | ||
"cross-env": "^5.2.0", | ||
"husky": "^0.14.3", | ||
"jest": "^23.3.0", | ||
"lint-staged": "^7.2.0", | ||
"husky": "^1.2.0", | ||
"jest": "^23.6.0", | ||
"lint-staged": "^8.1.0", | ||
"lodash.camelcase": "^4.3.0", | ||
"node-nats-streaming": "0.0.40", | ||
"node-nats-streaming": "^0.0.51", | ||
"prompt": "^1.0.0", | ||
"replace-in-file": "^3.4.0", | ||
"replace-in-file": "^3.4.2", | ||
"rimraf": "^2.6.2", | ||
"rollup": "^0.62.0", | ||
"rollup-plugin-commonjs": "^9.1.3", | ||
"rollup-plugin-json": "^3.0.0", | ||
"rollup-plugin-node-resolve": "^3.3.0", | ||
"rollup": "^0.67.4", | ||
"rollup-plugin-commonjs": "^9.2.0", | ||
"rollup-plugin-json": "^3.1.0", | ||
"rollup-plugin-node-resolve": "^4.0.0", | ||
"rollup-plugin-sourcemaps": "^0.4.2", | ||
"rollup-plugin-typescript2": "^0.15.1", | ||
"semantic-release": "^15.6.3", | ||
"ts-jest": "^23.0.0", | ||
"ts-node": "^7.0.0", | ||
"tslint": "^5.10.0", | ||
"tslint-config-standard": "^7.1.0", | ||
"typedoc": "^0.11.1", | ||
"typescript": "^2.9.2", | ||
"rollup-plugin-typescript2": "^0.18.0", | ||
"semantic-release": "^15.12.4", | ||
"ts-jest": "^23.10.5", | ||
"ts-node": "^7.0.1", | ||
"tslint": "^5.11.0", | ||
"tslint-config-standard": "^8.0.1", | ||
"typedoc": "^0.13.0", | ||
"typescript": "^3.2.2", | ||
"validate-commit-msg": "^2.14.0" | ||
@@ -93,0 +97,0 @@ }, |
32059