@helia/trustless-gateway-client 0.0.0 → 1.0.0
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 +14 -24
- package/dist/index.min.js.map +4 -4
- package/dist/typedoc-urls.json +18 -0
- package/package.json +7 -3
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"TrustlessGatewayBlockBrokerComponents": "https://ipfs.github.io/helia/interfaces/_helia_trustless-gateway-client.TrustlessGatewayBlockBrokerComponents.html",
|
|
3
|
+
".:TrustlessGatewayBlockBrokerComponents": "https://ipfs.github.io/helia/interfaces/_helia_trustless-gateway-client.TrustlessGatewayBlockBrokerComponents.html",
|
|
4
|
+
"TrustlessGatewayBlockBrokerInit": "https://ipfs.github.io/helia/interfaces/_helia_trustless-gateway-client.TrustlessGatewayBlockBrokerInit.html",
|
|
5
|
+
".:TrustlessGatewayBlockBrokerInit": "https://ipfs.github.io/helia/interfaces/_helia_trustless-gateway-client.TrustlessGatewayBlockBrokerInit.html",
|
|
6
|
+
"TrustlessGatewayProvider": "https://ipfs.github.io/helia/interfaces/_helia_trustless-gateway-client.TrustlessGatewayProvider.html",
|
|
7
|
+
".:TrustlessGatewayProvider": "https://ipfs.github.io/helia/interfaces/_helia_trustless-gateway-client.TrustlessGatewayProvider.html",
|
|
8
|
+
"TrustlessGatewayGetBlockProgressEvents": "https://ipfs.github.io/helia/types/_helia_trustless-gateway-client.TrustlessGatewayGetBlockProgressEvents.html",
|
|
9
|
+
".:TrustlessGatewayGetBlockProgressEvents": "https://ipfs.github.io/helia/types/_helia_trustless-gateway-client.TrustlessGatewayGetBlockProgressEvents.html",
|
|
10
|
+
"DEFAULT_ALLOW_INSECURE": "https://ipfs.github.io/helia/variables/_helia_trustless-gateway-client.DEFAULT_ALLOW_INSECURE.html",
|
|
11
|
+
".:DEFAULT_ALLOW_INSECURE": "https://ipfs.github.io/helia/variables/_helia_trustless-gateway-client.DEFAULT_ALLOW_INSECURE.html",
|
|
12
|
+
"DEFAULT_ALLOW_LOCAL": "https://ipfs.github.io/helia/variables/_helia_trustless-gateway-client.DEFAULT_ALLOW_LOCAL.html",
|
|
13
|
+
".:DEFAULT_ALLOW_LOCAL": "https://ipfs.github.io/helia/variables/_helia_trustless-gateway-client.DEFAULT_ALLOW_LOCAL.html",
|
|
14
|
+
"DEFAULT_MAX_SIZE": "https://ipfs.github.io/helia/variables/_helia_trustless-gateway-client.DEFAULT_MAX_SIZE.html",
|
|
15
|
+
".:DEFAULT_MAX_SIZE": "https://ipfs.github.io/helia/variables/_helia_trustless-gateway-client.DEFAULT_MAX_SIZE.html",
|
|
16
|
+
"trustlessGatewayBlockBroker": "https://ipfs.github.io/helia/functions/_helia_trustless-gateway-client.trustlessGatewayBlockBroker.html",
|
|
17
|
+
".:trustlessGatewayBlockBroker": "https://ipfs.github.io/helia/functions/_helia_trustless-gateway-client.trustlessGatewayBlockBroker.html"
|
|
18
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/trustless-gateway-client",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Use Trustless HTTP Gateways with Helia",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/helia/tree/main/packages/trustless-gateway-client#readme",
|
|
@@ -11,6 +11,10 @@
|
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/ipfs/helia/issues"
|
|
13
13
|
},
|
|
14
|
+
"publishConfig": {
|
|
15
|
+
"access": "public",
|
|
16
|
+
"provenance": true
|
|
17
|
+
},
|
|
14
18
|
"keywords": [
|
|
15
19
|
"IPFS"
|
|
16
20
|
],
|
|
@@ -44,8 +48,8 @@
|
|
|
44
48
|
"test:electron-main": "aegir test -t electron-main"
|
|
45
49
|
},
|
|
46
50
|
"dependencies": {
|
|
47
|
-
"@helia/interface": "^
|
|
48
|
-
"@helia/utils": "^
|
|
51
|
+
"@helia/interface": "^7.0.0",
|
|
52
|
+
"@helia/utils": "^3.0.0",
|
|
49
53
|
"@libp2p/utils": "^7.2.2",
|
|
50
54
|
"@multiformats/multiaddr": "^13.0.3",
|
|
51
55
|
"@multiformats/multiaddr-matcher": "^3.0.2",
|