helia 6.0.5 → 6.0.6-eaa042eb
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 +33 -28
- package/dist/index.min.js.map +3 -3
- package/dist/src/version.d.ts +1 -1
- package/dist/src/version.d.ts.map +1 -1
- package/dist/src/version.js +1 -1
- package/dist/src/version.js.map +1 -1
- package/package.json +5 -5
- package/src/version.ts +1 -1
- package/dist/typedoc-urls.json +0 -10
package/dist/src/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,mBAAmB,CAAA;AACvC,eAAO,MAAM,IAAI,UAAU,CAAA"}
|
package/dist/src/version.js
CHANGED
package/dist/src/version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../src/version.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,OAAO,GAAG,gBAAgB,CAAA;AACvC,MAAM,CAAC,MAAM,IAAI,GAAG,OAAO,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "helia",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.6-eaa042eb",
|
|
4
4
|
"description": "An implementation of IPFS in JavaScript",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/helia/tree/main/packages/helia#readme",
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@chainsafe/libp2p-noise": "^17.0.0",
|
|
52
52
|
"@chainsafe/libp2p-yamux": "^8.0.0",
|
|
53
|
-
"@helia/block-brokers": "
|
|
53
|
+
"@helia/block-brokers": "5.0.5-eaa042eb",
|
|
54
54
|
"@helia/delegated-routing-v1-http-api-client": "^5.0.0",
|
|
55
|
-
"@helia/interface": "
|
|
56
|
-
"@helia/routers": "
|
|
57
|
-
"@helia/utils": "
|
|
55
|
+
"@helia/interface": "6.0.0-eaa042eb",
|
|
56
|
+
"@helia/routers": "4.0.1-eaa042eb",
|
|
57
|
+
"@helia/utils": "2.2.1-eaa042eb",
|
|
58
58
|
"@ipshipyard/libp2p-auto-tls": "^2.0.1",
|
|
59
59
|
"@libp2p/autonat": "^3.0.5",
|
|
60
60
|
"@libp2p/bootstrap": "^12.0.6",
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '6.0.
|
|
1
|
+
export const version = '6.0.6-eaa042eb'
|
|
2
2
|
export const name = 'helia'
|
package/dist/typedoc-urls.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"DAGWalker": "https://ipfs.github.io/helia/interfaces/helia.DAGWalker.html",
|
|
3
|
-
".:DAGWalker": "https://ipfs.github.io/helia/interfaces/helia.DAGWalker.html",
|
|
4
|
-
"DefaultLibp2pServices": "https://ipfs.github.io/helia/interfaces/helia.DefaultLibp2pServices.html",
|
|
5
|
-
"Libp2pDefaultsOptions": "https://ipfs.github.io/helia/interfaces/helia.Libp2pDefaultsOptions.html",
|
|
6
|
-
"createHelia": "https://ipfs.github.io/helia/functions/helia.createHelia.html",
|
|
7
|
-
".:createHelia": "https://ipfs.github.io/helia/functions/helia.createHelia.html",
|
|
8
|
-
"heliaDefaults": "https://ipfs.github.io/helia/functions/helia.heliaDefaults.html",
|
|
9
|
-
"libp2pDefaults": "https://ipfs.github.io/helia/functions/helia.libp2pDefaults.html"
|
|
10
|
-
}
|