File tree Expand file tree Collapse file tree 3 files changed +1207
-2124
lines changed
Expand file tree Collapse file tree 3 files changed +1207
-2124
lines changed Original file line number Diff line number Diff line change @@ -106,5 +106,11 @@ 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
116+ account.json
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"
3838 "@rollup/plugin-node-resolve" : " ^11.2.0" ,
3939 "@types/dateformat" : " ^3.0.1" ,
4040 "@types/node" : " ^14.14.10" ,
41- "@types/node-fetch" : " ^2.5.7 " ,
41+ "@types/node-fetch" : " ^2.6.2 " ,
4242 "@types/node-forge" : " ^0.9.5" ,
4343 "@types/uuid" : " ^8.3.0" ,
4444 "babel-plugin-transform-typescript-metadata" : " ^0.3.2" ,
You can’t perform that action at this time.
0 commit comments