twitter-lite
Advanced tools
Comparing version 0.13.0 to 0.14.0
@@ -133,2 +133,4 @@ /** | ||
access_token_secret?: OauthTokenSecret; | ||
/** bearer token */ | ||
bearer_token?: string; | ||
} | ||
@@ -135,0 +137,0 @@ |
{ | ||
"name": "twitter-lite", | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"description": "Tiny, full-featured client/server REST/stream library for the Twitter API", | ||
@@ -51,3 +51,3 @@ "source": "twitter.js", | ||
"test": "eslint --fix . && jest --detectOpenHandles", | ||
"release": "npm run -s prepare && git tag $npm_package_version && git push && git push --tags && npm publish" | ||
"release": "npm run -s prepare && npm test && git tag $npm_package_version && git push && git push --tags && npm publish" | ||
}, | ||
@@ -54,0 +54,0 @@ "husky": { |
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
96455
347