kubun 0.14.0 → 0.16.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/lib/identity.js +1 -1
  2. package/package.json +21 -21
package/lib/identity.js CHANGED
@@ -33,7 +33,7 @@ import { fromB64 } from '@sozai/codec';
33
33
  };
34
34
  }
35
35
  const generated = randomIdentity();
36
- logger.warn('No identity provided; generated an ephemeral one (DID: {id}). It is discarded on exit pass --private-key or --id to persist.', {
36
+ logger.warn('No identity provided; generated an ephemeral one (DID: {id}). It is discarded on exit, so reopening a persistent database on the next run mints a new identity and the engine rejects it (IdentityMismatchError). Pass --private-key or --id to persist.', {
37
37
  id: generated.id
38
38
  });
39
39
  return generated;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubun",
3
- "version": "0.14.0",
3
+ "version": "0.16.0",
4
4
  "description": "Kubun CLI",
5
5
  "keywords": [],
6
6
  "license": "see LICENSE.md",
@@ -17,24 +17,24 @@
17
17
  "dependencies": {
18
18
  "@hono/node-server": "^2.1.1",
19
19
  "@kokuin/token": "^0.5.0",
20
- "@kubun/client": "^0.14.0",
21
- "@kubun/db": "^0.14.0",
22
- "@kubun/db-node-sqlite": "^0.14.0",
23
- "@kubun/db-postgres": "^0.14.0",
24
- "@kubun/engine": "^0.14.0",
25
- "@kubun/graphql": "^0.14.0",
26
- "@kubun/http-client": "^0.14.0",
27
- "@kubun/hub": "^0.14.0",
28
- "@kubun/logger": "^0.14.0",
29
- "@kubun/mcp": "^0.14.0",
30
- "@kubun/plugin-http": "^0.14.0",
31
- "@kubun/plugin-http-api": "^0.14.0",
32
- "@kubun/plugin-p2p": "^0.14.0",
33
- "@kubun/plugin-service-server": "^0.14.0",
34
- "@kubun/protocol": "^0.14.0",
35
- "@kubun/service-graph-api": "^0.14.0",
20
+ "@kubun/client": "^0.16.0",
21
+ "@kubun/db": "^0.16.0",
22
+ "@kubun/db-node-sqlite": "^0.16.0",
23
+ "@kubun/db-postgres": "^0.16.0",
24
+ "@kubun/engine": "^0.16.0",
25
+ "@kubun/graphql": "^0.16.0",
26
+ "@kubun/http-client": "^0.16.0",
27
+ "@kubun/hub": "^0.16.0",
28
+ "@kubun/logger": "^0.16.0",
29
+ "@kubun/mcp": "^0.16.0",
30
+ "@kubun/plugin-http": "^0.16.0",
31
+ "@kubun/plugin-http-api": "^0.16.0",
32
+ "@kubun/plugin-p2p": "^0.16.0",
33
+ "@kubun/plugin-service-server": "^0.16.0",
34
+ "@kubun/protocol": "^0.16.0",
35
+ "@kubun/service-graph-api": "^0.16.0",
36
36
  "@logtape/logtape": "^2.3.2",
37
- "@mokei/context-server-node": "^0.13.0",
37
+ "@mokei/context-server-node": "^0.13.1",
38
38
  "@sozai/codec": "^0.4.0",
39
39
  "@tejika/cli": "^0.4.1",
40
40
  "@tejika/env": "^0.5.0",
@@ -45,9 +45,9 @@
45
45
  "react": "19.2.3"
46
46
  },
47
47
  "devDependencies": {
48
- "@kubun/id": "^0.14.0",
49
- "@kubun/store-graph": "^0.14.0",
50
- "@kubun/store-p2p": "^0.14.0",
48
+ "@kubun/id": "^0.16.0",
49
+ "@kubun/store-graph": "^0.16.0",
50
+ "@kubun/store-p2p": "^0.16.0",
51
51
  "ink-testing-library": "^4.0.0"
52
52
  },
53
53
  "engines": {