@tloncorp/openclaw 0.4.1 → 0.4.2

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 +1 -30
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tloncorp/openclaw",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "OpenClaw Tlon/Urbit channel plugin",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -26,24 +26,6 @@
26
26
  }
27
27
  },
28
28
  "scripts": {
29
- "build": "tsc",
30
- "clean": "rm -rf dist",
31
- "dev": "./dev/run.sh",
32
- "dev:api:link": "./dev/link-local-api.sh",
33
- "dev:api:unlink": "./dev/unlink-local-api.sh",
34
- "format": "oxfmt --check",
35
- "format:fix": "oxfmt --write",
36
- "lint": "oxlint --type-aware",
37
- "lint:fix": "pnpm format:fix && oxlint --type-aware --fix",
38
- "prebuild": "node scripts/generate-version.js",
39
- "test": "vitest run src/",
40
- "test:all": "vitest run",
41
- "test:integration": "bash ./test/run.sh",
42
- "test:integration:dev": "./test/run-dev.sh",
43
- "test:integration:watch": "./test/run-dev.sh --watch",
44
- "test:manual": "bash ./test/run-manual.sh",
45
- "test:security": "vitest run src/security.test.ts",
46
- "test:watch": "vitest src/",
47
29
  "prepare:publish": "npm run build && node scripts/prepare-publish-package.js",
48
30
  "pack:publish": "npm run prepare:publish && npm pack .publish",
49
31
  "publish:clean": "npm run prepare:publish && npm publish .publish --access public"
@@ -55,17 +37,6 @@
55
37
  "posthog-node": "^5.28.9",
56
38
  "zod": "^4.3.6"
57
39
  },
58
- "devDependencies": {
59
- "@types/node": "^25.4.0",
60
- "dotenv": "^17.2.4",
61
- "openclaw": "2026.4.2",
62
- "oxfmt": "0.27.0",
63
- "oxlint": "^1.42.0",
64
- "oxlint-tsgolint": "^0.16.0",
65
- "typescript": "^5.7.0",
66
- "vitest": "^4.0.0",
67
- "zod": "^4.3.6"
68
- },
69
40
  "peerDependencies": {
70
41
  "openclaw": ">=2026.3.22"
71
42
  },