@pkcprotocol/pkc-js 0.0.87 → 0.0.89
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 +1 -1
- package/dist/browser/community/schema.d.ts +10 -10
- package/dist/browser/community/schema.js +1 -1
- package/dist/browser/community/schema.js.map +1 -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 +2 -0
- package/dist/browser/helia/helia-for-pkc.js +158 -55
- package/dist/browser/helia/helia-for-pkc.js.map +1 -1
- package/dist/browser/helia/libp2pjsClient.d.ts +1 -1
- package/dist/browser/helia/lru-blockstore.d.ts +9 -8
- package/dist/browser/helia/lru-blockstore.js.map +1 -1
- package/dist/browser/helia/types.d.ts +10 -10
- package/dist/browser/rpc/src/schema.d.ts +148 -22
- package/dist/browser/runtime/node/community/local-community/cleanup.js +31 -1
- package/dist/browser/runtime/node/community/local-community/cleanup.js.map +1 -1
- package/dist/browser/schema/schema-util.d.ts +3 -3
- package/dist/browser/schema.d.ts +8 -6
- package/dist/browser/schema.js +8 -1
- package/dist/browser/schema.js.map +1 -1
- package/dist/browser/test/test-util.d.ts +3 -3
- package/dist/browser/test/test-util.js +3 -1
- package/dist/browser/test/test-util.js.map +1 -1
- package/dist/bundled/bundle-manifest.json +165 -146
- package/dist/bundled/chunks/{helia-for-pkc-CjrfyXsA.js → helia-for-pkc-BKXOmklx.js} +101 -70
- package/dist/bundled/chunks/{local-community-DbfQyZow.js → local-community-C7tTEYDD.js} +1 -1
- package/dist/bundled/chunks/{local-community-Ba5iR3bD.js → local-community-D5fzgPCr.js} +60 -31
- package/dist/bundled/chunks/{node-gCrky-14.js → node-C9RpmtmM.js} +5 -5
- package/dist/bundled/chunks/{rpc-local-community-BYd-0Aw4.js → rpc-local-community-Dq00OHRf.js} +432 -6
- package/dist/bundled/chunks/{schema-0b9XHoqX.js → schema-bDrzx9EZ.js} +4 -4
- package/dist/bundled/chunks/{src-WLgFbUwZ.js → src-629pKfxo.js} +2731 -415
- package/dist/bundled/chunks/{src-B2CwDTfy.js → src-Dz9wtvrK.js} +18 -18
- package/dist/bundled/chunks/{util-CvgcZ9iH.js → util-DuJcVQ7Y.js} +1 -1
- package/dist/bundled/index.js +1 -1
- package/dist/bundled/rpc/src/index.js +4 -4
- package/dist/node/community/schema.d.ts +10 -10
- package/dist/node/community/schema.js +1 -1
- package/dist/node/community/schema.js.map +1 -1
- 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 +2 -0
- package/dist/node/helia/helia-for-pkc.js +158 -55
- package/dist/node/helia/helia-for-pkc.js.map +1 -1
- package/dist/node/helia/libp2pjsClient.d.ts +1 -1
- package/dist/node/helia/lru-blockstore.d.ts +9 -8
- package/dist/node/helia/lru-blockstore.js.map +1 -1
- package/dist/node/helia/types.d.ts +10 -10
- package/dist/node/rpc/src/schema.d.ts +148 -22
- package/dist/node/runtime/node/community/local-community/cleanup.js +31 -1
- package/dist/node/runtime/node/community/local-community/cleanup.js.map +1 -1
- package/dist/node/schema/schema-util.d.ts +3 -3
- package/dist/node/schema.d.ts +8 -6
- package/dist/node/schema.js +8 -1
- package/dist/node/schema.js.map +1 -1
- package/dist/node/test/test-util.d.ts +3 -3
- package/dist/node/test/test-util.js +3 -1
- package/dist/node/test/test-util.js.map +1 -1
- package/package.json +18 -16
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"node:module"
|
|
15
15
|
],
|
|
16
16
|
"dynamicImports": [
|
|
17
|
-
"chunks/node-
|
|
17
|
+
"chunks/node-C9RpmtmM.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-C9RpmtmM.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-Dq00OHRf.js",
|
|
36
|
+
"chunks/node-C9RpmtmM.js",
|
|
37
|
+
"chunks/schema-bDrzx9EZ.js",
|
|
38
|
+
"chunks/local-community-D5fzgPCr.js",
|
|
39
39
|
"node:url",
|
|
40
40
|
"path",
|
|
41
41
|
"assert",
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
"\u0000rolldown/runtime.js"
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
|
-
"chunks/helia-for-pkc-
|
|
68
|
+
"chunks/helia-for-pkc-BKXOmklx.js": {
|
|
69
69
|
"isEntry": false,
|
|
70
70
|
"imports": [
|
|
71
71
|
"chunks/chunk-2rV9d50f.js",
|
|
72
|
-
"chunks/schema-
|
|
73
|
-
"chunks/util-
|
|
72
|
+
"chunks/schema-bDrzx9EZ.js",
|
|
73
|
+
"chunks/util-DuJcVQ7Y.js",
|
|
74
74
|
"chunks/src-DKntVmyX.js",
|
|
75
75
|
"chunks/src-Cpx2Sts8.js",
|
|
76
76
|
"node:url",
|
|
@@ -83,24 +83,25 @@
|
|
|
83
83
|
"multiformats/bases/base32",
|
|
84
84
|
"events",
|
|
85
85
|
"helia",
|
|
86
|
+
"@helia/libp2p",
|
|
87
|
+
"@helia/bitswap",
|
|
86
88
|
"@helia/ipns",
|
|
87
89
|
"ipns",
|
|
88
90
|
"ipns/validator",
|
|
89
91
|
"@libp2p/gossipsub",
|
|
90
92
|
"@libp2p/identify",
|
|
91
|
-
"
|
|
93
|
+
"multiformats/hashes/sha2",
|
|
92
94
|
"blockstore-core",
|
|
93
95
|
"multiformats/codecs/raw",
|
|
94
96
|
"@helia/delegated-routing-v1-http-api-client",
|
|
95
97
|
"@libp2p/interface",
|
|
96
98
|
"@helia/unixfs",
|
|
97
|
-
"@libp2p/fetch"
|
|
98
|
-
"@helia/ipns/routing"
|
|
99
|
+
"@libp2p/fetch"
|
|
99
100
|
],
|
|
100
101
|
"dynamicImports": [],
|
|
101
102
|
"inputs": [
|
|
102
103
|
"dist/node/runtime/node/libp2p-extra-transports.js",
|
|
103
|
-
"node_modules/
|
|
104
|
+
"node_modules/interface-store/dist/src/errors.js",
|
|
104
105
|
"node_modules/fast-glob/out/utils/array.js",
|
|
105
106
|
"node_modules/fast-glob/out/utils/errno.js",
|
|
106
107
|
"node_modules/fast-glob/out/utils/fs.js",
|
|
@@ -186,12 +187,20 @@
|
|
|
186
187
|
"dist/node/helia/helia-for-pkc.js"
|
|
187
188
|
]
|
|
188
189
|
},
|
|
189
|
-
"chunks/local-community-
|
|
190
|
+
"chunks/local-community-C7tTEYDD.js": {
|
|
191
|
+
"isEntry": false,
|
|
192
|
+
"imports": [
|
|
193
|
+
"chunks/local-community-D5fzgPCr.js"
|
|
194
|
+
],
|
|
195
|
+
"dynamicImports": [],
|
|
196
|
+
"inputs": []
|
|
197
|
+
},
|
|
198
|
+
"chunks/local-community-D5fzgPCr.js": {
|
|
190
199
|
"isEntry": false,
|
|
191
200
|
"imports": [
|
|
192
201
|
"chunks/chunk-2rV9d50f.js",
|
|
193
|
-
"chunks/rpc-local-community-
|
|
194
|
-
"chunks/schema-
|
|
202
|
+
"chunks/rpc-local-community-Dq00OHRf.js",
|
|
203
|
+
"chunks/schema-bDrzx9EZ.js",
|
|
195
204
|
"node:crypto",
|
|
196
205
|
"node:url",
|
|
197
206
|
"node:path",
|
|
@@ -248,21 +257,13 @@
|
|
|
248
257
|
"dist/node/runtime/node/community/local-community.js"
|
|
249
258
|
]
|
|
250
259
|
},
|
|
251
|
-
"chunks/
|
|
252
|
-
"isEntry": false,
|
|
253
|
-
"imports": [
|
|
254
|
-
"chunks/local-community-Ba5iR3bD.js"
|
|
255
|
-
],
|
|
256
|
-
"dynamicImports": [],
|
|
257
|
-
"inputs": []
|
|
258
|
-
},
|
|
259
|
-
"chunks/node-gCrky-14.js": {
|
|
260
|
+
"chunks/node-C9RpmtmM.js": {
|
|
260
261
|
"isEntry": false,
|
|
261
262
|
"imports": [
|
|
262
263
|
"chunks/chunk-2rV9d50f.js",
|
|
263
|
-
"chunks/rpc-local-community-
|
|
264
|
-
"chunks/schema-
|
|
265
|
-
"chunks/util-
|
|
264
|
+
"chunks/rpc-local-community-Dq00OHRf.js",
|
|
265
|
+
"chunks/schema-bDrzx9EZ.js",
|
|
266
|
+
"chunks/util-DuJcVQ7Y.js",
|
|
266
267
|
"path",
|
|
267
268
|
"assert",
|
|
268
269
|
"fs",
|
|
@@ -273,8 +274,8 @@
|
|
|
273
274
|
"rpc-websockets"
|
|
274
275
|
],
|
|
275
276
|
"dynamicImports": [
|
|
276
|
-
"chunks/helia-for-pkc-
|
|
277
|
-
"chunks/local-community-
|
|
277
|
+
"chunks/helia-for-pkc-BKXOmklx.js",
|
|
278
|
+
"chunks/local-community-D5fzgPCr.js"
|
|
278
279
|
],
|
|
279
280
|
"inputs": [
|
|
280
281
|
"node_modules/zod/v4/locales/en.js",
|
|
@@ -316,11 +317,11 @@
|
|
|
316
317
|
"dist/node/index.js"
|
|
317
318
|
]
|
|
318
319
|
},
|
|
319
|
-
"chunks/rpc-local-community-
|
|
320
|
+
"chunks/rpc-local-community-Dq00OHRf.js": {
|
|
320
321
|
"isEntry": false,
|
|
321
322
|
"imports": [
|
|
322
323
|
"chunks/chunk-2rV9d50f.js",
|
|
323
|
-
"chunks/schema-
|
|
324
|
+
"chunks/schema-bDrzx9EZ.js",
|
|
324
325
|
"chunks/src-CYIMjhjK.js",
|
|
325
326
|
"node:crypto",
|
|
326
327
|
"node:url",
|
|
@@ -345,7 +346,7 @@
|
|
|
345
346
|
"perf_hooks"
|
|
346
347
|
],
|
|
347
348
|
"dynamicImports": [
|
|
348
|
-
"chunks/src-
|
|
349
|
+
"chunks/src-629pKfxo.js"
|
|
349
350
|
],
|
|
350
351
|
"inputs": [
|
|
351
352
|
"node_modules/undici/lib/core/symbols.js",
|
|
@@ -874,7 +875,7 @@
|
|
|
874
875
|
"dist/node/community/rpc-local-community.js"
|
|
875
876
|
]
|
|
876
877
|
},
|
|
877
|
-
"chunks/schema-
|
|
878
|
+
"chunks/schema-bDrzx9EZ.js": {
|
|
878
879
|
"isEntry": false,
|
|
879
880
|
"imports": [
|
|
880
881
|
"chunks/chunk-2rV9d50f.js",
|
|
@@ -888,7 +889,7 @@
|
|
|
888
889
|
"multiformats/bases/base32"
|
|
889
890
|
],
|
|
890
891
|
"dynamicImports": [
|
|
891
|
-
"chunks/src-
|
|
892
|
+
"chunks/src-Dz9wtvrK.js"
|
|
892
893
|
],
|
|
893
894
|
"inputs": [
|
|
894
895
|
"node_modules/zod/v4/core/core.js",
|
|
@@ -966,111 +967,7 @@
|
|
|
966
967
|
"dist/node/pubsub-messages/schema.js"
|
|
967
968
|
]
|
|
968
969
|
},
|
|
969
|
-
"chunks/src-
|
|
970
|
-
"isEntry": false,
|
|
971
|
-
"imports": [
|
|
972
|
-
"chunks/chunk-2rV9d50f.js",
|
|
973
|
-
"chunks/src-BOzgM7Fp.js",
|
|
974
|
-
"chunks/src-DKntVmyX.js",
|
|
975
|
-
"multiformats/cid",
|
|
976
|
-
"uint8arrays/from-string",
|
|
977
|
-
"uint8arrays/concat",
|
|
978
|
-
"uint8arrays/equals",
|
|
979
|
-
"multiformats/codecs/raw",
|
|
980
|
-
"uint8arrays/alloc",
|
|
981
|
-
"uint8arrays/with-array-buffer",
|
|
982
|
-
"multiformats/hashes/sha2",
|
|
983
|
-
"@multiformats/murmur3",
|
|
984
|
-
"blockstore-core/black-hole"
|
|
985
|
-
],
|
|
986
|
-
"dynamicImports": [],
|
|
987
|
-
"inputs": [
|
|
988
|
-
"node_modules/ipfs-unixfs-importer/node_modules/uint8arraylist/dist/src/index.js",
|
|
989
|
-
"node_modules/ipfs-unixfs-importer/dist/src/constants.js",
|
|
990
|
-
"node_modules/ipfs-unixfs-importer/dist/src/chunker/fixed-size.js",
|
|
991
|
-
"node_modules/ipfs-unixfs-importer/node_modules/ipfs-unixfs/dist/src/errors.js",
|
|
992
|
-
"node_modules/ipfs-unixfs-importer/node_modules/uint8-varint/dist/src/index.js",
|
|
993
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/float.js",
|
|
994
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/longbits.js",
|
|
995
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/utf8.js",
|
|
996
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/reader.js",
|
|
997
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/decode.js",
|
|
998
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/pool.js",
|
|
999
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/utils/writer.js",
|
|
1000
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/encode.js",
|
|
1001
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/stream.js",
|
|
1002
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/codec.js",
|
|
1003
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/codecs/enum.js",
|
|
1004
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/codecs/message.js",
|
|
1005
|
-
"node_modules/ipfs-unixfs-importer/node_modules/protons-runtime/dist/src/index.js",
|
|
1006
|
-
"node_modules/ipfs-unixfs-importer/node_modules/ipfs-unixfs/dist/src/unixfs.js",
|
|
1007
|
-
"node_modules/ipfs-unixfs-importer/node_modules/ipfs-unixfs/dist/src/index.js",
|
|
1008
|
-
"node_modules/progress-events/dist/src/index.js",
|
|
1009
|
-
"node_modules/ipfs-unixfs-importer/dist/src/utils/persist.js",
|
|
1010
|
-
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/buffer-importer.js",
|
|
1011
|
-
"node_modules/ipfs-unixfs-importer/dist/src/errors.js",
|
|
1012
|
-
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/dir.js",
|
|
1013
|
-
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/file.js",
|
|
1014
|
-
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/index.js",
|
|
1015
|
-
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/validate-chunks.js",
|
|
1016
|
-
"node_modules/ipfs-unixfs-importer/dist/src/layout/balanced.js",
|
|
1017
|
-
"node_modules/ipfs-unixfs-importer/dist/src/dir.js",
|
|
1018
|
-
"node_modules/ipfs-unixfs-importer/dist/src/utils/pb-size.js",
|
|
1019
|
-
"node_modules/ipfs-unixfs-importer/dist/src/dir-flat.js",
|
|
1020
|
-
"node_modules/sparse-array/index.js",
|
|
1021
|
-
"node_modules/hamt-sharding/dist/src/bucket.js",
|
|
1022
|
-
"node_modules/hamt-sharding/dist/src/consumable-buffer.js",
|
|
1023
|
-
"node_modules/hamt-sharding/dist/src/consumable-hash.js",
|
|
1024
|
-
"node_modules/hamt-sharding/dist/src/index.js",
|
|
1025
|
-
"node_modules/ipfs-unixfs-importer/dist/src/dir-sharded.js",
|
|
1026
|
-
"node_modules/ipfs-unixfs-importer/dist/src/flat-to-shard.js",
|
|
1027
|
-
"node_modules/ipfs-unixfs-importer/dist/src/utils/to-path-components.js",
|
|
1028
|
-
"node_modules/ipfs-unixfs-importer/dist/src/tree-builder.js",
|
|
1029
|
-
"node_modules/ipfs-unixfs-importer/dist/src/index.js"
|
|
1030
|
-
]
|
|
1031
|
-
},
|
|
1032
|
-
"chunks/src-BOzgM7Fp.js": {
|
|
1033
|
-
"isEntry": false,
|
|
1034
|
-
"imports": [
|
|
1035
|
-
"chunks/chunk-2rV9d50f.js",
|
|
1036
|
-
"multiformats/cid"
|
|
1037
|
-
],
|
|
1038
|
-
"dynamicImports": [],
|
|
1039
|
-
"inputs": [
|
|
1040
|
-
"node_modules/it-first/dist/src/index.js",
|
|
1041
|
-
"node_modules/@ipld/dag-pb/src/pb-decode.js",
|
|
1042
|
-
"node_modules/@ipld/dag-pb/src/pb-encode.js",
|
|
1043
|
-
"node_modules/@ipld/dag-pb/src/util.js",
|
|
1044
|
-
"node_modules/@ipld/dag-pb/src/index.js"
|
|
1045
|
-
]
|
|
1046
|
-
},
|
|
1047
|
-
"chunks/src-CYIMjhjK.js": {
|
|
1048
|
-
"isEntry": false,
|
|
1049
|
-
"imports": [],
|
|
1050
|
-
"dynamicImports": [],
|
|
1051
|
-
"inputs": [
|
|
1052
|
-
"node_modules/it-all/dist/src/index.js"
|
|
1053
|
-
]
|
|
1054
|
-
},
|
|
1055
|
-
"chunks/src-Cpx2Sts8.js": {
|
|
1056
|
-
"isEntry": false,
|
|
1057
|
-
"imports": [],
|
|
1058
|
-
"dynamicImports": [],
|
|
1059
|
-
"inputs": [
|
|
1060
|
-
"node_modules/it-peekable/dist/src/index.js",
|
|
1061
|
-
"node_modules/it-map/dist/src/index.js"
|
|
1062
|
-
]
|
|
1063
|
-
},
|
|
1064
|
-
"chunks/src-DKntVmyX.js": {
|
|
1065
|
-
"isEntry": false,
|
|
1066
|
-
"imports": [],
|
|
1067
|
-
"dynamicImports": [],
|
|
1068
|
-
"inputs": [
|
|
1069
|
-
"node_modules/it-batch/dist/src/index.js",
|
|
1070
|
-
"node_modules/it-parallel-batch/dist/src/index.js"
|
|
1071
|
-
]
|
|
1072
|
-
},
|
|
1073
|
-
"chunks/src-WLgFbUwZ.js": {
|
|
970
|
+
"chunks/src-629pKfxo.js": {
|
|
1074
971
|
"isEntry": false,
|
|
1075
972
|
"imports": [
|
|
1076
973
|
"chunks/chunk-2rV9d50f.js",
|
|
@@ -1116,10 +1013,28 @@
|
|
|
1116
1013
|
"node_modules/kubo-rpc-client/node_modules/cborg/lib/tagged.js",
|
|
1117
1014
|
"node_modules/kubo-rpc-client/node_modules/cborg/cborg.js",
|
|
1118
1015
|
"node_modules/kubo-rpc-client/node_modules/@ipld/dag-cbor/src/index.js",
|
|
1119
|
-
"node_modules/
|
|
1120
|
-
"node_modules/
|
|
1121
|
-
"node_modules/
|
|
1122
|
-
"node_modules
|
|
1016
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/is.js",
|
|
1017
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/token.js",
|
|
1018
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/byte-utils.js",
|
|
1019
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/bl.js",
|
|
1020
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/common.js",
|
|
1021
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/0uint.js",
|
|
1022
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/1negint.js",
|
|
1023
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/2bytes.js",
|
|
1024
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/3string.js",
|
|
1025
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/4array.js",
|
|
1026
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/5map.js",
|
|
1027
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/6tag.js",
|
|
1028
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/7float.js",
|
|
1029
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/jump.js",
|
|
1030
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/encode.js",
|
|
1031
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/decode.js",
|
|
1032
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/tagged.js",
|
|
1033
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/cborg.js",
|
|
1034
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/json/encode.js",
|
|
1035
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/json/decode.js",
|
|
1036
|
+
"node_modules/@ipld/dag-json/node_modules/cborg/lib/json/json.js",
|
|
1037
|
+
"node_modules/@ipld/dag-json/src/index.js",
|
|
1123
1038
|
"node_modules/dag-jose/lib/utils.js",
|
|
1124
1039
|
"node_modules/dag-jose/lib/signing.js",
|
|
1125
1040
|
"node_modules/dag-jose/lib/encryption.js",
|
|
@@ -1327,10 +1242,114 @@
|
|
|
1327
1242
|
"node_modules/kubo-rpc-client/dist/src/index.js"
|
|
1328
1243
|
]
|
|
1329
1244
|
},
|
|
1330
|
-
"chunks/
|
|
1245
|
+
"chunks/src-BOzgM7Fp.js": {
|
|
1246
|
+
"isEntry": false,
|
|
1247
|
+
"imports": [
|
|
1248
|
+
"chunks/chunk-2rV9d50f.js",
|
|
1249
|
+
"multiformats/cid"
|
|
1250
|
+
],
|
|
1251
|
+
"dynamicImports": [],
|
|
1252
|
+
"inputs": [
|
|
1253
|
+
"node_modules/it-first/dist/src/index.js",
|
|
1254
|
+
"node_modules/@ipld/dag-pb/src/pb-decode.js",
|
|
1255
|
+
"node_modules/@ipld/dag-pb/src/pb-encode.js",
|
|
1256
|
+
"node_modules/@ipld/dag-pb/src/util.js",
|
|
1257
|
+
"node_modules/@ipld/dag-pb/src/index.js"
|
|
1258
|
+
]
|
|
1259
|
+
},
|
|
1260
|
+
"chunks/src-CYIMjhjK.js": {
|
|
1261
|
+
"isEntry": false,
|
|
1262
|
+
"imports": [],
|
|
1263
|
+
"dynamicImports": [],
|
|
1264
|
+
"inputs": [
|
|
1265
|
+
"node_modules/it-all/dist/src/index.js"
|
|
1266
|
+
]
|
|
1267
|
+
},
|
|
1268
|
+
"chunks/src-Cpx2Sts8.js": {
|
|
1269
|
+
"isEntry": false,
|
|
1270
|
+
"imports": [],
|
|
1271
|
+
"dynamicImports": [],
|
|
1272
|
+
"inputs": [
|
|
1273
|
+
"node_modules/it-peekable/dist/src/index.js",
|
|
1274
|
+
"node_modules/it-map/dist/src/index.js"
|
|
1275
|
+
]
|
|
1276
|
+
},
|
|
1277
|
+
"chunks/src-DKntVmyX.js": {
|
|
1278
|
+
"isEntry": false,
|
|
1279
|
+
"imports": [],
|
|
1280
|
+
"dynamicImports": [],
|
|
1281
|
+
"inputs": [
|
|
1282
|
+
"node_modules/it-batch/dist/src/index.js",
|
|
1283
|
+
"node_modules/it-parallel-batch/dist/src/index.js"
|
|
1284
|
+
]
|
|
1285
|
+
},
|
|
1286
|
+
"chunks/src-Dz9wtvrK.js": {
|
|
1287
|
+
"isEntry": false,
|
|
1288
|
+
"imports": [
|
|
1289
|
+
"chunks/chunk-2rV9d50f.js",
|
|
1290
|
+
"chunks/src-BOzgM7Fp.js",
|
|
1291
|
+
"chunks/src-DKntVmyX.js",
|
|
1292
|
+
"multiformats/cid",
|
|
1293
|
+
"uint8arrays/from-string",
|
|
1294
|
+
"uint8arrays/concat",
|
|
1295
|
+
"uint8arrays/equals",
|
|
1296
|
+
"multiformats/hashes/sha2",
|
|
1297
|
+
"multiformats/codecs/raw",
|
|
1298
|
+
"uint8arrays/alloc",
|
|
1299
|
+
"uint8arrays/with-array-buffer",
|
|
1300
|
+
"@multiformats/murmur3",
|
|
1301
|
+
"blockstore-core/black-hole"
|
|
1302
|
+
],
|
|
1303
|
+
"dynamicImports": [],
|
|
1304
|
+
"inputs": [
|
|
1305
|
+
"node_modules/ipfs-unixfs-importer/node_modules/uint8arraylist/dist/src/index.js",
|
|
1306
|
+
"node_modules/ipfs-unixfs-importer/dist/src/constants.js",
|
|
1307
|
+
"node_modules/ipfs-unixfs-importer/dist/src/chunker/fixed-size.js",
|
|
1308
|
+
"node_modules/ipfs-unixfs/dist/src/errors.js",
|
|
1309
|
+
"node_modules/ipfs-unixfs/node_modules/uint8-varint/dist/src/index.js",
|
|
1310
|
+
"node_modules/ipfs-unixfs/node_modules/protons-runtime/dist/src/utils/float.js",
|
|
1311
|
+
"node_modules/ipfs-unixfs/node_modules/protons-runtime/dist/src/utils/longbits.js",
|
|
1312
|
+
"node_modules/ipfs-unixfs/node_modules/protons-runtime/dist/src/utils/utf8.js",
|
|
1313
|
+
"node_modules/ipfs-unixfs/node_modules/protons-runtime/dist/src/utils/reader.js",
|
|
1314
|
+
"node_modules/ipfs-unixfs/node_modules/protons-runtime/dist/src/decode.js",
|
|
1315
|
+
"node_modules/ipfs-unixfs/node_modules/protons-runtime/dist/src/utils/pool.js",
|
|
1316
|
+
"node_modules/ipfs-unixfs/node_modules/protons-runtime/dist/src/utils/writer.js",
|
|
1317
|
+
"node_modules/ipfs-unixfs/node_modules/protons-runtime/dist/src/encode.js",
|
|
1318
|
+
"node_modules/ipfs-unixfs/node_modules/protons-runtime/dist/src/stream.js",
|
|
1319
|
+
"node_modules/ipfs-unixfs/node_modules/protons-runtime/dist/src/codec.js",
|
|
1320
|
+
"node_modules/ipfs-unixfs/node_modules/protons-runtime/dist/src/codecs/enum.js",
|
|
1321
|
+
"node_modules/ipfs-unixfs/node_modules/protons-runtime/dist/src/codecs/message.js",
|
|
1322
|
+
"node_modules/ipfs-unixfs/node_modules/protons-runtime/dist/src/index.js",
|
|
1323
|
+
"node_modules/ipfs-unixfs/dist/src/unixfs.js",
|
|
1324
|
+
"node_modules/ipfs-unixfs/dist/src/index.js",
|
|
1325
|
+
"node_modules/progress-events/dist/src/index.js",
|
|
1326
|
+
"node_modules/ipfs-unixfs-importer/dist/src/utils/persist.js",
|
|
1327
|
+
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/buffer-importer.js",
|
|
1328
|
+
"node_modules/ipfs-unixfs-importer/dist/src/errors.js",
|
|
1329
|
+
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/dir.js",
|
|
1330
|
+
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/file.js",
|
|
1331
|
+
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/index.js",
|
|
1332
|
+
"node_modules/ipfs-unixfs-importer/dist/src/dag-builder/validate-chunks.js",
|
|
1333
|
+
"node_modules/ipfs-unixfs-importer/dist/src/layout/balanced.js",
|
|
1334
|
+
"node_modules/ipfs-unixfs-importer/dist/src/dir.js",
|
|
1335
|
+
"node_modules/ipfs-unixfs-importer/dist/src/utils/pb-size.js",
|
|
1336
|
+
"node_modules/ipfs-unixfs-importer/dist/src/dir-flat.js",
|
|
1337
|
+
"node_modules/sparse-array/index.js",
|
|
1338
|
+
"node_modules/hamt-sharding/dist/src/bucket.js",
|
|
1339
|
+
"node_modules/hamt-sharding/dist/src/consumable-buffer.js",
|
|
1340
|
+
"node_modules/hamt-sharding/dist/src/consumable-hash.js",
|
|
1341
|
+
"node_modules/hamt-sharding/dist/src/index.js",
|
|
1342
|
+
"node_modules/ipfs-unixfs-importer/dist/src/dir-sharded.js",
|
|
1343
|
+
"node_modules/ipfs-unixfs-importer/dist/src/flat-to-shard.js",
|
|
1344
|
+
"node_modules/ipfs-unixfs-importer/dist/src/utils/to-path-components.js",
|
|
1345
|
+
"node_modules/ipfs-unixfs-importer/dist/src/tree-builder.js",
|
|
1346
|
+
"node_modules/ipfs-unixfs-importer/dist/src/index.js"
|
|
1347
|
+
]
|
|
1348
|
+
},
|
|
1349
|
+
"chunks/util-DuJcVQ7Y.js": {
|
|
1331
1350
|
"isEntry": false,
|
|
1332
1351
|
"imports": [
|
|
1333
|
-
"chunks/schema-
|
|
1352
|
+
"chunks/schema-bDrzx9EZ.js",
|
|
1334
1353
|
"ipns/selector",
|
|
1335
1354
|
"uint8arrays/equals"
|
|
1336
1355
|
],
|