@pkcprotocol/pkc-js 0.0.74 → 0.0.75
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/README.md +24 -1
- package/dist/browser/generated-version.d.ts +1 -1
- package/dist/browser/generated-version.js +1 -1
- package/dist/browser/helia/helia-for-pkc.d.ts +1 -1
- package/dist/browser/helia/helia-for-pkc.js +41 -5
- package/dist/browser/helia/helia-for-pkc.js.map +1 -1
- package/dist/browser/helia/lru-blockstore.d.ts +92 -0
- package/dist/browser/helia/lru-blockstore.js +224 -0
- package/dist/browser/helia/lru-blockstore.js.map +1 -0
- package/dist/browser/pkc/pkc.js +4 -1
- package/dist/browser/pkc/pkc.js.map +1 -1
- package/dist/browser/rpc/src/schema.d.ts +16 -0
- package/dist/browser/runtime/browser/blockstore.d.ts +25 -0
- package/dist/browser/runtime/browser/blockstore.js +40 -0
- package/dist/browser/runtime/browser/blockstore.js.map +1 -0
- package/dist/browser/runtime/node/blockstore.d.ts +32 -0
- package/dist/browser/runtime/node/blockstore.js +42 -0
- package/dist/browser/runtime/node/blockstore.js.map +1 -0
- package/dist/browser/schema.d.ts +20 -0
- package/dist/browser/schema.js +11 -1
- package/dist/browser/schema.js.map +1 -1
- package/dist/bundled/bundle-manifest.json +201 -94
- package/dist/bundled/chunks/helia-for-pkc-BPj1zAUb.js +6915 -0
- package/dist/bundled/chunks/{local-community-CIVs_iuS.js → local-community-ChTkd8lH.js} +1 -1
- package/dist/bundled/chunks/{local-community-Br1ipu1Z.js → local-community-D4efR9XJ.js} +2 -2
- package/dist/bundled/chunks/{node-Cn7VaPDJ.js → node-BK6GBM0d.js} +7 -6
- package/dist/bundled/chunks/{rpc-local-community-DtdeJBOq.js → rpc-local-community-O94vseOA.js} +8 -8
- package/dist/bundled/chunks/{schema-B1Ot-kux.js → schema-wNdSno5O.js} +7 -3
- package/dist/bundled/chunks/{src-o_MYSn-E.js → src-B2CwDTfy.js} +2 -142
- package/dist/bundled/chunks/{src-4u0f92eE.js → src-BKg5Lhod.js} +2 -127
- package/dist/bundled/chunks/src-Cpx2Sts8.js +127 -0
- package/dist/bundled/chunks/src-DKntVmyX.js +142 -0
- package/dist/bundled/chunks/{util-B6v5HAdy.js → util-iNnH2bP5.js} +1 -1
- package/dist/bundled/index.js +1 -1
- package/dist/bundled/rpc/src/index.js +4 -4
- package/dist/node/generated-version.d.ts +1 -1
- package/dist/node/generated-version.js +1 -1
- package/dist/node/helia/helia-for-pkc.d.ts +1 -1
- package/dist/node/helia/helia-for-pkc.js +41 -5
- package/dist/node/helia/helia-for-pkc.js.map +1 -1
- package/dist/node/helia/lru-blockstore.d.ts +92 -0
- package/dist/node/helia/lru-blockstore.js +224 -0
- package/dist/node/helia/lru-blockstore.js.map +1 -0
- package/dist/node/pkc/pkc.js +4 -1
- package/dist/node/pkc/pkc.js.map +1 -1
- package/dist/node/rpc/src/schema.d.ts +16 -0
- package/dist/node/runtime/browser/blockstore.d.ts +25 -0
- package/dist/node/runtime/browser/blockstore.js +40 -0
- package/dist/node/runtime/browser/blockstore.js.map +1 -0
- package/dist/node/runtime/node/blockstore.d.ts +32 -0
- package/dist/node/runtime/node/blockstore.js +42 -0
- package/dist/node/runtime/node/blockstore.js.map +1 -0
- package/dist/node/schema.d.ts +20 -0
- package/dist/node/schema.js +11 -1
- package/dist/node/schema.js.map +1 -1
- package/package.json +8 -5
- package/dist/bundled/chunks/helia-for-pkc-B-75U9z9.js +0 -495
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"node:module"
|
|
15
15
|
],
|
|
16
16
|
"dynamicImports": [
|
|
17
|
-
"chunks/node-
|
|
17
|
+
"chunks/node-BK6GBM0d.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-
|
|
27
|
+
"chunks/node-BK6GBM0d.js"
|
|
28
28
|
],
|
|
29
29
|
"dynamicImports": [],
|
|
30
30
|
"inputs": []
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"rpc/src/index.js": {
|
|
33
33
|
"isEntry": true,
|
|
34
34
|
"imports": [
|
|
35
|
-
"chunks/rpc-local-community-
|
|
36
|
-
"chunks/node-
|
|
37
|
-
"chunks/schema-
|
|
38
|
-
"chunks/local-community-
|
|
35
|
+
"chunks/rpc-local-community-O94vseOA.js",
|
|
36
|
+
"chunks/node-BK6GBM0d.js",
|
|
37
|
+
"chunks/schema-wNdSno5O.js",
|
|
38
|
+
"chunks/local-community-D4efR9XJ.js",
|
|
39
39
|
"node:url",
|
|
40
40
|
"path",
|
|
41
41
|
"assert",
|
|
@@ -64,12 +64,21 @@
|
|
|
64
64
|
"\u0000rolldown/runtime.js"
|
|
65
65
|
]
|
|
66
66
|
},
|
|
67
|
-
"chunks/helia-for-pkc-
|
|
67
|
+
"chunks/helia-for-pkc-BPj1zAUb.js": {
|
|
68
68
|
"isEntry": false,
|
|
69
69
|
"imports": [
|
|
70
|
-
"chunks/
|
|
71
|
-
"chunks/
|
|
70
|
+
"chunks/chunk-2rV9d50f.js",
|
|
71
|
+
"chunks/schema-wNdSno5O.js",
|
|
72
|
+
"chunks/util-iNnH2bP5.js",
|
|
73
|
+
"chunks/src-DKntVmyX.js",
|
|
74
|
+
"chunks/src-Cpx2Sts8.js",
|
|
75
|
+
"node:url",
|
|
76
|
+
"node:fs/promises",
|
|
77
|
+
"node:path",
|
|
78
|
+
"path",
|
|
72
79
|
"multiformats/cid",
|
|
80
|
+
"multiformats/hashes/digest",
|
|
81
|
+
"multiformats/bases/base32",
|
|
73
82
|
"@libp2p/peer-id",
|
|
74
83
|
"events",
|
|
75
84
|
"helia",
|
|
@@ -80,6 +89,7 @@
|
|
|
80
89
|
"@libp2p/identify",
|
|
81
90
|
"@helia/block-brokers",
|
|
82
91
|
"blockstore-core",
|
|
92
|
+
"multiformats/codecs/raw",
|
|
83
93
|
"@helia/delegated-routing-v1-http-api-client",
|
|
84
94
|
"@libp2p/interface",
|
|
85
95
|
"@helia/unixfs",
|
|
@@ -89,17 +99,106 @@
|
|
|
89
99
|
"dynamicImports": [],
|
|
90
100
|
"inputs": [
|
|
91
101
|
"dist/node/runtime/node/libp2p-extra-transports.js",
|
|
102
|
+
"node_modules/blockstore-fs/node_modules/interface-store/dist/src/errors.js",
|
|
103
|
+
"node_modules/fast-glob/out/utils/array.js",
|
|
104
|
+
"node_modules/fast-glob/out/utils/errno.js",
|
|
105
|
+
"node_modules/fast-glob/out/utils/fs.js",
|
|
106
|
+
"node_modules/fast-glob/out/utils/path.js",
|
|
107
|
+
"node_modules/is-extglob/index.js",
|
|
108
|
+
"node_modules/is-glob/index.js",
|
|
109
|
+
"node_modules/glob-parent/index.js",
|
|
110
|
+
"node_modules/braces/lib/utils.js",
|
|
111
|
+
"node_modules/braces/lib/stringify.js",
|
|
112
|
+
"node_modules/is-number/index.js",
|
|
113
|
+
"node_modules/to-regex-range/index.js",
|
|
114
|
+
"node_modules/fill-range/index.js",
|
|
115
|
+
"node_modules/braces/lib/compile.js",
|
|
116
|
+
"node_modules/braces/lib/expand.js",
|
|
117
|
+
"node_modules/braces/lib/constants.js",
|
|
118
|
+
"node_modules/braces/lib/parse.js",
|
|
119
|
+
"node_modules/braces/index.js",
|
|
120
|
+
"node_modules/picomatch/lib/constants.js",
|
|
121
|
+
"node_modules/picomatch/lib/utils.js",
|
|
122
|
+
"node_modules/picomatch/lib/scan.js",
|
|
123
|
+
"node_modules/picomatch/lib/parse.js",
|
|
124
|
+
"node_modules/picomatch/lib/picomatch.js",
|
|
125
|
+
"node_modules/picomatch/index.js",
|
|
126
|
+
"node_modules/micromatch/index.js",
|
|
127
|
+
"node_modules/fast-glob/out/utils/pattern.js",
|
|
128
|
+
"node_modules/merge2/index.js",
|
|
129
|
+
"node_modules/fast-glob/out/utils/stream.js",
|
|
130
|
+
"node_modules/fast-glob/out/utils/string.js",
|
|
131
|
+
"node_modules/fast-glob/out/utils/index.js",
|
|
132
|
+
"node_modules/fast-glob/out/managers/tasks.js",
|
|
133
|
+
"node_modules/@nodelib/fs.stat/out/providers/async.js",
|
|
134
|
+
"node_modules/@nodelib/fs.stat/out/providers/sync.js",
|
|
135
|
+
"node_modules/@nodelib/fs.stat/out/adapters/fs.js",
|
|
136
|
+
"node_modules/@nodelib/fs.stat/out/settings.js",
|
|
137
|
+
"node_modules/@nodelib/fs.stat/out/index.js",
|
|
138
|
+
"node_modules/queue-microtask/index.js",
|
|
139
|
+
"node_modules/run-parallel/index.js",
|
|
140
|
+
"node_modules/@nodelib/fs.scandir/out/constants.js",
|
|
141
|
+
"node_modules/@nodelib/fs.scandir/out/utils/fs.js",
|
|
142
|
+
"node_modules/@nodelib/fs.scandir/out/utils/index.js",
|
|
143
|
+
"node_modules/@nodelib/fs.scandir/out/providers/common.js",
|
|
144
|
+
"node_modules/@nodelib/fs.scandir/out/providers/async.js",
|
|
145
|
+
"node_modules/@nodelib/fs.scandir/out/providers/sync.js",
|
|
146
|
+
"node_modules/@nodelib/fs.scandir/out/adapters/fs.js",
|
|
147
|
+
"node_modules/@nodelib/fs.scandir/out/settings.js",
|
|
148
|
+
"node_modules/@nodelib/fs.scandir/out/index.js",
|
|
149
|
+
"node_modules/reusify/reusify.js",
|
|
150
|
+
"node_modules/fastq/queue.js",
|
|
151
|
+
"node_modules/@nodelib/fs.walk/out/readers/common.js",
|
|
152
|
+
"node_modules/@nodelib/fs.walk/out/readers/reader.js",
|
|
153
|
+
"node_modules/@nodelib/fs.walk/out/readers/async.js",
|
|
154
|
+
"node_modules/@nodelib/fs.walk/out/providers/async.js",
|
|
155
|
+
"node_modules/@nodelib/fs.walk/out/providers/stream.js",
|
|
156
|
+
"node_modules/@nodelib/fs.walk/out/readers/sync.js",
|
|
157
|
+
"node_modules/@nodelib/fs.walk/out/providers/sync.js",
|
|
158
|
+
"node_modules/@nodelib/fs.walk/out/settings.js",
|
|
159
|
+
"node_modules/@nodelib/fs.walk/out/index.js",
|
|
160
|
+
"node_modules/fast-glob/out/readers/reader.js",
|
|
161
|
+
"node_modules/fast-glob/out/readers/stream.js",
|
|
162
|
+
"node_modules/fast-glob/out/readers/async.js",
|
|
163
|
+
"node_modules/fast-glob/out/providers/matchers/matcher.js",
|
|
164
|
+
"node_modules/fast-glob/out/providers/matchers/partial.js",
|
|
165
|
+
"node_modules/fast-glob/out/providers/filters/deep.js",
|
|
166
|
+
"node_modules/fast-glob/out/providers/filters/entry.js",
|
|
167
|
+
"node_modules/fast-glob/out/providers/filters/error.js",
|
|
168
|
+
"node_modules/fast-glob/out/providers/transformers/entry.js",
|
|
169
|
+
"node_modules/fast-glob/out/providers/provider.js",
|
|
170
|
+
"node_modules/fast-glob/out/providers/async.js",
|
|
171
|
+
"node_modules/fast-glob/out/providers/stream.js",
|
|
172
|
+
"node_modules/fast-glob/out/readers/sync.js",
|
|
173
|
+
"node_modules/fast-glob/out/providers/sync.js",
|
|
174
|
+
"node_modules/fast-glob/out/settings.js",
|
|
175
|
+
"node_modules/fast-glob/out/index.js",
|
|
176
|
+
"node_modules/it-glob/dist/src/index.js",
|
|
177
|
+
"node_modules/race-signal/dist/src/index.js",
|
|
178
|
+
"node_modules/steno/lib/index.js",
|
|
179
|
+
"node_modules/blockstore-fs/dist/src/sharding.js",
|
|
180
|
+
"node_modules/blockstore-fs/dist/src/index.js",
|
|
181
|
+
"dist/node/runtime/node/blockstore.js",
|
|
182
|
+
"dist/node/helia/lru-blockstore.js",
|
|
92
183
|
"dist/node/helia/libp2pjsClient.js",
|
|
93
184
|
"dist/node/helia/dial-transport-filter.js",
|
|
94
185
|
"dist/node/helia/helia-for-pkc.js"
|
|
95
186
|
]
|
|
96
187
|
},
|
|
97
|
-
"chunks/local-community-
|
|
188
|
+
"chunks/local-community-ChTkd8lH.js": {
|
|
189
|
+
"isEntry": false,
|
|
190
|
+
"imports": [
|
|
191
|
+
"chunks/local-community-D4efR9XJ.js"
|
|
192
|
+
],
|
|
193
|
+
"dynamicImports": [],
|
|
194
|
+
"inputs": []
|
|
195
|
+
},
|
|
196
|
+
"chunks/local-community-D4efR9XJ.js": {
|
|
98
197
|
"isEntry": false,
|
|
99
198
|
"imports": [
|
|
100
199
|
"chunks/chunk-2rV9d50f.js",
|
|
101
|
-
"chunks/rpc-local-community-
|
|
102
|
-
"chunks/schema-
|
|
200
|
+
"chunks/rpc-local-community-O94vseOA.js",
|
|
201
|
+
"chunks/schema-wNdSno5O.js",
|
|
103
202
|
"node:crypto",
|
|
104
203
|
"node:url",
|
|
105
204
|
"node:path",
|
|
@@ -152,21 +251,13 @@
|
|
|
152
251
|
"dist/node/runtime/node/community/local-community.js"
|
|
153
252
|
]
|
|
154
253
|
},
|
|
155
|
-
"chunks/
|
|
156
|
-
"isEntry": false,
|
|
157
|
-
"imports": [
|
|
158
|
-
"chunks/local-community-Br1ipu1Z.js"
|
|
159
|
-
],
|
|
160
|
-
"dynamicImports": [],
|
|
161
|
-
"inputs": []
|
|
162
|
-
},
|
|
163
|
-
"chunks/node-Cn7VaPDJ.js": {
|
|
254
|
+
"chunks/node-BK6GBM0d.js": {
|
|
164
255
|
"isEntry": false,
|
|
165
256
|
"imports": [
|
|
166
257
|
"chunks/chunk-2rV9d50f.js",
|
|
167
|
-
"chunks/rpc-local-community-
|
|
168
|
-
"chunks/schema-
|
|
169
|
-
"chunks/util-
|
|
258
|
+
"chunks/rpc-local-community-O94vseOA.js",
|
|
259
|
+
"chunks/schema-wNdSno5O.js",
|
|
260
|
+
"chunks/util-iNnH2bP5.js",
|
|
170
261
|
"path",
|
|
171
262
|
"assert",
|
|
172
263
|
"fs",
|
|
@@ -177,8 +268,8 @@
|
|
|
177
268
|
"rpc-websockets"
|
|
178
269
|
],
|
|
179
270
|
"dynamicImports": [
|
|
180
|
-
"chunks/helia-for-pkc-
|
|
181
|
-
"chunks/local-community-
|
|
271
|
+
"chunks/helia-for-pkc-BPj1zAUb.js",
|
|
272
|
+
"chunks/local-community-D4efR9XJ.js"
|
|
182
273
|
],
|
|
183
274
|
"inputs": [
|
|
184
275
|
"node_modules/zod/v4/locales/en.js",
|
|
@@ -231,11 +322,11 @@
|
|
|
231
322
|
"dist/node/index.js"
|
|
232
323
|
]
|
|
233
324
|
},
|
|
234
|
-
"chunks/rpc-local-community-
|
|
325
|
+
"chunks/rpc-local-community-O94vseOA.js": {
|
|
235
326
|
"isEntry": false,
|
|
236
327
|
"imports": [
|
|
237
328
|
"chunks/chunk-2rV9d50f.js",
|
|
238
|
-
"chunks/schema-
|
|
329
|
+
"chunks/schema-wNdSno5O.js",
|
|
239
330
|
"chunks/src-CYIMjhjK.js",
|
|
240
331
|
"node:http",
|
|
241
332
|
"node:crypto",
|
|
@@ -264,7 +355,7 @@
|
|
|
264
355
|
"perf_hooks"
|
|
265
356
|
],
|
|
266
357
|
"dynamicImports": [
|
|
267
|
-
"chunks/src-
|
|
358
|
+
"chunks/src-BKg5Lhod.js"
|
|
268
359
|
],
|
|
269
360
|
"inputs": [
|
|
270
361
|
"node_modules/undici/lib/core/symbols.js",
|
|
@@ -791,7 +882,7 @@
|
|
|
791
882
|
"dist/node/community/rpc-local-community.js"
|
|
792
883
|
]
|
|
793
884
|
},
|
|
794
|
-
"chunks/schema-
|
|
885
|
+
"chunks/schema-wNdSno5O.js": {
|
|
795
886
|
"isEntry": false,
|
|
796
887
|
"imports": [
|
|
797
888
|
"chunks/chunk-2rV9d50f.js",
|
|
@@ -805,7 +896,7 @@
|
|
|
805
896
|
"@libp2p/peer-id"
|
|
806
897
|
],
|
|
807
898
|
"dynamicImports": [
|
|
808
|
-
"chunks/src-
|
|
899
|
+
"chunks/src-B2CwDTfy.js"
|
|
809
900
|
],
|
|
810
901
|
"inputs": [
|
|
811
902
|
"node_modules/zod/v4/core/core.js",
|
|
@@ -883,12 +974,76 @@
|
|
|
883
974
|
"dist/node/pubsub-messages/schema.js"
|
|
884
975
|
]
|
|
885
976
|
},
|
|
886
|
-
"chunks/src-
|
|
977
|
+
"chunks/src-B2CwDTfy.js": {
|
|
978
|
+
"isEntry": false,
|
|
979
|
+
"imports": [
|
|
980
|
+
"chunks/chunk-2rV9d50f.js",
|
|
981
|
+
"chunks/src-BOzgM7Fp.js",
|
|
982
|
+
"chunks/src-DKntVmyX.js",
|
|
983
|
+
"multiformats/cid",
|
|
984
|
+
"uint8arrays/from-string",
|
|
985
|
+
"uint8arrays/concat",
|
|
986
|
+
"uint8arrays/equals",
|
|
987
|
+
"multiformats/codecs/raw",
|
|
988
|
+
"uint8arrays/alloc",
|
|
989
|
+
"uint8arrays/with-array-buffer",
|
|
990
|
+
"multiformats/hashes/sha2",
|
|
991
|
+
"@multiformats/murmur3",
|
|
992
|
+
"blockstore-core/black-hole"
|
|
993
|
+
],
|
|
994
|
+
"dynamicImports": [],
|
|
995
|
+
"inputs": [
|
|
996
|
+
"node_modules/ipfs-unixfs-importer/node_modules/uint8arraylist/dist/src/index.js",
|
|
997
|
+
"node_modules/ipfs-unixfs-importer/dist/src/constants.js",
|
|
998
|
+
"node_modules/ipfs-unixfs-importer/dist/src/chunker/fixed-size.js",
|
|
999
|
+
"node_modules/ipfs-unixfs-importer/node_modules/ipfs-unixfs/dist/src/errors.js",
|
|
1000
|
+
"node_modules/ipfs-unixfs-importer/node_modules/uint8-varint/dist/src/index.js",
|
|
1001
|
+
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/float.js",
|
|
1002
|
+
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/longbits.js",
|
|
1003
|
+
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/utf8.js",
|
|
1004
|
+
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/reader.js",
|
|
1005
|
+
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/decode.js",
|
|
1006
|
+
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/pool.js",
|
|
1007
|
+
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/writer.js",
|
|
1008
|
+
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/encode.js",
|
|
1009
|
+
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/stream.js",
|
|
1010
|
+
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/codec.js",
|
|
1011
|
+
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/codecs/enum.js",
|
|
1012
|
+
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/codecs/message.js",
|
|
1013
|
+
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/index.js",
|
|
1014
|
+
"node_modules/ipfs-unixfs-importer/node_modules/ipfs-unixfs/dist/src/unixfs.js",
|
|
1015
|
+
"node_modules/ipfs-unixfs-importer/node_modules/ipfs-unixfs/dist/src/index.js",
|
|
1016
|
+
"node_modules/progress-events/dist/src/index.js",
|
|
1017
|
+
"node_modules/ipfs-unixfs-importer/dist/src/utils/persist.js",
|
|
1018
|
+
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/buffer-importer.js",
|
|
1019
|
+
"node_modules/ipfs-unixfs-importer/dist/src/errors.js",
|
|
1020
|
+
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/dir.js",
|
|
1021
|
+
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/file.js",
|
|
1022
|
+
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/index.js",
|
|
1023
|
+
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/validate-chunks.js",
|
|
1024
|
+
"node_modules/ipfs-unixfs-importer/dist/src/layout/balanced.js",
|
|
1025
|
+
"node_modules/ipfs-unixfs-importer/dist/src/dir.js",
|
|
1026
|
+
"node_modules/ipfs-unixfs-importer/dist/src/utils/pb-size.js",
|
|
1027
|
+
"node_modules/ipfs-unixfs-importer/dist/src/dir-flat.js",
|
|
1028
|
+
"node_modules/sparse-array/index.js",
|
|
1029
|
+
"node_modules/hamt-sharding/dist/src/bucket.js",
|
|
1030
|
+
"node_modules/hamt-sharding/dist/src/consumable-buffer.js",
|
|
1031
|
+
"node_modules/hamt-sharding/dist/src/consumable-hash.js",
|
|
1032
|
+
"node_modules/hamt-sharding/dist/src/index.js",
|
|
1033
|
+
"node_modules/ipfs-unixfs-importer/dist/src/dir-sharded.js",
|
|
1034
|
+
"node_modules/ipfs-unixfs-importer/dist/src/flat-to-shard.js",
|
|
1035
|
+
"node_modules/ipfs-unixfs-importer/dist/src/utils/to-path-components.js",
|
|
1036
|
+
"node_modules/ipfs-unixfs-importer/dist/src/tree-builder.js",
|
|
1037
|
+
"node_modules/ipfs-unixfs-importer/dist/src/index.js"
|
|
1038
|
+
]
|
|
1039
|
+
},
|
|
1040
|
+
"chunks/src-BKg5Lhod.js": {
|
|
887
1041
|
"isEntry": false,
|
|
888
1042
|
"imports": [
|
|
889
1043
|
"chunks/chunk-2rV9d50f.js",
|
|
890
1044
|
"chunks/src-BOzgM7Fp.js",
|
|
891
1045
|
"chunks/src-CYIMjhjK.js",
|
|
1046
|
+
"chunks/src-Cpx2Sts8.js",
|
|
892
1047
|
"node:http",
|
|
893
1048
|
"node:buffer",
|
|
894
1049
|
"node:crypto",
|
|
@@ -962,8 +1117,6 @@
|
|
|
962
1117
|
"node_modules/wherearewe/src/index.js",
|
|
963
1118
|
"node_modules/browser-readablestream-to-it/dist/src/index.js",
|
|
964
1119
|
"node_modules/err-code/index.js",
|
|
965
|
-
"node_modules/it-peekable/dist/src/index.js",
|
|
966
|
-
"node_modules/it-map/dist/src/index.js",
|
|
967
1120
|
"node_modules/kubo-rpc-client/dist/src/lib/errors.js",
|
|
968
1121
|
"node_modules/kubo-rpc-client/dist/src/lib/files/utils.js",
|
|
969
1122
|
"node_modules/kubo-rpc-client/dist/src/lib/files/normalise-candidate-multiple.js",
|
|
@@ -1164,74 +1317,28 @@
|
|
|
1164
1317
|
"node_modules/it-all/dist/src/index.js"
|
|
1165
1318
|
]
|
|
1166
1319
|
},
|
|
1167
|
-
"chunks/src-
|
|
1320
|
+
"chunks/src-Cpx2Sts8.js": {
|
|
1168
1321
|
"isEntry": false,
|
|
1169
|
-
"imports": [
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
"
|
|
1173
|
-
"
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
"multiformats/hashes/sha2",
|
|
1180
|
-
"@multiformats/murmur3",
|
|
1181
|
-
"blockstore-core/black-hole"
|
|
1182
|
-
],
|
|
1322
|
+
"imports": [],
|
|
1323
|
+
"dynamicImports": [],
|
|
1324
|
+
"inputs": [
|
|
1325
|
+
"node_modules/it-peekable/dist/src/index.js",
|
|
1326
|
+
"node_modules/it-map/dist/src/index.js"
|
|
1327
|
+
]
|
|
1328
|
+
},
|
|
1329
|
+
"chunks/src-DKntVmyX.js": {
|
|
1330
|
+
"isEntry": false,
|
|
1331
|
+
"imports": [],
|
|
1183
1332
|
"dynamicImports": [],
|
|
1184
1333
|
"inputs": [
|
|
1185
1334
|
"node_modules/it-batch/dist/src/index.js",
|
|
1186
|
-
"node_modules/it-parallel-batch/dist/src/index.js"
|
|
1187
|
-
"node_modules/ipfs-unixfs-importer/node_modules/uint8arraylist/dist/src/index.js",
|
|
1188
|
-
"node_modules/ipfs-unixfs-importer/dist/src/constants.js",
|
|
1189
|
-
"node_modules/ipfs-unixfs-importer/dist/src/chunker/fixed-size.js",
|
|
1190
|
-
"node_modules/ipfs-unixfs-importer/node_modules/ipfs-unixfs/dist/src/errors.js",
|
|
1191
|
-
"node_modules/ipfs-unixfs-importer/node_modules/uint8-varint/dist/src/index.js",
|
|
1192
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/float.js",
|
|
1193
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/longbits.js",
|
|
1194
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/utf8.js",
|
|
1195
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/reader.js",
|
|
1196
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/decode.js",
|
|
1197
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/pool.js",
|
|
1198
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/writer.js",
|
|
1199
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/encode.js",
|
|
1200
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/stream.js",
|
|
1201
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/codec.js",
|
|
1202
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/codecs/enum.js",
|
|
1203
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/codecs/message.js",
|
|
1204
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/index.js",
|
|
1205
|
-
"node_modules/ipfs-unixfs-importer/node_modules/ipfs-unixfs/dist/src/unixfs.js",
|
|
1206
|
-
"node_modules/ipfs-unixfs-importer/node_modules/ipfs-unixfs/dist/src/index.js",
|
|
1207
|
-
"node_modules/progress-events/dist/src/index.js",
|
|
1208
|
-
"node_modules/ipfs-unixfs-importer/dist/src/utils/persist.js",
|
|
1209
|
-
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/buffer-importer.js",
|
|
1210
|
-
"node_modules/ipfs-unixfs-importer/dist/src/errors.js",
|
|
1211
|
-
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/dir.js",
|
|
1212
|
-
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/file.js",
|
|
1213
|
-
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/index.js",
|
|
1214
|
-
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/validate-chunks.js",
|
|
1215
|
-
"node_modules/ipfs-unixfs-importer/dist/src/layout/balanced.js",
|
|
1216
|
-
"node_modules/ipfs-unixfs-importer/dist/src/dir.js",
|
|
1217
|
-
"node_modules/ipfs-unixfs-importer/dist/src/utils/pb-size.js",
|
|
1218
|
-
"node_modules/ipfs-unixfs-importer/dist/src/dir-flat.js",
|
|
1219
|
-
"node_modules/sparse-array/index.js",
|
|
1220
|
-
"node_modules/hamt-sharding/dist/src/bucket.js",
|
|
1221
|
-
"node_modules/hamt-sharding/dist/src/consumable-buffer.js",
|
|
1222
|
-
"node_modules/hamt-sharding/dist/src/consumable-hash.js",
|
|
1223
|
-
"node_modules/hamt-sharding/dist/src/index.js",
|
|
1224
|
-
"node_modules/ipfs-unixfs-importer/dist/src/dir-sharded.js",
|
|
1225
|
-
"node_modules/ipfs-unixfs-importer/dist/src/flat-to-shard.js",
|
|
1226
|
-
"node_modules/ipfs-unixfs-importer/dist/src/utils/to-path-components.js",
|
|
1227
|
-
"node_modules/ipfs-unixfs-importer/dist/src/tree-builder.js",
|
|
1228
|
-
"node_modules/ipfs-unixfs-importer/dist/src/index.js"
|
|
1335
|
+
"node_modules/it-parallel-batch/dist/src/index.js"
|
|
1229
1336
|
]
|
|
1230
1337
|
},
|
|
1231
|
-
"chunks/util-
|
|
1338
|
+
"chunks/util-iNnH2bP5.js": {
|
|
1232
1339
|
"isEntry": false,
|
|
1233
1340
|
"imports": [
|
|
1234
|
-
"chunks/schema-
|
|
1341
|
+
"chunks/schema-wNdSno5O.js",
|
|
1235
1342
|
"ipns/selector",
|
|
1236
1343
|
"uint8arrays/equals"
|
|
1237
1344
|
],
|