@p697/clawket 0.5.4 → 0.6.0

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 (2) hide show
  1. package/dist/index.js +7081 -504
  2. package/package.json +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@p697/clawket",
3
- "version": "0.5.4",
3
+ "version": "0.6.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "AGPL-3.0-only",
@@ -34,6 +34,9 @@
34
34
  "uninstall": "node scripts/run-command.mjs uninstall",
35
35
  "reset": "node scripts/run-command.mjs reset",
36
36
  "refresh-code": "node scripts/run-command.mjs refresh-code",
37
+ "hermes:dev": "node scripts/run-command.mjs hermes dev",
38
+ "hermes:pair:relay": "node scripts/run-command.mjs hermes pair relay",
39
+ "hermes:relay:run": "node scripts/run-command.mjs hermes relay run",
37
40
  "verify:package": "node scripts/verify-package.mjs",
38
41
  "prepack": "npm run build && npm run verify:package",
39
42
  "publish:dry-run": "npm publish --dry-run",