File tree Expand file tree Collapse file tree 3 files changed +1216
-2090
lines changed
Expand file tree Collapse file tree 3 files changed +1216
-2090
lines changed Original file line number Diff line number Diff line change @@ -106,5 +106,10 @@ dist
106106# Babel output
107107lib /
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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments