Skip to content

Commit 1bb1cc3

Browse files
committed
Dependencies Update
Updated dependencies, still in testing, also not we can test in TS!
1 parent f54838e commit 1bb1cc3

File tree

3 files changed

+1216
-2090
lines changed

3 files changed

+1216
-2090
lines changed

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,10 @@ dist
106106
# Babel output
107107
lib/
108108

109+
#Auto-gen files for development
110+
package-lock.json
111+
yarn.lock
112+
109113
# File for testing in development
110-
dev.js
114+
dev.js
115+
dev.ts

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
"prepublish": "rollup -c & yarn tsc",
88
"test": "mocha --reporter spec",
99
"type-check": "tsc --noEmit",
10-
"dev": "node ./dev.js"
10+
"dev": "node ./dev.js",
11+
"dev-ts" : "npx ts-node ./dev.ts"
1112
},
1213
"repository": "https://github.com/Capure/vulcan-api-js.git",
1314
"author": "Capure",
1415
"license": "MIT",
1516
"dependencies": {
1617
"@babel/runtime": "^7.12.5",
1718
"@wulkanowy/uonet-request-signer-node-hebe": "^0.1.2",
18-
"axios": "^0.19.2",
19+
"axios": "^1.1.3",
1920
"dateformat": "^4.4.1",
2021
"node-fetch": "^2.6.1",
2122
"node-forge": ">=0.10.0",
22-
"node-webcrypto-ossl": "^1.0.42",
2323
"querystring": "^0.2.0",
2424
"reflect-metadata": "^0.1.13",
2525
"uuid": "^8.3.0"

0 commit comments

Comments
 (0)