Comparing version 0.0.2 to 0.1.0
@@ -80,7 +80,9 @@ #!/usr/bin/env node | ||
username: email, | ||
password: password | ||
password: password, | ||
// @ts-ignore | ||
scope: 'read write push', | ||
})]; | ||
case 3: | ||
token = _b.sent(); | ||
console.log(token.access_token); | ||
console.log(token); | ||
process.exit(0); | ||
@@ -87,0 +89,0 @@ return [3 /*break*/, 5]; |
{ | ||
"name": "masto-cli", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"bin": "./cli/index.js", | ||
@@ -15,3 +15,3 @@ "repository": "https://github.com/neetbox/masto-cli.git", | ||
"dependencies": { | ||
"masto": "2.5.0-rc1", | ||
"masto": "2.5.0-rc3", | ||
"typescript": "^3.5.2", | ||
@@ -18,0 +18,0 @@ "yargs": "^13.2.4" |
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
39570
98
+ Addedmasto@2.5.0-rc3(transitive)
+ Addedsimplytyped@3.3.0(transitive)
- Removedmasto@2.5.0-rc1(transitive)
Updatedmasto@2.5.0-rc3