From 98f9c9a9e2722855785fcf46e75e9757a66e3ba2 Mon Sep 17 00:00:00 2001 From: StevenSF1998 Date: Fri, 16 May 2025 16:03:35 +0800 Subject: [PATCH] adjust read me --- plugins/twitterPlugin/README.md | 4 ++-- plugins/twitterPlugin/package-lock.json | 8 ++++---- plugins/twitterPlugin/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) 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": [