@xquik/tweetclaw 1.6.6 → 1.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/openclaw.plugin.json +1 -1
- package/package.json +4 -3
package/openclaw.plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "tweetclaw",
|
|
3
3
|
"name": "TweetClaw",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.7",
|
|
5
5
|
"description": "Post tweets, reply, like, retweet, follow, DM, search, and monitor X/Twitter through structured Xquik endpoints.",
|
|
6
6
|
"skills": ["skills/tweetclaw"],
|
|
7
7
|
"contracts": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xquik/tweetclaw",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.7",
|
|
4
4
|
"description": "Post tweets, reply, like, retweet, follow, DM & more from OpenClaw through structured Xquik endpoints.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -76,9 +76,10 @@
|
|
|
76
76
|
"check-suppressions": "tsx check-suppressions.ts",
|
|
77
77
|
"check-em-dash": "tsx check-em-dash.ts",
|
|
78
78
|
"check-versions": "node scripts/check-versions.mjs",
|
|
79
|
+
"check-package-artifact": "node scripts/check-package-artifact.mjs",
|
|
79
80
|
"prepack": "npm run build && npm run check-versions",
|
|
80
|
-
"prepublishOnly": "
|
|
81
|
-
"check:all": "npm run typecheck && npm run lint && npm run cpd && npm run knip && npm run check-suppressions && npm run check-em-dash && npm run check-versions && npm run build && npm run test:coverage"
|
|
81
|
+
"prepublishOnly": "npm run check-versions && npm run build && npm run check-package-artifact",
|
|
82
|
+
"check:all": "npm run typecheck && npm run lint && npm run cpd && npm run knip && npm run check-suppressions && npm run check-em-dash && npm run check-versions && npm run build && npm run check-package-artifact && npm run test:coverage"
|
|
82
83
|
},
|
|
83
84
|
"peerDependencies": {
|
|
84
85
|
"mppx": ">=0.1.0",
|