peertable 0.3.5 → 0.3.6

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/package.json +3 -2
  2. package/room/client.mjs +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "peertable",
3
- "version": "0.3.5",
3
+ "version": "0.3.6",
4
4
  "description": "A round table of peer agents. No orchestrator at the head. Turn Claude Code sessions into a team of equal, long-lived peers.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -24,7 +24,8 @@
24
24
  "channels"
25
25
  ],
26
26
  "scripts": {
27
- "prepublishOnly": "PEERTABLE_URL= node room/client.mjs diagnostics"
27
+ "verify:release-commit": "node scripts/verify-release-commit.mjs",
28
+ "prepublishOnly": "npm run verify:release-commit && PEERTABLE_URL= node room/client.mjs diagnostics"
28
29
  },
29
30
  "bin": {
30
31
  "peertable-room": "room/server.mjs",
package/room/client.mjs CHANGED
@@ -10,7 +10,7 @@ import { fileURLToPath } from 'node:url'
10
10
 
11
11
  // client.mjs 側のハードコード版数。package.json の version と一致していることを
12
12
  // diagnostics の version_consistency が見る(2 つの版数源の drift 検出。決定45)
13
- const MCP_VERSION = '0.3.5'
13
+ const MCP_VERSION = '0.3.6'
14
14
  const PKG_ROOT = join(dirname(fileURLToPath(import.meta.url)), '..')
15
15
 
16
16
  const USAGE = `usage: