@pkcprotocol/pkc-js 0.0.62 → 0.0.64

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 (237) hide show
  1. package/dist/browser/clients/base-client-manager.js +15 -15
  2. package/dist/browser/clients/base-client-manager.js.map +1 -1
  3. package/dist/browser/community/community-client-manager.js +10 -12
  4. package/dist/browser/community/community-client-manager.js.map +1 -1
  5. package/dist/browser/community/community-gateway-selection.js +4 -4
  6. package/dist/browser/community/community-gateway-selection.js.map +1 -1
  7. package/dist/browser/community/community-wire.js +3 -3
  8. package/dist/browser/community/community-wire.js.map +1 -1
  9. package/dist/browser/community/remote-community.d.ts +1 -1
  10. package/dist/browser/community/remote-community.js +10 -7
  11. package/dist/browser/community/remote-community.js.map +1 -1
  12. package/dist/browser/community/rpc-local-community.js +3 -3
  13. package/dist/browser/community/rpc-local-community.js.map +1 -1
  14. package/dist/browser/community/rpc-remote-community.js +5 -5
  15. package/dist/browser/community/rpc-remote-community.js.map +1 -1
  16. package/dist/browser/community/schema.js +5 -5
  17. package/dist/browser/community/schema.js.map +1 -1
  18. package/dist/browser/generated-version.d.ts +1 -1
  19. package/dist/browser/generated-version.js +1 -1
  20. package/dist/browser/pages/pages-client-manager.js +11 -15
  21. package/dist/browser/pages/pages-client-manager.js.map +1 -1
  22. package/dist/browser/pages/util.js +9 -9
  23. package/dist/browser/pages/util.js.map +1 -1
  24. package/dist/browser/pkc/pkc-client-manager.js +6 -6
  25. package/dist/browser/pkc/pkc-client-manager.js.map +1 -1
  26. package/dist/browser/pkc/pkc.js +19 -13
  27. package/dist/browser/pkc/pkc.js.map +1 -1
  28. package/dist/browser/publications/comment/comment-client-manager.js +5 -5
  29. package/dist/browser/publications/comment/comment-client-manager.js.map +1 -1
  30. package/dist/browser/publications/comment/comment.js +16 -16
  31. package/dist/browser/publications/comment/comment.js.map +1 -1
  32. package/dist/browser/publications/comment/schema.js +17 -17
  33. package/dist/browser/publications/comment/schema.js.map +1 -1
  34. package/dist/browser/publications/comment-edit/schema.js +7 -7
  35. package/dist/browser/publications/comment-edit/schema.js.map +1 -1
  36. package/dist/browser/publications/comment-moderation/schema.js +11 -7
  37. package/dist/browser/publications/comment-moderation/schema.js.map +1 -1
  38. package/dist/browser/publications/community-edit/schema.js +6 -6
  39. package/dist/browser/publications/community-edit/schema.js.map +1 -1
  40. package/dist/browser/publications/publication-author.js +3 -3
  41. package/dist/browser/publications/publication-author.js.map +1 -1
  42. package/dist/browser/publications/publication-client-manager.js +4 -4
  43. package/dist/browser/publications/publication-client-manager.js.map +1 -1
  44. package/dist/browser/publications/publication.js +9 -9
  45. package/dist/browser/publications/publication.js.map +1 -1
  46. package/dist/browser/publications/vote/schema.js +11 -7
  47. package/dist/browser/publications/vote/schema.js.map +1 -1
  48. package/dist/browser/publications/vote/vote.js.map +1 -1
  49. package/dist/browser/pubsub-messages/schema.js +5 -5
  50. package/dist/browser/pubsub-messages/schema.js.map +1 -1
  51. package/dist/browser/rpc/src/index.js +54 -15
  52. package/dist/browser/rpc/src/index.js.map +1 -1
  53. package/dist/browser/runtime/browser/localforage-lru.js +2 -2
  54. package/dist/browser/runtime/browser/localforage-lru.js.map +1 -1
  55. package/dist/browser/runtime/browser/util.d.ts +1 -1
  56. package/dist/browser/runtime/browser/util.js +4 -2
  57. package/dist/browser/runtime/browser/util.js.map +1 -1
  58. package/dist/browser/runtime/node/addresses-rewriter-proxy-server.js +3 -3
  59. package/dist/browser/runtime/node/addresses-rewriter-proxy-server.js.map +1 -1
  60. package/dist/browser/runtime/node/community/challenges/index.js +3 -3
  61. package/dist/browser/runtime/node/community/challenges/index.js.map +1 -1
  62. package/dist/browser/runtime/node/community/challenges/pkc-js-challenges/publication-match.js +4 -4
  63. package/dist/browser/runtime/node/community/challenges/pkc-js-challenges/publication-match.js.map +1 -1
  64. package/dist/browser/runtime/node/community/db-handler.js +32 -32
  65. package/dist/browser/runtime/node/community/db-handler.js.map +1 -1
  66. package/dist/browser/runtime/node/community/local-community/challenges.js +7 -7
  67. package/dist/browser/runtime/node/community/local-community/challenges.js.map +1 -1
  68. package/dist/browser/runtime/node/community/local-community/comment-updates.js +5 -5
  69. package/dist/browser/runtime/node/community/local-community/comment-updates.js.map +1 -1
  70. package/dist/browser/runtime/node/community/local-community/db-state.js +8 -8
  71. package/dist/browser/runtime/node/community/local-community/db-state.js.map +1 -1
  72. package/dist/browser/runtime/node/community/local-community/editing.js +6 -6
  73. package/dist/browser/runtime/node/community/local-community/editing.js.map +1 -1
  74. package/dist/browser/runtime/node/community/local-community/ipns-publishing.js +10 -7
  75. package/dist/browser/runtime/node/community/local-community/ipns-publishing.js.map +1 -1
  76. package/dist/browser/runtime/node/community/local-community/lifecycle.js +4 -4
  77. package/dist/browser/runtime/node/community/local-community/lifecycle.js.map +1 -1
  78. package/dist/browser/runtime/node/community/local-community/publication-store.js +13 -19
  79. package/dist/browser/runtime/node/community/local-community/publication-store.js.map +1 -1
  80. package/dist/browser/runtime/node/community/local-community/publication-validation.js +10 -10
  81. package/dist/browser/runtime/node/community/local-community/publication-validation.js.map +1 -1
  82. package/dist/browser/runtime/node/community/local-community/reprovide-on-address-change.js +5 -5
  83. package/dist/browser/runtime/node/community/local-community/reprovide-on-address-change.js.map +1 -1
  84. package/dist/browser/runtime/node/community/local-community.js +7 -7
  85. package/dist/browser/runtime/node/community/local-community.js.map +1 -1
  86. package/dist/browser/runtime/node/community/page-generator.js +5 -7
  87. package/dist/browser/runtime/node/community/page-generator.js.map +1 -1
  88. package/dist/browser/runtime/node/setup-kubo-address-rewriter-and-http-router.js +2 -2
  89. package/dist/browser/runtime/node/setup-kubo-address-rewriter-and-http-router.js.map +1 -1
  90. package/dist/browser/runtime/node/sqlite-lru-cache.js +2 -2
  91. package/dist/browser/runtime/node/sqlite-lru-cache.js.map +1 -1
  92. package/dist/browser/runtime/node/util.d.ts +1 -1
  93. package/dist/browser/runtime/node/util.js +12 -8
  94. package/dist/browser/runtime/node/util.js.map +1 -1
  95. package/dist/browser/schema/schema.js +4 -4
  96. package/dist/browser/schema/schema.js.map +1 -1
  97. package/dist/browser/signer/constants.d.ts +1 -2
  98. package/dist/browser/signer/constants.js +9 -1
  99. package/dist/browser/signer/constants.js.map +1 -1
  100. package/dist/browser/signer/signatures.js +14 -12
  101. package/dist/browser/signer/signatures.js.map +1 -1
  102. package/dist/browser/stats.js +5 -5
  103. package/dist/browser/stats.js.map +1 -1
  104. package/dist/browser/test/test-util.d.ts +9 -10
  105. package/dist/browser/test/test-util.js +25 -37
  106. package/dist/browser/test/test-util.js.map +1 -1
  107. package/dist/browser/types.d.ts +1 -1
  108. package/dist/browser/util.d.ts +2 -2
  109. package/dist/browser/util.js +24 -22
  110. package/dist/browser/util.js.map +1 -1
  111. package/dist/bundled/bundle-manifest.json +242 -312
  112. package/dist/bundled/chunks/chunk-2rV9d50f.js +35 -0
  113. package/dist/bundled/chunks/{helia-for-pkc-55fcY7oN.js → helia-for-pkc-CYDRSysz.js} +6 -6
  114. package/dist/bundled/chunks/{local-community-Bdasy8ZJ.js → local-community-DYvRQWsK.js} +148 -98
  115. package/dist/bundled/chunks/{local-community-Bz-P-EGM.js → local-community-DyaGG6lj.js} +1 -1
  116. package/dist/bundled/chunks/{node-DU0tGecu.js → node-DadVit9c.js} +50 -43
  117. package/dist/bundled/chunks/{rpc-local-community-NkCEOv2-.js → rpc-local-community-1Uvl5iwp.js} +343 -111
  118. package/dist/bundled/chunks/schema-Dtvt2tQ8.js +16182 -0
  119. package/dist/bundled/chunks/src-0J9-Tmgd.js +4147 -0
  120. package/dist/bundled/chunks/src-4u0f92eE.js +9899 -0
  121. package/dist/bundled/chunks/src-BOzgM7Fp.js +800 -0
  122. package/dist/bundled/chunks/src-CYIMjhjK.js +48 -0
  123. package/dist/bundled/chunks/{util-DpR-szdu.js → util-CjfTxkQ8.js} +1 -1
  124. package/dist/bundled/index.js +1 -1
  125. package/dist/bundled/rpc/src/index.js +44 -25
  126. package/dist/node/clients/base-client-manager.js +15 -15
  127. package/dist/node/clients/base-client-manager.js.map +1 -1
  128. package/dist/node/community/community-client-manager.js +10 -12
  129. package/dist/node/community/community-client-manager.js.map +1 -1
  130. package/dist/node/community/community-gateway-selection.js +4 -4
  131. package/dist/node/community/community-gateway-selection.js.map +1 -1
  132. package/dist/node/community/community-wire.js +3 -3
  133. package/dist/node/community/community-wire.js.map +1 -1
  134. package/dist/node/community/remote-community.d.ts +1 -1
  135. package/dist/node/community/remote-community.js +10 -7
  136. package/dist/node/community/remote-community.js.map +1 -1
  137. package/dist/node/community/rpc-local-community.js +3 -3
  138. package/dist/node/community/rpc-local-community.js.map +1 -1
  139. package/dist/node/community/rpc-remote-community.js +5 -5
  140. package/dist/node/community/rpc-remote-community.js.map +1 -1
  141. package/dist/node/community/schema.js +5 -5
  142. package/dist/node/community/schema.js.map +1 -1
  143. package/dist/node/generated-version.d.ts +1 -1
  144. package/dist/node/generated-version.js +1 -1
  145. package/dist/node/pages/pages-client-manager.js +11 -15
  146. package/dist/node/pages/pages-client-manager.js.map +1 -1
  147. package/dist/node/pages/util.js +9 -9
  148. package/dist/node/pages/util.js.map +1 -1
  149. package/dist/node/pkc/pkc-client-manager.js +6 -6
  150. package/dist/node/pkc/pkc-client-manager.js.map +1 -1
  151. package/dist/node/pkc/pkc.js +19 -13
  152. package/dist/node/pkc/pkc.js.map +1 -1
  153. package/dist/node/publications/comment/comment-client-manager.js +5 -5
  154. package/dist/node/publications/comment/comment-client-manager.js.map +1 -1
  155. package/dist/node/publications/comment/comment.js +16 -16
  156. package/dist/node/publications/comment/comment.js.map +1 -1
  157. package/dist/node/publications/comment/schema.js +17 -17
  158. package/dist/node/publications/comment/schema.js.map +1 -1
  159. package/dist/node/publications/comment-edit/schema.js +7 -7
  160. package/dist/node/publications/comment-edit/schema.js.map +1 -1
  161. package/dist/node/publications/comment-moderation/schema.js +11 -7
  162. package/dist/node/publications/comment-moderation/schema.js.map +1 -1
  163. package/dist/node/publications/community-edit/schema.js +6 -6
  164. package/dist/node/publications/community-edit/schema.js.map +1 -1
  165. package/dist/node/publications/publication-author.js +3 -3
  166. package/dist/node/publications/publication-author.js.map +1 -1
  167. package/dist/node/publications/publication-client-manager.js +4 -4
  168. package/dist/node/publications/publication-client-manager.js.map +1 -1
  169. package/dist/node/publications/publication.js +9 -9
  170. package/dist/node/publications/publication.js.map +1 -1
  171. package/dist/node/publications/vote/schema.js +11 -7
  172. package/dist/node/publications/vote/schema.js.map +1 -1
  173. package/dist/node/publications/vote/vote.js.map +1 -1
  174. package/dist/node/pubsub-messages/schema.js +5 -5
  175. package/dist/node/pubsub-messages/schema.js.map +1 -1
  176. package/dist/node/rpc/src/index.js +54 -15
  177. package/dist/node/rpc/src/index.js.map +1 -1
  178. package/dist/node/runtime/browser/localforage-lru.js +2 -2
  179. package/dist/node/runtime/browser/localforage-lru.js.map +1 -1
  180. package/dist/node/runtime/browser/util.d.ts +1 -1
  181. package/dist/node/runtime/browser/util.js +4 -2
  182. package/dist/node/runtime/browser/util.js.map +1 -1
  183. package/dist/node/runtime/node/addresses-rewriter-proxy-server.js +3 -3
  184. package/dist/node/runtime/node/addresses-rewriter-proxy-server.js.map +1 -1
  185. package/dist/node/runtime/node/community/challenges/index.js +3 -3
  186. package/dist/node/runtime/node/community/challenges/index.js.map +1 -1
  187. package/dist/node/runtime/node/community/challenges/pkc-js-challenges/publication-match.js +4 -4
  188. package/dist/node/runtime/node/community/challenges/pkc-js-challenges/publication-match.js.map +1 -1
  189. package/dist/node/runtime/node/community/db-handler.js +32 -32
  190. package/dist/node/runtime/node/community/db-handler.js.map +1 -1
  191. package/dist/node/runtime/node/community/local-community/challenges.js +7 -7
  192. package/dist/node/runtime/node/community/local-community/challenges.js.map +1 -1
  193. package/dist/node/runtime/node/community/local-community/comment-updates.js +5 -5
  194. package/dist/node/runtime/node/community/local-community/comment-updates.js.map +1 -1
  195. package/dist/node/runtime/node/community/local-community/db-state.js +8 -8
  196. package/dist/node/runtime/node/community/local-community/db-state.js.map +1 -1
  197. package/dist/node/runtime/node/community/local-community/editing.js +6 -6
  198. package/dist/node/runtime/node/community/local-community/editing.js.map +1 -1
  199. package/dist/node/runtime/node/community/local-community/ipns-publishing.js +10 -7
  200. package/dist/node/runtime/node/community/local-community/ipns-publishing.js.map +1 -1
  201. package/dist/node/runtime/node/community/local-community/lifecycle.js +4 -4
  202. package/dist/node/runtime/node/community/local-community/lifecycle.js.map +1 -1
  203. package/dist/node/runtime/node/community/local-community/publication-store.js +13 -19
  204. package/dist/node/runtime/node/community/local-community/publication-store.js.map +1 -1
  205. package/dist/node/runtime/node/community/local-community/publication-validation.js +10 -10
  206. package/dist/node/runtime/node/community/local-community/publication-validation.js.map +1 -1
  207. package/dist/node/runtime/node/community/local-community/reprovide-on-address-change.js +5 -5
  208. package/dist/node/runtime/node/community/local-community/reprovide-on-address-change.js.map +1 -1
  209. package/dist/node/runtime/node/community/local-community.js +7 -7
  210. package/dist/node/runtime/node/community/local-community.js.map +1 -1
  211. package/dist/node/runtime/node/community/page-generator.js +5 -7
  212. package/dist/node/runtime/node/community/page-generator.js.map +1 -1
  213. package/dist/node/runtime/node/setup-kubo-address-rewriter-and-http-router.js +2 -2
  214. package/dist/node/runtime/node/setup-kubo-address-rewriter-and-http-router.js.map +1 -1
  215. package/dist/node/runtime/node/sqlite-lru-cache.js +2 -2
  216. package/dist/node/runtime/node/sqlite-lru-cache.js.map +1 -1
  217. package/dist/node/runtime/node/util.d.ts +1 -1
  218. package/dist/node/runtime/node/util.js +12 -8
  219. package/dist/node/runtime/node/util.js.map +1 -1
  220. package/dist/node/schema/schema.js +4 -4
  221. package/dist/node/schema/schema.js.map +1 -1
  222. package/dist/node/signer/constants.d.ts +1 -2
  223. package/dist/node/signer/constants.js +9 -1
  224. package/dist/node/signer/constants.js.map +1 -1
  225. package/dist/node/signer/signatures.js +14 -12
  226. package/dist/node/signer/signatures.js.map +1 -1
  227. package/dist/node/stats.js +5 -5
  228. package/dist/node/stats.js.map +1 -1
  229. package/dist/node/test/test-util.d.ts +9 -10
  230. package/dist/node/test/test-util.js +25 -37
  231. package/dist/node/test/test-util.js.map +1 -1
  232. package/dist/node/types.d.ts +1 -1
  233. package/dist/node/util.d.ts +2 -2
  234. package/dist/node/util.js +24 -22
  235. package/dist/node/util.js.map +1 -1
  236. package/package.json +2 -2
  237. package/dist/bundled/chunks/schema-qXcvCeAO.js +0 -34744
@@ -14,7 +14,7 @@
14
14
  "node:module"
15
15
  ],
16
16
  "dynamicImports": [
17
- "chunks/node-DU0tGecu.js"
17
+ "chunks/node-DadVit9c.js"
18
18
  ],
19
19
  "inputs": [
20
20
  "dist/node/runtime/node/compile-cache.js",
@@ -24,7 +24,7 @@
24
24
  "index.js": {
25
25
  "isEntry": true,
26
26
  "imports": [
27
- "chunks/node-DU0tGecu.js"
27
+ "chunks/node-DadVit9c.js"
28
28
  ],
29
29
  "dynamicImports": [],
30
30
  "inputs": []
@@ -32,18 +32,18 @@
32
32
  "rpc/src/index.js": {
33
33
  "isEntry": true,
34
34
  "imports": [
35
- "chunks/schema-qXcvCeAO.js",
36
- "chunks/rpc-local-community-NkCEOv2-.js",
37
- "chunks/node-DU0tGecu.js",
38
- "chunks/local-community-Bdasy8ZJ.js",
35
+ "chunks/rpc-local-community-1Uvl5iwp.js",
36
+ "chunks/node-DadVit9c.js",
37
+ "chunks/schema-Dtvt2tQ8.js",
38
+ "chunks/local-community-DYvRQWsK.js",
39
39
  "node:url",
40
40
  "path",
41
41
  "assert",
42
42
  "fs",
43
43
  "http",
44
44
  "crypto",
45
- "uint8arrays/to-string",
46
45
  "better-sqlite3",
46
+ "uint8arrays/to-string",
47
47
  "rpc-websockets"
48
48
  ],
49
49
  "dynamicImports": [],
@@ -54,24 +54,34 @@
54
54
  "dist/node/rpc/src/index.js"
55
55
  ]
56
56
  },
57
- "chunks/helia-for-pkc-55fcY7oN.js": {
57
+ "chunks/chunk-2rV9d50f.js": {
58
58
  "isEntry": false,
59
59
  "imports": [
60
- "chunks/schema-qXcvCeAO.js",
61
- "chunks/util-DpR-szdu.js",
60
+ "node:module"
61
+ ],
62
+ "dynamicImports": [],
63
+ "inputs": [
64
+ "\u0000rolldown/runtime.js"
65
+ ]
66
+ },
67
+ "chunks/helia-for-pkc-CYDRSysz.js": {
68
+ "isEntry": false,
69
+ "imports": [
70
+ "chunks/schema-Dtvt2tQ8.js",
71
+ "chunks/util-CjfTxkQ8.js",
62
72
  "multiformats/cid",
63
- "@libp2p/interface",
64
73
  "@libp2p/peer-id",
65
- "ipns",
66
- "ipns/validator",
67
- "blockstore-core",
68
74
  "events",
69
75
  "helia",
70
76
  "@helia/ipns",
77
+ "ipns",
78
+ "ipns/validator",
71
79
  "@libp2p/gossipsub",
72
80
  "@libp2p/identify",
73
81
  "@helia/block-brokers",
82
+ "blockstore-core",
74
83
  "@helia/delegated-routing-v1-http-api-client",
84
+ "@libp2p/interface",
75
85
  "@helia/unixfs",
76
86
  "@libp2p/fetch",
77
87
  "@helia/ipns/routing"
@@ -84,11 +94,12 @@
84
94
  "dist/node/helia/helia-for-pkc.js"
85
95
  ]
86
96
  },
87
- "chunks/local-community-Bdasy8ZJ.js": {
97
+ "chunks/local-community-DYvRQWsK.js": {
88
98
  "isEntry": false,
89
99
  "imports": [
90
- "chunks/schema-qXcvCeAO.js",
91
- "chunks/rpc-local-community-NkCEOv2-.js",
100
+ "chunks/chunk-2rV9d50f.js",
101
+ "chunks/rpc-local-community-1Uvl5iwp.js",
102
+ "chunks/schema-Dtvt2tQ8.js",
92
103
  "node:crypto",
93
104
  "node:url",
94
105
  "node:path",
@@ -97,12 +108,16 @@
97
108
  "path",
98
109
  "assert",
99
110
  "fs",
100
- "multiformats/cid",
101
111
  "better-sqlite3",
112
+ "multiformats/cid",
102
113
  "typestub-ipfs-only-hash"
103
114
  ],
104
115
  "dynamicImports": [],
105
116
  "inputs": [
117
+ "node_modules/remeda/dist/entries.js",
118
+ "node_modules/remeda/dist/groupBy.js",
119
+ "node_modules/remeda/dist/sumBy.js",
120
+ "node_modules/remeda/dist/uniqueBy.js",
106
121
  "dist/node/runtime/node/community/local-community/comment-updates.js",
107
122
  "dist/node/runtime/node/community/local-community/cleanup.js",
108
123
  "node_modules/uuid/dist-node/native.js",
@@ -137,37 +152,40 @@
137
152
  "dist/node/runtime/node/community/local-community.js"
138
153
  ]
139
154
  },
140
- "chunks/local-community-Bz-P-EGM.js": {
155
+ "chunks/local-community-DyaGG6lj.js": {
141
156
  "isEntry": false,
142
157
  "imports": [
143
- "chunks/local-community-Bdasy8ZJ.js"
158
+ "chunks/local-community-DYvRQWsK.js"
144
159
  ],
145
160
  "dynamicImports": [],
146
161
  "inputs": []
147
162
  },
148
- "chunks/node-DU0tGecu.js": {
163
+ "chunks/node-DadVit9c.js": {
149
164
  "isEntry": false,
150
165
  "imports": [
151
- "chunks/schema-qXcvCeAO.js",
152
- "chunks/rpc-local-community-NkCEOv2-.js",
153
- "chunks/util-DpR-szdu.js",
166
+ "chunks/chunk-2rV9d50f.js",
167
+ "chunks/rpc-local-community-1Uvl5iwp.js",
168
+ "chunks/schema-Dtvt2tQ8.js",
169
+ "chunks/util-CjfTxkQ8.js",
154
170
  "path",
155
171
  "assert",
156
172
  "fs",
157
173
  "better-sqlite3",
174
+ "multiformats/cid",
158
175
  "typestub-ipfs-only-hash",
159
176
  "events",
160
177
  "rpc-websockets"
161
178
  ],
162
179
  "dynamicImports": [
163
- "chunks/helia-for-pkc-55fcY7oN.js",
164
- "chunks/local-community-Bdasy8ZJ.js"
180
+ "chunks/helia-for-pkc-CYDRSysz.js",
181
+ "chunks/local-community-DYvRQWsK.js"
165
182
  ],
166
183
  "inputs": [
167
184
  "node_modules/zod/v4/locales/en.js",
168
185
  "dist/node/zod-error-map.js",
169
186
  "node_modules/@enhances/with-resolvers/dist/index.js",
170
187
  "dist/node/runtime/node/polyfill.js",
188
+ "node_modules/remeda/dist/sortBy.js",
171
189
  "dist/node/publications/publication.js",
172
190
  "dist/node/publications/comment/comment.js",
173
191
  "dist/node/publications/vote/vote.js",
@@ -213,10 +231,12 @@
213
231
  "dist/node/index.js"
214
232
  ]
215
233
  },
216
- "chunks/rpc-local-community-NkCEOv2-.js": {
234
+ "chunks/rpc-local-community-1Uvl5iwp.js": {
217
235
  "isEntry": false,
218
236
  "imports": [
219
- "chunks/schema-qXcvCeAO.js",
237
+ "chunks/chunk-2rV9d50f.js",
238
+ "chunks/schema-Dtvt2tQ8.js",
239
+ "chunks/src-CYIMjhjK.js",
220
240
  "node:http",
221
241
  "node:crypto",
222
242
  "node:url",
@@ -229,21 +249,23 @@
229
249
  "assert",
230
250
  "https",
231
251
  "http",
232
- "multiformats/cid",
233
- "multiformats/basics",
234
- "uint8arrays/from-string",
235
- "@libp2p/peer-id",
236
- "node:https",
237
- "uint8arrays/to-string",
238
- "@libp2p/crypto/keys",
239
252
  "better-sqlite3",
253
+ "multiformats/cid",
240
254
  "multiformats/hashes/digest",
241
255
  "typestub-ipfs-only-hash",
242
- "uint8arrays/concat",
256
+ "uint8arrays/to-string",
257
+ "@libp2p/peer-id",
258
+ "@libp2p/crypto/keys",
259
+ "uint8arrays/from-string",
260
+ "multiformats/basics",
243
261
  "events",
262
+ "uint8arrays/concat",
263
+ "node:https",
244
264
  "perf_hooks"
245
265
  ],
246
- "dynamicImports": [],
266
+ "dynamicImports": [
267
+ "chunks/src-4u0f92eE.js"
268
+ ],
247
269
  "inputs": [
248
270
  "node_modules/undici/lib/core/symbols.js",
249
271
  "node_modules/undici/lib/util/timers.js",
@@ -615,6 +637,21 @@
615
637
  "dist/node/constants.js",
616
638
  "node_modules/safe-stable-stringify/index.js",
617
639
  "node_modules/safe-stable-stringify/esm/wrapper.js",
640
+ "node_modules/remeda/dist/clone.js",
641
+ "node_modules/remeda/dist/toSingle-DiQSixar.js",
642
+ "node_modules/remeda/dist/find.js",
643
+ "node_modules/remeda/dist/purryOrderRules-DItZvucQ.js",
644
+ "node_modules/remeda/dist/firstBy.js",
645
+ "node_modules/remeda/dist/flat.js",
646
+ "node_modules/remeda/dist/fromEntries.js",
647
+ "node_modules/remeda/dist/isDeepEqual.js",
648
+ "node_modules/remeda/dist/intersection.js",
649
+ "node_modules/remeda/dist/mapValues.js",
650
+ "node_modules/remeda/dist/pathOr.js",
651
+ "node_modules/remeda/dist/pick.js",
652
+ "node_modules/remeda/dist/withPrecision-CqXhgRqZ.js",
653
+ "node_modules/remeda/dist/round.js",
654
+ "node_modules/remeda/dist/stringToPath.js",
618
655
  "dist/node/clients/rpc-client/schema.js",
619
656
  "dist/node/rpc/src/schema.js",
620
657
  "dist/node/schema/schema-util.js",
@@ -754,47 +791,23 @@
754
791
  "dist/node/community/rpc-local-community.js"
755
792
  ]
756
793
  },
757
- "chunks/schema-qXcvCeAO.js": {
794
+ "chunks/schema-Dtvt2tQ8.js": {
758
795
  "isEntry": false,
759
796
  "imports": [
760
- "node:module",
761
- "node:http",
762
- "node:buffer",
763
- "node:crypto",
797
+ "chunks/chunk-2rV9d50f.js",
764
798
  "buffer",
765
- "@multiformats/multiaddr",
766
799
  "multiformats/cid",
767
- "multiformats",
768
- "multiformats/bases/base64",
769
- "multiformats/basics",
770
- "multiformats/hashes/identity",
771
- "@libp2p/interface",
772
- "@libp2p/logger",
773
- "uint8arrays/from-string",
774
- "@libp2p/peer-id",
775
- "node:https",
776
- "@multiformats/multiaddr-to-uri",
777
- "uint8arrays/to-string",
778
- "@libp2p/crypto/keys",
779
800
  "multiformats/hashes/digest",
780
801
  "multiformats/bases/base58",
781
802
  "typestub-ipfs-only-hash",
803
+ "uint8arrays/to-string",
782
804
  "multiformats/bases/base32",
783
- "ipns",
784
- "ipns/validator",
785
- "uint8arrays/alloc",
786
- "uint8arrays/concat",
787
- "uint8arrays/equals",
788
- "uint8arrays/with-array-buffer",
789
- "multiformats/codecs/raw",
790
- "multiformats/hashes/sha2",
791
- "@multiformats/murmur3",
792
- "blockstore-core/black-hole",
793
- "blockstore-core"
805
+ "@libp2p/peer-id"
806
+ ],
807
+ "dynamicImports": [
808
+ "chunks/src-0J9-Tmgd.js"
794
809
  ],
795
- "dynamicImports": [],
796
810
  "inputs": [
797
- "\u0000rolldown/runtime.js",
798
811
  "node_modules/zod/v4/core/core.js",
799
812
  "node_modules/zod/v4/core/util.js",
800
813
  "node_modules/zod/v4/core/errors.js",
@@ -825,6 +838,141 @@
825
838
  "dist/node/errors.js",
826
839
  "node_modules/ts-custom-error/dist/custom-error.js",
827
840
  "dist/node/pkc-error.js",
841
+ "node_modules/retry/lib/retry_operation.js",
842
+ "node_modules/retry/lib/retry.js",
843
+ "node_modules/retry/index.js",
844
+ "node_modules/remeda/dist/lazyDataLastImpl--3B10z3s.js",
845
+ "node_modules/remeda/dist/purry.js",
846
+ "node_modules/remeda/dist/utilityEvaluators-IxVD3t2o.js",
847
+ "node_modules/remeda/dist/pipe.js",
848
+ "node_modules/remeda/dist/purryFromLazy-BoPMn2L_.js",
849
+ "node_modules/remeda/dist/difference.js",
850
+ "node_modules/remeda/dist/hasAtLeast.js",
851
+ "node_modules/remeda/dist/isEmpty.js",
852
+ "node_modules/remeda/dist/isNonNullish.js",
853
+ "node_modules/remeda/dist/isPlainObject.js",
854
+ "node_modules/remeda/dist/keys.js",
855
+ "node_modules/remeda/dist/mapToObj.js",
856
+ "node_modules/remeda/dist/omit.js",
857
+ "node_modules/remeda/dist/omitBy.js",
858
+ "node_modules/remeda/dist/pickBy.js",
859
+ "node_modules/remeda/dist/unique.js",
860
+ "dist/node/schema/schema.js",
861
+ "dist/node/signer/constants.js",
862
+ "dist/node/publications/comment-edit/schema.js",
863
+ "dist/node/pages/schema.js",
864
+ "dist/node/publications/comment/schema.js",
865
+ "dist/node/publications/vote/schema.js",
866
+ "dist/node/community/schema.js",
867
+ "dist/node/publications/comment-moderation/schema.js",
868
+ "dist/node/publications/community-edit/schema.js",
869
+ "node_modules/mime-db/db.json",
870
+ "node_modules/mime-db/index.js",
871
+ "node_modules/ext-list/index.js",
872
+ "node_modules/sort-keys/node_modules/is-plain-obj/index.js",
873
+ "node_modules/sort-keys/index.js",
874
+ "node_modules/sort-keys-length/index.js",
875
+ "node_modules/ext-name/index.js",
876
+ "node_modules/p-timeout/index.js",
877
+ "node_modules/js-sha256/src/sha256.js",
878
+ "dist/node/pkc/tracked-instance-registry-util.js",
879
+ "dist/node/util.js",
880
+ "dist/node/generated-version.js",
881
+ "dist/node/version.js",
882
+ "dist/node/schema.js",
883
+ "dist/node/pubsub-messages/schema.js"
884
+ ]
885
+ },
886
+ "chunks/src-0J9-Tmgd.js": {
887
+ "isEntry": false,
888
+ "imports": [
889
+ "chunks/chunk-2rV9d50f.js",
890
+ "chunks/src-BOzgM7Fp.js",
891
+ "multiformats/cid",
892
+ "uint8arrays/from-string",
893
+ "uint8arrays/concat",
894
+ "uint8arrays/alloc",
895
+ "uint8arrays/equals",
896
+ "uint8arrays/with-array-buffer",
897
+ "multiformats/codecs/raw",
898
+ "multiformats/hashes/sha2",
899
+ "@multiformats/murmur3",
900
+ "blockstore-core/black-hole"
901
+ ],
902
+ "dynamicImports": [],
903
+ "inputs": [
904
+ "node_modules/it-batch/dist/src/index.js",
905
+ "node_modules/it-parallel-batch/dist/src/index.js",
906
+ "node_modules/ipfs-unixfs-importer/node_modules/uint8arraylist/dist/src/index.js",
907
+ "node_modules/ipfs-unixfs-importer/dist/src/constants.js",
908
+ "node_modules/ipfs-unixfs-importer/dist/src/chunker/fixed-size.js",
909
+ "node_modules/ipfs-unixfs-importer/node_modules/ipfs-unixfs/dist/src/errors.js",
910
+ "node_modules/ipfs-unixfs-importer/node_modules/uint8-varint/dist/src/index.js",
911
+ "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/float.js",
912
+ "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/longbits.js",
913
+ "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/utf8.js",
914
+ "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/reader.js",
915
+ "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/decode.js",
916
+ "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/pool.js",
917
+ "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/writer.js",
918
+ "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/encode.js",
919
+ "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/stream.js",
920
+ "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/codec.js",
921
+ "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/codecs/enum.js",
922
+ "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/codecs/message.js",
923
+ "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/index.js",
924
+ "node_modules/ipfs-unixfs-importer/node_modules/ipfs-unixfs/dist/src/unixfs.js",
925
+ "node_modules/ipfs-unixfs-importer/node_modules/ipfs-unixfs/dist/src/index.js",
926
+ "node_modules/progress-events/dist/src/index.js",
927
+ "node_modules/ipfs-unixfs-importer/dist/src/utils/persist.js",
928
+ "node_modules/ipfs-unixfs-importer/dist/src/dag-builder/buffer-importer.js",
929
+ "node_modules/ipfs-unixfs-importer/dist/src/errors.js",
930
+ "node_modules/ipfs-unixfs-importer/dist/src/dag-builder/dir.js",
931
+ "node_modules/ipfs-unixfs-importer/dist/src/dag-builder/file.js",
932
+ "node_modules/ipfs-unixfs-importer/dist/src/dag-builder/index.js",
933
+ "node_modules/ipfs-unixfs-importer/dist/src/dag-builder/validate-chunks.js",
934
+ "node_modules/ipfs-unixfs-importer/dist/src/layout/balanced.js",
935
+ "node_modules/ipfs-unixfs-importer/dist/src/dir.js",
936
+ "node_modules/ipfs-unixfs-importer/dist/src/utils/pb-size.js",
937
+ "node_modules/ipfs-unixfs-importer/dist/src/dir-flat.js",
938
+ "node_modules/sparse-array/index.js",
939
+ "node_modules/hamt-sharding/dist/src/bucket.js",
940
+ "node_modules/hamt-sharding/dist/src/consumable-buffer.js",
941
+ "node_modules/hamt-sharding/dist/src/consumable-hash.js",
942
+ "node_modules/hamt-sharding/dist/src/index.js",
943
+ "node_modules/ipfs-unixfs-importer/dist/src/dir-sharded.js",
944
+ "node_modules/ipfs-unixfs-importer/dist/src/flat-to-shard.js",
945
+ "node_modules/ipfs-unixfs-importer/dist/src/utils/to-path-components.js",
946
+ "node_modules/ipfs-unixfs-importer/dist/src/tree-builder.js",
947
+ "node_modules/ipfs-unixfs-importer/dist/src/index.js"
948
+ ]
949
+ },
950
+ "chunks/src-4u0f92eE.js": {
951
+ "isEntry": false,
952
+ "imports": [
953
+ "chunks/chunk-2rV9d50f.js",
954
+ "chunks/src-BOzgM7Fp.js",
955
+ "chunks/src-CYIMjhjK.js",
956
+ "node:http",
957
+ "node:buffer",
958
+ "node:crypto",
959
+ "multiformats/cid",
960
+ "uint8arrays/to-string",
961
+ "@libp2p/peer-id",
962
+ "@libp2p/crypto/keys",
963
+ "uint8arrays/from-string",
964
+ "multiformats/basics",
965
+ "node:https",
966
+ "@libp2p/interface",
967
+ "@multiformats/multiaddr",
968
+ "multiformats",
969
+ "multiformats/bases/base64",
970
+ "multiformats/hashes/identity",
971
+ "@libp2p/logger",
972
+ "@multiformats/multiaddr-to-uri"
973
+ ],
974
+ "dynamicImports": [],
975
+ "inputs": [
828
976
  "node_modules/kubo-rpc-client/node_modules/cborg/lib/is.js",
829
977
  "node_modules/kubo-rpc-client/node_modules/cborg/lib/token.js",
830
978
  "node_modules/kubo-rpc-client/node_modules/cborg/lib/byte-utils.js",
@@ -848,10 +996,6 @@
848
996
  "node_modules/kubo-rpc-client/node_modules/cborg/lib/json/decode.js",
849
997
  "node_modules/kubo-rpc-client/node_modules/cborg/lib/json/json.js",
850
998
  "node_modules/kubo-rpc-client/node_modules/@ipld/dag-json/src/index.js",
851
- "node_modules/@ipld/dag-pb/src/pb-decode.js",
852
- "node_modules/@ipld/dag-pb/src/pb-encode.js",
853
- "node_modules/@ipld/dag-pb/src/util.js",
854
- "node_modules/@ipld/dag-pb/src/index.js",
855
999
  "node_modules/dag-jose/lib/utils.js",
856
1000
  "node_modules/dag-jose/lib/signing.js",
857
1001
  "node_modules/dag-jose/lib/encryption.js",
@@ -887,7 +1031,6 @@
887
1031
  "node_modules/kubo-rpc-client/dist/src/lib/errors.js",
888
1032
  "node_modules/kubo-rpc-client/dist/src/lib/files/utils.js",
889
1033
  "node_modules/kubo-rpc-client/dist/src/lib/files/normalise-candidate-multiple.js",
890
- "node_modules/it-all/dist/src/index.js",
891
1034
  "node_modules/kubo-rpc-client/dist/src/lib/files/normalise-content.browser.js",
892
1035
  "node_modules/kubo-rpc-client/dist/src/lib/files/normalise-input-multiple.browser.js",
893
1036
  "node_modules/kubo-rpc-client/dist/src/lib/mode-to-string.js",
@@ -939,7 +1082,6 @@
939
1082
  "node_modules/kubo-rpc-client/dist/src/config/set.js",
940
1083
  "node_modules/kubo-rpc-client/dist/src/config/index.js",
941
1084
  "node_modules/kubo-rpc-client/dist/src/dag/export.js",
942
- "node_modules/it-first/dist/src/index.js",
943
1085
  "node_modules/kubo-rpc-client/dist/src/lib/resolve.js",
944
1086
  "node_modules/kubo-rpc-client/dist/src/dag/get.js",
945
1087
  "node_modules/kubo-rpc-client/dist/src/dag/import.js",
@@ -1060,248 +1202,36 @@
1060
1202
  "node_modules/kubo-rpc-client/dist/src/swarm/index.js",
1061
1203
  "node_modules/kubo-rpc-client/dist/src/version.js",
1062
1204
  "node_modules/kubo-rpc-client/dist/src/client.js",
1063
- "node_modules/kubo-rpc-client/dist/src/index.js",
1064
- "node_modules/retry/lib/retry_operation.js",
1065
- "node_modules/retry/lib/retry.js",
1066
- "node_modules/retry/index.js",
1067
- "node_modules/remeda/dist/commonjs/purry.js",
1068
- "node_modules/remeda/dist/commonjs/add.js",
1069
- "node_modules/remeda/dist/commonjs/addProp.js",
1070
- "node_modules/remeda/dist/commonjs/allPass.js",
1071
- "node_modules/remeda/dist/commonjs/anyPass.js",
1072
- "node_modules/remeda/dist/commonjs/_withPrecision.js",
1073
- "node_modules/remeda/dist/commonjs/ceil.js",
1074
- "node_modules/remeda/dist/commonjs/chunk.js",
1075
- "node_modules/remeda/dist/commonjs/clamp.js",
1076
- "node_modules/remeda/dist/commonjs/type.js",
1077
- "node_modules/remeda/dist/commonjs/clone.js",
1078
- "node_modules/remeda/dist/commonjs/isTruthy.js",
1079
- "node_modules/remeda/dist/commonjs/compact.js",
1080
- "node_modules/remeda/dist/commonjs/concat.js",
1081
- "node_modules/remeda/dist/commonjs/_purryOn.js",
1082
- "node_modules/remeda/dist/commonjs/conditional.js",
1083
- "node_modules/remeda/dist/commonjs/constant.js",
1084
- "node_modules/remeda/dist/commonjs/countBy.js",
1085
- "node_modules/remeda/dist/commonjs/pipe.js",
1086
- "node_modules/remeda/dist/commonjs/createPipe.js",
1087
- "node_modules/remeda/dist/commonjs/debounce.js",
1088
- "node_modules/remeda/dist/commonjs/_reduceLazy.js",
1089
- "node_modules/remeda/dist/commonjs/difference.js",
1090
- "node_modules/remeda/dist/commonjs/differenceWith.js",
1091
- "node_modules/remeda/dist/commonjs/divide.js",
1092
- "node_modules/remeda/dist/commonjs/doNothing.js",
1093
- "node_modules/remeda/dist/commonjs/drop.js",
1094
- "node_modules/remeda/dist/commonjs/_swapInPlace.js",
1095
- "node_modules/remeda/dist/commonjs/hasAtLeast.js",
1096
- "node_modules/remeda/dist/commonjs/_heap.js",
1097
- "node_modules/remeda/dist/commonjs/_purryOrderRules.js",
1098
- "node_modules/remeda/dist/commonjs/dropFirstBy.js",
1099
- "node_modules/remeda/dist/commonjs/dropLast.js",
1100
- "node_modules/remeda/dist/commonjs/dropLastWhile.js",
1101
- "node_modules/remeda/dist/commonjs/dropWhile.js",
1102
- "node_modules/remeda/dist/commonjs/entries.js",
1103
- "node_modules/remeda/dist/commonjs/equals.js",
1104
- "node_modules/remeda/dist/commonjs/toPairs.js",
1105
- "node_modules/remeda/dist/commonjs/evolve.js",
1106
- "node_modules/remeda/dist/commonjs/_toLazyIndexed.js",
1107
- "node_modules/remeda/dist/commonjs/filter.js",
1108
- "node_modules/remeda/dist/commonjs/_toSingle.js",
1109
- "node_modules/remeda/dist/commonjs/find.js",
1110
- "node_modules/remeda/dist/commonjs/findIndex.js",
1111
- "node_modules/remeda/dist/commonjs/findLast.js",
1112
- "node_modules/remeda/dist/commonjs/findLastIndex.js",
1113
- "node_modules/remeda/dist/commonjs/first.js",
1114
- "node_modules/remeda/dist/commonjs/firstBy.js",
1115
- "node_modules/remeda/dist/commonjs/flatten.js",
1116
- "node_modules/remeda/dist/commonjs/flatMap.js",
1117
- "node_modules/remeda/dist/commonjs/flatMapToObj.js",
1118
- "node_modules/remeda/dist/commonjs/flattenDeep.js",
1119
- "node_modules/remeda/dist/commonjs/floor.js",
1120
- "node_modules/remeda/dist/commonjs/forEach.js",
1121
- "node_modules/remeda/dist/commonjs/forEachObj.js",
1122
- "node_modules/remeda/dist/commonjs/fromEntries.js",
1123
- "node_modules/remeda/dist/commonjs/fromKeys.js",
1124
- "node_modules/remeda/dist/commonjs/fromPairs.js",
1125
- "node_modules/remeda/dist/commonjs/groupBy.js",
1126
- "node_modules/remeda/dist/commonjs/isDeepEqual.js",
1127
- "node_modules/remeda/dist/commonjs/hasSubObject.js",
1128
- "node_modules/remeda/dist/commonjs/identity.js",
1129
- "node_modules/remeda/dist/commonjs/indexBy.js",
1130
- "node_modules/remeda/dist/commonjs/intersection.js",
1131
- "node_modules/remeda/dist/commonjs/intersectionWith.js",
1132
- "node_modules/remeda/dist/commonjs/invert.js",
1133
- "node_modules/remeda/dist/commonjs/isArray.js",
1134
- "node_modules/remeda/dist/commonjs/isBoolean.js",
1135
- "node_modules/remeda/dist/commonjs/isDate.js",
1136
- "node_modules/remeda/dist/commonjs/isDefined.js",
1137
- "node_modules/remeda/dist/commonjs/isObject.js",
1138
- "node_modules/remeda/dist/commonjs/isString.js",
1139
- "node_modules/remeda/dist/commonjs/isEmpty.js",
1140
- "node_modules/remeda/dist/commonjs/isError.js",
1141
- "node_modules/remeda/dist/commonjs/isFunction.js",
1142
- "node_modules/remeda/dist/commonjs/isIncludedIn.js",
1143
- "node_modules/remeda/dist/commonjs/isNil.js",
1144
- "node_modules/remeda/dist/commonjs/isNonNull.js",
1145
- "node_modules/remeda/dist/commonjs/isNonNullish.js",
1146
- "node_modules/remeda/dist/commonjs/isNot.js",
1147
- "node_modules/remeda/dist/commonjs/isNullish.js",
1148
- "node_modules/remeda/dist/commonjs/isNumber.js",
1149
- "node_modules/remeda/dist/commonjs/isObjectType.js",
1150
- "node_modules/remeda/dist/commonjs/isPlainObject.js",
1151
- "node_modules/remeda/dist/commonjs/isPromise.js",
1152
- "node_modules/remeda/dist/commonjs/isSymbol.js",
1153
- "node_modules/remeda/dist/commonjs/join.js",
1154
- "node_modules/remeda/dist/commonjs/keys.js",
1155
- "node_modules/remeda/dist/commonjs/last.js",
1156
- "node_modules/remeda/dist/commonjs/length.js",
1157
- "node_modules/remeda/dist/commonjs/map.js",
1158
- "node_modules/remeda/dist/commonjs/mapKeys.js",
1159
- "node_modules/remeda/dist/commonjs/mapToObj.js",
1160
- "node_modules/remeda/dist/commonjs/mapValues.js",
1161
- "node_modules/remeda/dist/commonjs/mapWithFeedback.js",
1162
- "node_modules/remeda/dist/commonjs/maxBy.js",
1163
- "node_modules/remeda/dist/commonjs/meanBy.js",
1164
- "node_modules/remeda/dist/commonjs/merge.js",
1165
- "node_modules/remeda/dist/commonjs/mergeAll.js",
1166
- "node_modules/remeda/dist/commonjs/mergeDeep.js",
1167
- "node_modules/remeda/dist/commonjs/minBy.js",
1168
- "node_modules/remeda/dist/commonjs/multiply.js",
1169
- "node_modules/remeda/dist/commonjs/noop.js",
1170
- "node_modules/remeda/dist/commonjs/_quickSelect.js",
1171
- "node_modules/remeda/dist/commonjs/nthBy.js",
1172
- "node_modules/remeda/dist/commonjs/objOf.js",
1173
- "node_modules/remeda/dist/commonjs/omit.js",
1174
- "node_modules/remeda/dist/commonjs/omitBy.js",
1175
- "node_modules/remeda/dist/commonjs/once.js",
1176
- "node_modules/remeda/dist/commonjs/only.js",
1177
- "node_modules/remeda/dist/commonjs/partition.js",
1178
- "node_modules/remeda/dist/commonjs/pathOr.js",
1179
- "node_modules/remeda/dist/commonjs/pick.js",
1180
- "node_modules/remeda/dist/commonjs/pickBy.js",
1181
- "node_modules/remeda/dist/commonjs/piped.js",
1182
- "node_modules/remeda/dist/commonjs/product.js",
1183
- "node_modules/remeda/dist/commonjs/prop.js",
1184
- "node_modules/remeda/dist/commonjs/pullObject.js",
1185
- "node_modules/remeda/dist/commonjs/times.js",
1186
- "node_modules/remeda/dist/commonjs/randomString.js",
1187
- "node_modules/remeda/dist/commonjs/range.js",
1188
- "node_modules/remeda/dist/commonjs/rankBy.js",
1189
- "node_modules/remeda/dist/commonjs/reduce.js",
1190
- "node_modules/remeda/dist/commonjs/reject.js",
1191
- "node_modules/remeda/dist/commonjs/reverse.js",
1192
- "node_modules/remeda/dist/commonjs/round.js",
1193
- "node_modules/remeda/dist/commonjs/sample.js",
1194
- "node_modules/remeda/dist/commonjs/set.js",
1195
- "node_modules/remeda/dist/commonjs/setPath.js",
1196
- "node_modules/remeda/dist/commonjs/shuffle.js",
1197
- "node_modules/remeda/dist/commonjs/sliceString.js",
1198
- "node_modules/remeda/dist/commonjs/sort.js",
1199
- "node_modules/remeda/dist/commonjs/sortBy.js",
1200
- "node_modules/remeda/dist/commonjs/_binarySearchCutoffIndex.js",
1201
- "node_modules/remeda/dist/commonjs/sortedIndex.js",
1202
- "node_modules/remeda/dist/commonjs/sortedIndexBy.js",
1203
- "node_modules/remeda/dist/commonjs/sortedIndexWith.js",
1204
- "node_modules/remeda/dist/commonjs/sortedLastIndex.js",
1205
- "node_modules/remeda/dist/commonjs/sortedLastIndexBy.js",
1206
- "node_modules/remeda/dist/commonjs/splice.js",
1207
- "node_modules/remeda/dist/commonjs/splitAt.js",
1208
- "node_modules/remeda/dist/commonjs/splitWhen.js",
1209
- "node_modules/remeda/dist/commonjs/stringToPath.js",
1210
- "node_modules/remeda/dist/commonjs/subtract.js",
1211
- "node_modules/remeda/dist/commonjs/sum.js",
1212
- "node_modules/remeda/dist/commonjs/sumBy.js",
1213
- "node_modules/remeda/dist/commonjs/swapIndices.js",
1214
- "node_modules/remeda/dist/commonjs/swapProps.js",
1215
- "node_modules/remeda/dist/commonjs/take.js",
1216
- "node_modules/remeda/dist/commonjs/takeFirstBy.js",
1217
- "node_modules/remeda/dist/commonjs/takeLastWhile.js",
1218
- "node_modules/remeda/dist/commonjs/takeWhile.js",
1219
- "node_modules/remeda/dist/commonjs/tap.js",
1220
- "node_modules/remeda/dist/commonjs/uniq.js",
1221
- "node_modules/remeda/dist/commonjs/uniqBy.js",
1222
- "node_modules/remeda/dist/commonjs/uniqWith.js",
1223
- "node_modules/remeda/dist/commonjs/unique.js",
1224
- "node_modules/remeda/dist/commonjs/uniqueBy.js",
1225
- "node_modules/remeda/dist/commonjs/uniqueWith.js",
1226
- "node_modules/remeda/dist/commonjs/values.js",
1227
- "node_modules/remeda/dist/commonjs/zip.js",
1228
- "node_modules/remeda/dist/commonjs/zipObj.js",
1229
- "node_modules/remeda/dist/commonjs/zipWith.js",
1230
- "node_modules/remeda/dist/commonjs/index.js",
1231
- "dist/node/schema/schema.js",
1232
- "dist/node/signer/constants.js",
1233
- "dist/node/publications/comment-edit/schema.js",
1234
- "dist/node/pages/schema.js",
1235
- "dist/node/publications/comment/schema.js",
1236
- "dist/node/publications/vote/schema.js",
1237
- "dist/node/community/schema.js",
1238
- "dist/node/publications/comment-moderation/schema.js",
1239
- "dist/node/publications/community-edit/schema.js",
1240
- "node_modules/mime-db/db.json",
1241
- "node_modules/mime-db/index.js",
1242
- "node_modules/ext-list/index.js",
1243
- "node_modules/sort-keys/node_modules/is-plain-obj/index.js",
1244
- "node_modules/sort-keys/index.js",
1245
- "node_modules/sort-keys-length/index.js",
1246
- "node_modules/ext-name/index.js",
1247
- "node_modules/p-timeout/index.js",
1248
- "node_modules/js-sha256/src/sha256.js",
1249
- "node_modules/it-batch/dist/src/index.js",
1250
- "node_modules/it-parallel-batch/dist/src/index.js",
1251
- "node_modules/ipfs-unixfs-importer/node_modules/uint8arraylist/dist/src/index.js",
1252
- "node_modules/ipfs-unixfs-importer/dist/src/constants.js",
1253
- "node_modules/ipfs-unixfs-importer/dist/src/chunker/fixed-size.js",
1254
- "node_modules/ipfs-unixfs-importer/node_modules/ipfs-unixfs/dist/src/errors.js",
1255
- "node_modules/ipfs-unixfs-importer/node_modules/uint8-varint/dist/src/index.js",
1256
- "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/float.js",
1257
- "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/longbits.js",
1258
- "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/utf8.js",
1259
- "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/reader.js",
1260
- "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/decode.js",
1261
- "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/pool.js",
1262
- "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/writer.js",
1263
- "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/encode.js",
1264
- "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/stream.js",
1265
- "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/codec.js",
1266
- "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/codecs/enum.js",
1267
- "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/codecs/message.js",
1268
- "node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/index.js",
1269
- "node_modules/ipfs-unixfs-importer/node_modules/ipfs-unixfs/dist/src/unixfs.js",
1270
- "node_modules/ipfs-unixfs-importer/node_modules/ipfs-unixfs/dist/src/index.js",
1271
- "node_modules/progress-events/dist/src/index.js",
1272
- "node_modules/ipfs-unixfs-importer/dist/src/utils/persist.js",
1273
- "node_modules/ipfs-unixfs-importer/dist/src/dag-builder/buffer-importer.js",
1274
- "node_modules/ipfs-unixfs-importer/dist/src/errors.js",
1275
- "node_modules/ipfs-unixfs-importer/dist/src/dag-builder/dir.js",
1276
- "node_modules/ipfs-unixfs-importer/dist/src/dag-builder/file.js",
1277
- "node_modules/ipfs-unixfs-importer/dist/src/dag-builder/index.js",
1278
- "node_modules/ipfs-unixfs-importer/dist/src/dag-builder/validate-chunks.js",
1279
- "node_modules/ipfs-unixfs-importer/dist/src/layout/balanced.js",
1280
- "node_modules/ipfs-unixfs-importer/dist/src/dir.js",
1281
- "node_modules/ipfs-unixfs-importer/dist/src/utils/pb-size.js",
1282
- "node_modules/ipfs-unixfs-importer/dist/src/dir-flat.js",
1283
- "node_modules/sparse-array/index.js",
1284
- "node_modules/hamt-sharding/dist/src/bucket.js",
1285
- "node_modules/hamt-sharding/dist/src/consumable-buffer.js",
1286
- "node_modules/hamt-sharding/dist/src/consumable-hash.js",
1287
- "node_modules/hamt-sharding/dist/src/index.js",
1288
- "node_modules/ipfs-unixfs-importer/dist/src/dir-sharded.js",
1289
- "node_modules/ipfs-unixfs-importer/dist/src/flat-to-shard.js",
1290
- "node_modules/ipfs-unixfs-importer/dist/src/utils/to-path-components.js",
1291
- "node_modules/ipfs-unixfs-importer/dist/src/tree-builder.js",
1292
- "node_modules/ipfs-unixfs-importer/dist/src/index.js",
1293
- "dist/node/pkc/tracked-instance-registry-util.js",
1294
- "dist/node/util.js",
1295
- "dist/node/generated-version.js",
1296
- "dist/node/version.js",
1297
- "dist/node/schema.js",
1298
- "dist/node/pubsub-messages/schema.js"
1205
+ "node_modules/kubo-rpc-client/dist/src/index.js"
1206
+ ]
1207
+ },
1208
+ "chunks/src-BOzgM7Fp.js": {
1209
+ "isEntry": false,
1210
+ "imports": [
1211
+ "chunks/chunk-2rV9d50f.js",
1212
+ "multiformats/cid"
1213
+ ],
1214
+ "dynamicImports": [],
1215
+ "inputs": [
1216
+ "node_modules/it-first/dist/src/index.js",
1217
+ "node_modules/@ipld/dag-pb/src/pb-decode.js",
1218
+ "node_modules/@ipld/dag-pb/src/pb-encode.js",
1219
+ "node_modules/@ipld/dag-pb/src/util.js",
1220
+ "node_modules/@ipld/dag-pb/src/index.js"
1221
+ ]
1222
+ },
1223
+ "chunks/src-CYIMjhjK.js": {
1224
+ "isEntry": false,
1225
+ "imports": [],
1226
+ "dynamicImports": [],
1227
+ "inputs": [
1228
+ "node_modules/it-all/dist/src/index.js"
1299
1229
  ]
1300
1230
  },
1301
- "chunks/util-DpR-szdu.js": {
1231
+ "chunks/util-CjfTxkQ8.js": {
1302
1232
  "isEntry": false,
1303
1233
  "imports": [
1304
- "chunks/schema-qXcvCeAO.js"
1234
+ "chunks/schema-Dtvt2tQ8.js"
1305
1235
  ],
1306
1236
  "dynamicImports": [],
1307
1237
  "inputs": [