mtmoc 0.0.17 → 0.0.19

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.
Files changed (1) hide show
  1. package/package.json +2 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mtmoc",
3
- "version": "0.0.17",
3
+ "version": "0.0.19",
4
4
  "description": "OpenClaw plugin for event logging",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -34,9 +34,6 @@
34
34
  "build": "bun build src/index.ts --outdir dist --target bun --format esm && tsc --emitDeclarationOnly",
35
35
  "clean": "rm -rf dist",
36
36
  "prepublishOnly": "bun run clean && bun run build",
37
- "release:patch": "npm version patch && npm publish",
38
- "release:minor": "npm version minor && npm publish",
39
- "release:major": "npm version major && npm publish",
40
37
  "typecheck": "tsc --noEmit"
41
38
  },
42
39
  "keywords": [
@@ -61,7 +58,7 @@
61
58
  "zod": "^4.3.6"
62
59
  },
63
60
  "devDependencies": {
64
- "openclaw": "2026.2.9",
61
+ "openclaw": "^2026.3.13",
65
62
  "@types/node": "^22.0.0",
66
63
  "typescript": "^5.0.0"
67
64
  }