kubun 0.15.0 → 0.17.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.
- package/lib/identity.js +1 -1
- package/package.json +23 -23
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
|
|
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.
|
|
3
|
+
"version": "0.17.0",
|
|
4
4
|
"description": "Kubun CLI",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "see LICENSE.md",
|
|
@@ -17,23 +17,23 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@hono/node-server": "^2.1.1",
|
|
19
19
|
"@kokuin/token": "^0.5.0",
|
|
20
|
-
"@kubun/client": "^0.
|
|
21
|
-
"@kubun/db": "^0.
|
|
22
|
-
"@kubun/db-node-sqlite": "^0.
|
|
23
|
-
"@kubun/db-postgres": "^0.
|
|
24
|
-
"@kubun/engine": "^0.
|
|
25
|
-
"@kubun/graphql": "^0.
|
|
26
|
-
"@kubun/http-client": "^0.
|
|
27
|
-
"@kubun/hub": "^0.
|
|
28
|
-
"@kubun/logger": "^0.
|
|
29
|
-
"@kubun/mcp": "^0.
|
|
30
|
-
"@kubun/plugin-http": "^0.
|
|
31
|
-
"@kubun/plugin-http-api": "^0.
|
|
32
|
-
"@kubun/plugin-p2p": "^0.
|
|
33
|
-
"@kubun/plugin-service-server": "^0.
|
|
34
|
-
"@kubun/protocol": "^0.
|
|
35
|
-
"@kubun/service-graph-api": "^0.
|
|
36
|
-
"@logtape/logtape": "^2.3.
|
|
20
|
+
"@kubun/client": "^0.17.0",
|
|
21
|
+
"@kubun/db": "^0.17.0",
|
|
22
|
+
"@kubun/db-node-sqlite": "^0.17.0",
|
|
23
|
+
"@kubun/db-postgres": "^0.17.0",
|
|
24
|
+
"@kubun/engine": "^0.17.0",
|
|
25
|
+
"@kubun/graphql": "^0.17.0",
|
|
26
|
+
"@kubun/http-client": "^0.17.0",
|
|
27
|
+
"@kubun/hub": "^0.17.0",
|
|
28
|
+
"@kubun/logger": "^0.17.0",
|
|
29
|
+
"@kubun/mcp": "^0.17.0",
|
|
30
|
+
"@kubun/plugin-http": "^0.17.0",
|
|
31
|
+
"@kubun/plugin-http-api": "^0.17.0",
|
|
32
|
+
"@kubun/plugin-p2p": "^0.17.0",
|
|
33
|
+
"@kubun/plugin-service-server": "^0.17.0",
|
|
34
|
+
"@kubun/protocol": "^0.17.0",
|
|
35
|
+
"@kubun/service-graph-api": "^0.17.0",
|
|
36
|
+
"@logtape/logtape": "^2.3.4",
|
|
37
37
|
"@mokei/context-server-node": "^0.13.1",
|
|
38
38
|
"@sozai/codec": "^0.4.0",
|
|
39
39
|
"@tejika/cli": "^0.4.1",
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"react": "19.2.3"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@kubun/id": "^0.
|
|
49
|
-
"@kubun/store-graph": "^0.
|
|
50
|
-
"@kubun/store-p2p": "^0.
|
|
48
|
+
"@kubun/id": "^0.17.0",
|
|
49
|
+
"@kubun/store-graph": "^0.17.0",
|
|
50
|
+
"@kubun/store-p2p": "^0.17.0",
|
|
51
51
|
"ink-testing-library": "^4.0.0"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
"scripts": {
|
|
60
60
|
"build": "pnpm run build:clean && pnpm run build:js && pnpm run build:types",
|
|
61
61
|
"build:clean": "del lib",
|
|
62
|
-
"build:js": "swc src -d ./lib --config-file ../../node_modules/@kigu/dev/swc.json --strip-leading-paths",
|
|
63
|
-
"build:types": "tsc --emitDeclarationOnly --skipLibCheck",
|
|
62
|
+
"build:js": "del 'lib/**/*.js' && swc src -d ./lib --config-file ../../node_modules/@kigu/dev/swc.json --strip-leading-paths",
|
|
63
|
+
"build:types": "del 'lib/**/*.d.ts' 'lib/**/*.d.ts.map' && tsc --emitDeclarationOnly --skipLibCheck",
|
|
64
64
|
"build:types:ci": "tsc --emitDeclarationOnly --skipLibCheck --declarationMap false",
|
|
65
65
|
"kubun": "./bin/dev.js",
|
|
66
66
|
"test": "pnpm run test:types && pnpm run test:unit",
|