@paleo/openclaw-discord-mock 0.2.0 → 0.2.1
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@paleo/openclaw-discord-mock",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Synthetic Discord-shaped OpenClaw channel plugin for automated QA scenarios.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"openclaw",
|
|
@@ -58,13 +58,13 @@
|
|
|
58
58
|
"clear": "rimraf dist/*",
|
|
59
59
|
"lint": "biome check",
|
|
60
60
|
"test": "vitest run",
|
|
61
|
-
"prepublishOnly": "npm
|
|
61
|
+
"prepublishOnly": "npm run clear && npm run build && npm run lint && npm run test"
|
|
62
62
|
},
|
|
63
63
|
"peerDependencies": {
|
|
64
64
|
"openclaw": "*"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@paleo/openclaw-channel-mock-core": "0.2.
|
|
67
|
+
"@paleo/openclaw-channel-mock-core": "0.2.1"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@types/node": "~24.12.4",
|