@stock-bot/bot
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -12,11 +12,9 @@ "use strict"; | ||
const modules_1 = require("@stock-bot/modules"); | ||
console.log("IEXService: ", modules_1.IEXService); | ||
function test() { | ||
return __awaiter(this, void 0, void 0, function* () { | ||
let s = yield new modules_1.IEXService().getSymbolQuote("aapl", null); | ||
let s = yield modules_1.IEXService.getSymbolQuote("aapl", null); | ||
console.log(s); | ||
}); | ||
} | ||
console.log("Hello World"); | ||
test(); | ||
//# sourceMappingURL=bot.js.map |
{ | ||
"name": "@stock-bot/bot", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "> TODO: description", | ||
@@ -28,5 +28,5 @@ "author": "Steffan <skbrown333@gmail.com>", | ||
}, | ||
"gitHead": "88b8d667ff87b8c4b268f3009988977d130e5890", | ||
"gitHead": "aed9ce703e200b6b7e0cc82d2d716dbd4ba73fa4", | ||
"dependencies": { | ||
"@stock-bot/modules": "^0.0.10", | ||
"@stock-bot/modules": "^0.0.11", | ||
"@types/axios": "^0.14.0", | ||
@@ -33,0 +33,0 @@ "axios": "^0.19.0" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2227
19
+ Added@stock-bot/modules@0.0.11(transitive)
- Removed@stock-bot/modules@0.0.10(transitive)
Updated@stock-bot/modules@^0.0.11