@kubun/plugin-p2p 0.12.0 → 0.12.1

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 +42 -39
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kubun/plugin-p2p",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "license": "see LICENSE.md",
5
5
  "sideEffects": false,
6
6
  "type": "module",
@@ -14,23 +14,23 @@
14
14
  "LICENSE.md"
15
15
  ],
16
16
  "dependencies": {
17
- "@enkaku/client": "^0.20.0",
18
- "@enkaku/http-fetch": "^0.20.0",
19
- "@enkaku/http-serve": "^0.20.0",
20
- "@enkaku/protocol": "^0.20.0",
21
- "@enkaku/server": "^0.20.0",
22
- "@enkaku/transport": "^0.20.0",
23
- "@kokuin/capability": "^0.2.1",
24
- "@kokuin/token": "^0.3.0",
25
- "@kumiai/broadcast": "^0.5.0",
26
- "@kumiai/hub-protocol": "^0.5.0",
27
- "@kumiai/hub-server": "^0.5.0",
28
- "@kumiai/hub-tunnel": "^0.5.0",
29
- "@kumiai/mls": "^0.5.0",
30
- "@kumiai/mls-rpc": "^0.5.0",
31
- "@kumiai/rpc": "^0.5.0",
32
- "@noble/ciphers": "^2.2.0",
33
- "@noble/hashes": "^2.2.0",
17
+ "@enkaku/client": "^0.21.0",
18
+ "@enkaku/http-fetch": "^0.21.0",
19
+ "@enkaku/http-serve": "^0.21.0",
20
+ "@enkaku/protocol": "^0.21.0",
21
+ "@enkaku/server": "^0.21.0",
22
+ "@enkaku/transport": "^0.21.0",
23
+ "@kokuin/capability": "^0.2.2",
24
+ "@kokuin/token": "^0.4.0",
25
+ "@kumiai/broadcast": "^0.6.0",
26
+ "@kumiai/hub-protocol": "^0.6.0",
27
+ "@kumiai/hub-server": "^0.6.0",
28
+ "@kumiai/hub-tunnel": "^0.6.0",
29
+ "@kumiai/mls": "^0.6.0",
30
+ "@kumiai/mls-rpc": "^0.6.0",
31
+ "@kumiai/rpc": "^0.6.0",
32
+ "@noble/ciphers": "^2.3.0",
33
+ "@noble/hashes": "^2.3.0",
34
34
  "@sozai/async": "^0.2.1",
35
35
  "@sozai/codec": "^0.4.0",
36
36
  "@sozai/event": "^0.1.3",
@@ -39,36 +39,39 @@
39
39
  "@sozai/schema": "^0.1.1",
40
40
  "@sozai/stream": "^0.2.0",
41
41
  "graphql": "^16.14.2",
42
- "kysely": "^0.29.4",
42
+ "kysely": "^0.29.5",
43
43
  "ts-mls": "2.0.0-rc.13",
44
- "@kubun/db": "^0.12.0",
45
- "@kubun/db-adapter": "^0.12.0",
46
- "@kubun/engine": "^0.12.0",
47
- "@kubun/graphql": "^0.12.0",
44
+ "@kubun/db": "^0.12.1",
45
+ "@kubun/db-adapter": "^0.13.0",
46
+ "@kubun/engine": "^0.12.1",
47
+ "@kubun/graphql": "^0.13.0",
48
48
  "@kubun/hlc": "^0.12.0",
49
49
  "@kubun/http-util": "^0.12.0",
50
- "@kubun/logger": "^0.12.0",
51
- "@kubun/mutation": "^0.12.0",
52
- "@kubun/plugin-http": "^0.12.0",
53
- "@kubun/plugin-rpc": "^0.12.0",
54
- "@kubun/protocol": "^0.12.0",
55
- "@kubun/store-delegation": "^0.12.0",
56
50
  "@kubun/id": "^0.12.0",
57
- "@kubun/store-graph": "^0.12.0",
58
- "@kubun/store-p2p": "^0.12.0"
51
+ "@kubun/logger": "^0.12.0",
52
+ "@kubun/mutation": "^0.12.1",
53
+ "@kubun/plugin-rpc": "^0.12.1",
54
+ "@kubun/plugin-http": "^0.12.1",
55
+ "@kubun/protocol": "^0.13.0",
56
+ "@kubun/store-p2p": "^0.12.1",
57
+ "@kubun/store-delegation": "^0.12.1",
58
+ "@kubun/store-graph": "^0.13.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@kumiai/hub-conformance": "^0.5.0",
62
- "@kumiai/rpc-conformance": "^0.5.0",
61
+ "@kumiai/hub-conformance": "^0.6.0",
62
+ "@kumiai/rpc-conformance": "^0.6.0",
63
63
  "@testcontainers/postgresql": "^12.1.0",
64
64
  "get-port": "^7.2.0",
65
- "@kubun/db-node-sqlite": "^0.12.0",
66
- "@kubun/client": "^0.12.0",
67
- "@kubun/plugin-connector": "^0.12.0",
65
+ "@kubun/client": "^0.12.1",
66
+ "@kubun/db-better-sqlite": "^0.12.1",
67
+ "@kubun/db-postgres": "^0.12.1",
68
+ "@kubun/hub": "^0.12.1",
68
69
  "@kubun/test-utils": "^0.12.0",
69
- "@kubun/db-postgres": "^0.12.0",
70
- "@kubun/hub": "^0.12.0",
71
- "@kubun/db-better-sqlite": "^0.12.0"
70
+ "@kubun/plugin-connector": "^0.12.1",
71
+ "@kubun/db-node-sqlite": "^0.12.1"
72
+ },
73
+ "publishConfig": {
74
+ "access": "public"
72
75
  },
73
76
  "scripts": {
74
77
  "build": "pnpm run build:clean && pnpm run build:js && pnpm run build:types",