mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2025-12-19 09:53:09 +00:00
feat: replace <request> with <rock-req>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
],
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"lint-fix": "eslint --fix .",
|
||||
"test": "nyc mocha test/**/*.js",
|
||||
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
||||
"version": "auto-changelog -p -t changelog-template.hbs && git add CHANGELOG.md"
|
||||
@@ -59,13 +60,13 @@
|
||||
],
|
||||
"license": "GPL-3.0-only",
|
||||
"dependencies": {
|
||||
"@xmldom/xmldom": "^0.8.10",
|
||||
"handlebars": "^4.7.8",
|
||||
"js2xmlparser": "^5.0.0",
|
||||
"node-forge": "^1.3.1",
|
||||
"request": "^2.88.2",
|
||||
"rock-req": "^5.1.3",
|
||||
"uuid": "^9.0.1",
|
||||
"xml-crypto": "^4.0.1",
|
||||
"@xmldom/xmldom": "^0.8.10",
|
||||
"xpath": "0.0.32"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user