@helia/dag-cbor 5.1.0 → 5.1.1-1361bfa5
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/dist/index.min.js +1 -1
- package/dist/index.min.js.map +4 -4
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.d.ts.map +1 -1
- package/package.json +12 -11
- package/src/index.ts +1 -1
- package/dist/typedoc-urls.json +0 -12
package/dist/src/index.d.ts
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
* ```
|
|
26
26
|
*/
|
|
27
27
|
import { CID } from 'multiformats/cid';
|
|
28
|
-
import type { GetBlockProgressEvents, ProviderOptions, PutBlockProgressEvents } from '@helia/interface
|
|
28
|
+
import type { GetBlockProgressEvents, ProviderOptions, PutBlockProgressEvents } from '@helia/interface';
|
|
29
29
|
import type { AbortOptions } from '@libp2p/interface';
|
|
30
30
|
import type { Blockstore } from 'interface-blockstore';
|
|
31
31
|
import type { MultihashHasher } from 'multiformats/hashes/interface';
|
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AAEH,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAA;AAEtC,OAAO,KAAK,EAAE,sBAAsB,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AAEH,OAAO,EAAE,GAAG,EAAE,MAAM,kBAAkB,CAAA;AAEtC,OAAO,KAAK,EAAE,sBAAsB,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAA;AACvG,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAA;AACrD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAA;AACtD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AACpE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,iBAAiB,CAAA;AAEtD,MAAM,WAAW,iBAAiB;IAChC,UAAU,EAAE,UAAU,CAAA;CACvB;AAED,MAAM,WAAW,UAAW,SAAQ,YAAY,EAAE,eAAe,CAAC,sBAAsB,CAAC;IACvF,MAAM,CAAC,EAAE,eAAe,CAAA;CACzB;AAED,MAAM,WAAW,UAAW,SAAQ,YAAY,EAAE,eAAe,CAAC,sBAAsB,CAAC,EAAE,eAAe;CAEzG;AAED;;;GAGG;AACH,MAAM,WAAW,OAAO;IACtB;;;;;;;;;;;;;;;OAeG;IACH,GAAG,CAAC,GAAG,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC,GAAG,CAAC,CAAA;IAE9D;;;;;;;;;;;;;;;;;;;;OAoBG;IACH,GAAG,CAAC,CAAC,EAAE,GAAG,EAAE,GAAG,EAAE,OAAO,CAAC,EAAE,OAAO,CAAC,UAAU,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC,CAAA;CAC5D;AAED;;GAEG;AACH,wBAAgB,OAAO,CAAE,KAAK,EAAE;IAAE,UAAU,EAAE,UAAU,CAAA;CAAE,GAAG,OAAO,CAEnE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/dag-cbor",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.1-1361bfa5",
|
|
4
4
|
"description": "Add/get IPLD blocks containing dag-cbor with your Helia node",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/helia/tree/main/packages/dag-cbor#readme",
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
"exports": {
|
|
30
30
|
".": {
|
|
31
31
|
"types": "./dist/src/index.d.ts",
|
|
32
|
-
"import": "./dist/src/index.js"
|
|
32
|
+
"import": "./dist/src/index.js",
|
|
33
|
+
"module-sync": "./dist/src/index.js"
|
|
33
34
|
}
|
|
34
35
|
},
|
|
35
36
|
"scripts": {
|
|
@@ -48,17 +49,17 @@
|
|
|
48
49
|
"test:electron-main": "aegir test -t electron-main"
|
|
49
50
|
},
|
|
50
51
|
"dependencies": {
|
|
51
|
-
"@helia/interface": "
|
|
52
|
-
"@ipld/dag-cbor": "^
|
|
53
|
-
"@libp2p/interface": "^3.2.
|
|
54
|
-
"interface-blockstore": "^
|
|
55
|
-
"it-to-buffer": "^
|
|
56
|
-
"multiformats": "^
|
|
57
|
-
"progress-events": "^1.0
|
|
52
|
+
"@helia/interface": "6.2.1-1361bfa5",
|
|
53
|
+
"@ipld/dag-cbor": "^10.0.1",
|
|
54
|
+
"@libp2p/interface": "^3.2.3",
|
|
55
|
+
"interface-blockstore": "^7.0.1",
|
|
56
|
+
"it-to-buffer": "^5.0.0",
|
|
57
|
+
"multiformats": "^14.0.0",
|
|
58
|
+
"progress-events": "^1.1.0"
|
|
58
59
|
},
|
|
59
60
|
"devDependencies": {
|
|
60
|
-
"aegir": "^
|
|
61
|
-
"blockstore-core": "^
|
|
61
|
+
"aegir": "^48.0.11",
|
|
62
|
+
"blockstore-core": "^7.0.1"
|
|
62
63
|
},
|
|
63
64
|
"sideEffects": false
|
|
64
65
|
}
|
package/src/index.ts
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
import { CID } from 'multiformats/cid'
|
|
29
29
|
import { DAGCBOR as DAGCBORClass } from './dag-cbor.ts'
|
|
30
|
-
import type { GetBlockProgressEvents, ProviderOptions, PutBlockProgressEvents } from '@helia/interface
|
|
30
|
+
import type { GetBlockProgressEvents, ProviderOptions, PutBlockProgressEvents } from '@helia/interface'
|
|
31
31
|
import type { AbortOptions } from '@libp2p/interface'
|
|
32
32
|
import type { Blockstore } from 'interface-blockstore'
|
|
33
33
|
import type { MultihashHasher } from 'multiformats/hashes/interface'
|
package/dist/typedoc-urls.json
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"AddOptions": "https://ipfs.github.io/helia/interfaces/_helia_dag-cbor.AddOptions.html",
|
|
3
|
-
".:AddOptions": "https://ipfs.github.io/helia/interfaces/_helia_dag-cbor.AddOptions.html",
|
|
4
|
-
"DAGCBOR": "https://ipfs.github.io/helia/interfaces/_helia_dag-cbor.DAGCBOR.html",
|
|
5
|
-
".:DAGCBOR": "https://ipfs.github.io/helia/interfaces/_helia_dag-cbor.DAGCBOR.html",
|
|
6
|
-
"DAGCBORComponents": "https://ipfs.github.io/helia/interfaces/_helia_dag-cbor.DAGCBORComponents.html",
|
|
7
|
-
".:DAGCBORComponents": "https://ipfs.github.io/helia/interfaces/_helia_dag-cbor.DAGCBORComponents.html",
|
|
8
|
-
"GetOptions": "https://ipfs.github.io/helia/interfaces/_helia_dag-cbor.GetOptions.html",
|
|
9
|
-
".:GetOptions": "https://ipfs.github.io/helia/interfaces/_helia_dag-cbor.GetOptions.html",
|
|
10
|
-
"dagCbor": "https://ipfs.github.io/helia/functions/_helia_dag-cbor.dagCbor.html",
|
|
11
|
-
".:dagCbor": "https://ipfs.github.io/helia/functions/_helia_dag-cbor.dagCbor.html"
|
|
12
|
-
}
|