feat: replace <request> with <rock-req>

This commit is contained in:
nanov
2023-10-11 22:15:35 +03:00
parent a03ec2283f
commit b6b27516d5
7 changed files with 161 additions and 128 deletions

View File

@@ -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": {