diff --git a/plugins/twitterPlugin/README.md b/plugins/twitterPlugin/README.md index 442fe4e8..a12ea081 100644 --- a/plugins/twitterPlugin/README.md +++ b/plugins/twitterPlugin/README.md @@ -39,13 +39,13 @@ import TwitterPlugin from "@virtuals-protocol/game-twitter-plugin"; To get the access token, run the following command: ```bash - npx @virtuals-protocol/game-twitter-node auth -k + npx @virtuals-protocol/game-twitter-plugin auth -k ``` Here is an example run: ```bash - npx @virtuals-protocol/game-twitter-node auth -k apt-xxxxxxxxxx + npx @virtuals-protocol/game-twitter-plugin auth -k apt-xxxxxxxxxx ``` You will see the following output: diff --git a/plugins/twitterPlugin/package-lock.json b/plugins/twitterPlugin/package-lock.json index baf63638..d2444e13 100644 --- a/plugins/twitterPlugin/package-lock.json +++ b/plugins/twitterPlugin/package-lock.json @@ -10,7 +10,7 @@ "license": "MIT", "dependencies": { "@virtuals-protocol/game": "^0.1.7", - "@virtuals-protocol/game-twitter-node": "^0.1.0", + "@virtuals-protocol/game-twitter-node": "^0.1.1", "@virtuals-protocol/game-twitter-plugin": "^0.1.9" }, "bin": { @@ -787,9 +787,9 @@ } }, "node_modules/@virtuals-protocol/game-twitter-node": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/@virtuals-protocol/game-twitter-node/-/game-twitter-node-0.1.0.tgz", - "integrity": "sha512-0lv5yYOGFK0pmd49SV1DzOWADiyo6wr5WbbE6iJvwsbWxVVJV2cRYgPdOFgolsX9lr2P6GD+fFySdfz/jLKalA==", + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@virtuals-protocol/game-twitter-node/-/game-twitter-node-0.1.1.tgz", + "integrity": "sha512-j38HE5qgcdEuZcLVAdM1DNA5QTG2De90fLitznh1+TFguYRnQPfAo6bZ7LftEtW7G7DJjHlib6Y9T+LqvlvB+w==", "bin": { "game-twitter-node": "dist/esm/bin.js" } diff --git a/plugins/twitterPlugin/package.json b/plugins/twitterPlugin/package.json index 60efb1f6..d3727223 100644 --- a/plugins/twitterPlugin/package.json +++ b/plugins/twitterPlugin/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@virtuals-protocol/game": "^0.1.7", - "@virtuals-protocol/game-twitter-node": "^0.1.0", + "@virtuals-protocol/game-twitter-node": "^0.1.1", "@virtuals-protocol/game-twitter-plugin": "^0.1.9" }, "files": [