Skip to content

Commit

Permalink
Merge pull request #50 from b2broker/dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
vansergen authored Mar 5, 2021
2 parents 36dde68 + 77a9cb3 commit e38d43f
Show file tree
Hide file tree
Showing 8 changed files with 2,477 additions and 2,540 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint --edit $1
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
7 changes: 0 additions & 7 deletions .huskyrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ docs/
.eslintignore

# husky config - https://github.com/typicode/husky
.huskyrc.json
.husky

# lint-staged config - https://github.com/okonet/lint-staged
.lintstagedrc.json
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Exante ![CI Status](https://github.com/b2broker/exante-node/workflows/CI/badge.svg) [![GitHub version](https://badge.fury.io/gh/b2broker%2Fexante-node.svg)](https://badge.fury.io/gh/b2broker%2Fexante-node) [![npm version](https://badge.fury.io/js/exante.svg)](https://badge.fury.io/js/exante) [![Known Vulnerabilities](https://snyk.io/test/github/b2broker/exante-node/badge.svg)](https://snyk.io/test/github/b2broker/exante-node) [![Coverage Status](https://coveralls.io/repos/github/b2broker/exante-node/badge.svg?branch=master)](https://coveralls.io/github/b2broker/exante-node?branch=master) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) ![GitHub top language](https://img.shields.io/github/languages/top/b2broker/exante-node) ![node version](https://img.shields.io/node/v/exante) ![npm downloads](https://img.shields.io/npm/dt/exante) ![License](https://img.shields.io/github/license/b2broker/exante-node)
# Exante ![CI Status](https://github.com/b2broker/exante-node/workflows/CI/badge.svg) [![version](https://img.shields.io/github/package-json/v/b2broker/exante-node?style=plastic)](https://github.com/b2broker/exante-node) [![Known Vulnerabilities](https://snyk.io/test/github/b2broker/exante-node/badge.svg)](https://snyk.io/test/github/b2broker/exante-node) [![Coverage Status](https://coveralls.io/repos/github/b2broker/exante-node/badge.svg?branch=master)](https://coveralls.io/github/b2broker/exante-node?branch=master) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org) ![GitHub top language](https://img.shields.io/github/languages/top/b2broker/exante-node) ![node version](https://img.shields.io/node/v/exante) ![npm downloads](https://img.shields.io/npm/dt/exante) ![License](https://img.shields.io/github/license/b2broker/exante-node)

Node.js library for Exante's [API](https://api-live.exante.eu/api-docs/).

Expand Down
4,976 changes: 2,455 additions & 2,521 deletions package-lock.json

Large diffs are not rendered by default.

21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@
"lint": "eslint --ext .ts ./",
"lint:fix": "npm run lint -- --fix",
"postpublish": "npm run build:remove",
"prepare": "husky install",
"prepublishOnly": "npm run build && npm run lint:fix && npm run prettier:write",
"prettier": "prettier -c .",
"prettier:write": "npm run prettier -- --write",
"publish:test": "npm run prepublishOnly && npm pack --dry-run && npm run postpublish",
"publish:test": "npm publish --dry-run",
"release": "semantic-release",
"snyk:protect": "snyk protect",
"snyk:test": "snyk test",
Expand Down Expand Up @@ -58,18 +59,18 @@
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@types/mocha": "^8.2.0",
"commitlint-config-b2broker": "^1.0.0",
"eslint-config-b2broker-ts": "^1.0.0",
"husky": "^4.3.8",
"@types/mocha": "^8.2.1",
"commitlint-config-b2broker": "^1.0.2",
"eslint-config-b2broker-ts": "^1.0.1",
"husky": "^5.1.3",
"lint-staged": "^10.5.4",
"mocha": "^8.2.1",
"nock": "^13.0.7",
"mocha": "^8.3.0",
"nock": "^13.0.10",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"semantic-release": "^17.3.7",
"snyk": "^1.446.0",
"semantic-release": "^17.4.1",
"snyk": "^1.473.0",
"ts-node": "^9.1.1",
"typedoc": "^0.20.23"
"typedoc": "^0.20.29"
}
}

0 comments on commit e38d43f

Please sign in to comment.