helia 6.1.1 → 6.1.2-eb1908b3
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 +47 -50
- package/dist/index.min.js.map +4 -4
- 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 +35 -34
- 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.1.
|
|
3
|
+
"version": "6.1.2-eb1908b3",
|
|
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",
|
|
@@ -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": {
|
|
@@ -49,45 +50,45 @@
|
|
|
49
50
|
},
|
|
50
51
|
"dependencies": {
|
|
51
52
|
"@chainsafe/libp2p-noise": "^17.0.0",
|
|
52
|
-
"@chainsafe/libp2p-yamux": "^8.0.
|
|
53
|
-
"@helia/block-brokers": "
|
|
54
|
-
"@helia/delegated-routing-v1-http-api-client": "^6.0.
|
|
55
|
-
"@helia/interface": "
|
|
56
|
-
"@helia/routers": "
|
|
57
|
-
"@helia/utils": "
|
|
53
|
+
"@chainsafe/libp2p-yamux": "^8.0.1",
|
|
54
|
+
"@helia/block-brokers": "5.2.2-eb1908b3",
|
|
55
|
+
"@helia/delegated-routing-v1-http-api-client": "^6.0.1",
|
|
56
|
+
"@helia/interface": "6.2.1-eb1908b3",
|
|
57
|
+
"@helia/routers": "5.1.1-eb1908b3",
|
|
58
|
+
"@helia/utils": "2.5.1-eb1908b3",
|
|
58
59
|
"@ipshipyard/libp2p-auto-tls": "^2.0.1",
|
|
59
|
-
"@libp2p/autonat": "^3.0.
|
|
60
|
-
"@libp2p/bootstrap": "^12.0.
|
|
61
|
-
"@libp2p/circuit-relay-v2": "^4.0
|
|
62
|
-
"@libp2p/config": "^1.1.
|
|
63
|
-
"@libp2p/dcutr": "^3.0.
|
|
64
|
-
"@libp2p/http": "^2.0.
|
|
65
|
-
"@libp2p/identify": "^4.0
|
|
60
|
+
"@libp2p/autonat": "^3.0.15",
|
|
61
|
+
"@libp2p/bootstrap": "^12.0.16",
|
|
62
|
+
"@libp2p/circuit-relay-v2": "^4.2.0",
|
|
63
|
+
"@libp2p/config": "^1.1.27",
|
|
64
|
+
"@libp2p/dcutr": "^3.0.15",
|
|
65
|
+
"@libp2p/http": "^2.0.1",
|
|
66
|
+
"@libp2p/identify": "^4.1.0",
|
|
66
67
|
"@libp2p/interface": "^3.2.0",
|
|
67
|
-
"@libp2p/kad-dht": "^16.
|
|
68
|
-
"@libp2p/keychain": "^6.0.
|
|
69
|
-
"@libp2p/mdns": "^12.0.
|
|
70
|
-
"@libp2p/mplex": "^12.0.
|
|
71
|
-
"@libp2p/ping": "^3.0
|
|
72
|
-
"@libp2p/tcp": "^11.0.
|
|
73
|
-
"@libp2p/tls": "^3.0.
|
|
74
|
-
"@libp2p/upnp-nat": "^4.0.
|
|
75
|
-
"@libp2p/webrtc": "^6.0.
|
|
76
|
-
"@libp2p/websockets": "^10.
|
|
77
|
-
"@multiformats/dns": "^1.0.
|
|
78
|
-
"blockstore-core": "^6.1.
|
|
79
|
-
"datastore-core": "^11.0.
|
|
80
|
-
"interface-datastore": "^9.0.
|
|
81
|
-
"ipns": "^10.1.
|
|
68
|
+
"@libp2p/kad-dht": "^16.2.0",
|
|
69
|
+
"@libp2p/keychain": "^6.0.12",
|
|
70
|
+
"@libp2p/mdns": "^12.0.16",
|
|
71
|
+
"@libp2p/mplex": "^12.0.16",
|
|
72
|
+
"@libp2p/ping": "^3.1.0",
|
|
73
|
+
"@libp2p/tcp": "^11.0.15",
|
|
74
|
+
"@libp2p/tls": "^3.0.15",
|
|
75
|
+
"@libp2p/upnp-nat": "^4.0.15",
|
|
76
|
+
"@libp2p/webrtc": "^6.0.16",
|
|
77
|
+
"@libp2p/websockets": "^10.1.8",
|
|
78
|
+
"@multiformats/dns": "^1.0.13",
|
|
79
|
+
"blockstore-core": "^6.1.3",
|
|
80
|
+
"datastore-core": "^11.0.3",
|
|
81
|
+
"interface-datastore": "^9.0.3",
|
|
82
|
+
"ipns": "^10.1.3",
|
|
82
83
|
"libp2p": "^3.2.0",
|
|
83
|
-
"multiformats": "^13.4.
|
|
84
|
+
"multiformats": "^13.4.2"
|
|
84
85
|
},
|
|
85
86
|
"devDependencies": {
|
|
86
87
|
"@multiformats/mafmt": "^12.1.6",
|
|
87
88
|
"@multiformats/multiaddr": "^13.0.1",
|
|
88
|
-
"aegir": "^47.
|
|
89
|
-
"it-all": "^3.0.
|
|
90
|
-
"it-drain": "^3.0.
|
|
89
|
+
"aegir": "^47.1.5",
|
|
90
|
+
"it-all": "^3.0.11",
|
|
91
|
+
"it-drain": "^3.0.12"
|
|
91
92
|
},
|
|
92
93
|
"browser": {
|
|
93
94
|
"./dist/src/utils/libp2p-defaults.js": "./dist/src/utils/libp2p-defaults.browser.js"
|
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '6.1.
|
|
1
|
+
export const version = '6.1.2-eb1908b3'
|
|
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
|
-
}
|