@helia/ipns 9.2.0 → 9.2.1-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 +9 -12
- package/dist/index.min.js.map +4 -4
- package/package.json +23 -20
- package/dist/typedoc-urls.json +0 -51
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/ipns",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.1-eb1908b3",
|
|
4
4
|
"description": "An implementation of IPNS for Helia",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/ipfs/helia/tree/main/packages/ipns#readme",
|
|
@@ -45,15 +45,18 @@
|
|
|
45
45
|
"exports": {
|
|
46
46
|
".": {
|
|
47
47
|
"types": "./dist/src/index.d.ts",
|
|
48
|
-
"import": "./dist/src/index.js"
|
|
48
|
+
"import": "./dist/src/index.js",
|
|
49
|
+
"module-sync": "./dist/src/index.js"
|
|
49
50
|
},
|
|
50
51
|
"./dns-resolvers": {
|
|
51
52
|
"types": "./dist/src/dns-resolvers/index.d.ts",
|
|
52
|
-
"import": "./dist/src/dns-resolvers/index.js"
|
|
53
|
+
"import": "./dist/src/dns-resolvers/index.js",
|
|
54
|
+
"module-sync": "./dist/src/dns-resolvers/index.js"
|
|
53
55
|
},
|
|
54
56
|
"./routing": {
|
|
55
57
|
"types": "./dist/src/routing/index.d.ts",
|
|
56
|
-
"import": "./dist/src/routing/index.js"
|
|
58
|
+
"import": "./dist/src/routing/index.js",
|
|
59
|
+
"module-sync": "./dist/src/routing/index.js"
|
|
57
60
|
}
|
|
58
61
|
},
|
|
59
62
|
"scripts": {
|
|
@@ -73,34 +76,34 @@
|
|
|
73
76
|
"test:electron-main": "aegir test -t electron-main"
|
|
74
77
|
},
|
|
75
78
|
"dependencies": {
|
|
76
|
-
"@helia/interface": "
|
|
77
|
-
"@libp2p/crypto": "^5.1.
|
|
79
|
+
"@helia/interface": "6.2.1-eb1908b3",
|
|
80
|
+
"@libp2p/crypto": "^5.1.15",
|
|
78
81
|
"@libp2p/fetch": "^4.1.0",
|
|
79
82
|
"@libp2p/interface": "^3.2.0",
|
|
80
|
-
"@libp2p/kad-dht": "^16.
|
|
81
|
-
"@libp2p/keychain": "^6.0.
|
|
82
|
-
"@libp2p/logger": "^6.
|
|
83
|
-
"@libp2p/peer-collections": "^7.0.
|
|
84
|
-
"@libp2p/utils": "^7.0.
|
|
83
|
+
"@libp2p/kad-dht": "^16.2.0",
|
|
84
|
+
"@libp2p/keychain": "^6.0.12",
|
|
85
|
+
"@libp2p/logger": "^6.2.4",
|
|
86
|
+
"@libp2p/peer-collections": "^7.0.15",
|
|
87
|
+
"@libp2p/utils": "^7.0.15",
|
|
85
88
|
"any-signal": "^4.2.0",
|
|
86
89
|
"delay": "^7.0.0",
|
|
87
|
-
"interface-datastore": "^9.0.
|
|
88
|
-
"ipns": "^10.1.
|
|
89
|
-
"multiformats": "^13.4.
|
|
90
|
-
"progress-events": "^1.0
|
|
90
|
+
"interface-datastore": "^9.0.3",
|
|
91
|
+
"ipns": "^10.1.3",
|
|
92
|
+
"multiformats": "^13.4.2",
|
|
93
|
+
"progress-events": "^1.1.0",
|
|
91
94
|
"protons-runtime": "^6.0.1",
|
|
92
95
|
"race-signal": "^2.0.0",
|
|
93
96
|
"uint8arraylist": "^2.4.8",
|
|
94
97
|
"uint8arrays": "^5.1.0"
|
|
95
98
|
},
|
|
96
99
|
"devDependencies": {
|
|
97
|
-
"@libp2p/crypto": "^5.1.
|
|
100
|
+
"@libp2p/crypto": "^5.1.15",
|
|
98
101
|
"@libp2p/peer-id": "^6.0.6",
|
|
99
|
-
"aegir": "^47.
|
|
100
|
-
"datastore-core": "^11.0.
|
|
101
|
-
"it-drain": "^3.0.
|
|
102
|
+
"aegir": "^47.1.5",
|
|
103
|
+
"datastore-core": "^11.0.3",
|
|
104
|
+
"it-drain": "^3.0.12",
|
|
102
105
|
"protons": "^8.1.1",
|
|
103
|
-
"sinon": "^21.
|
|
106
|
+
"sinon": "^21.1.0",
|
|
104
107
|
"sinon-ts": "^2.0.0"
|
|
105
108
|
},
|
|
106
109
|
"browser": {
|
package/dist/typedoc-urls.json
DELETED
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"IPNS": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNS.html",
|
|
3
|
-
".:IPNS": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNS.html",
|
|
4
|
-
"IPNSComponents": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSComponents.html",
|
|
5
|
-
".:IPNSComponents": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSComponents.html",
|
|
6
|
-
"IPNSOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSOptions.html",
|
|
7
|
-
".:IPNSOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSOptions.html",
|
|
8
|
-
"IPNSPublishResult": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSPublishResult.html",
|
|
9
|
-
".:IPNSPublishResult": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSPublishResult.html",
|
|
10
|
-
"IPNSRecordMetadata": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSRecordMetadata.html",
|
|
11
|
-
".:IPNSRecordMetadata": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSRecordMetadata.html",
|
|
12
|
-
"IPNSResolver": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSResolver.html",
|
|
13
|
-
".:IPNSResolver": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSResolver.html",
|
|
14
|
-
"IPNSResolveResult": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSResolveResult.html",
|
|
15
|
-
".:IPNSResolveResult": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSResolveResult.html",
|
|
16
|
-
"IPNSResolverOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSResolverOptions.html",
|
|
17
|
-
".:IPNSResolverOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSResolverOptions.html",
|
|
18
|
-
"PublishOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.PublishOptions.html",
|
|
19
|
-
".:PublishOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.PublishOptions.html",
|
|
20
|
-
"ResolveOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.ResolveOptions.html",
|
|
21
|
-
".:ResolveOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.ResolveOptions.html",
|
|
22
|
-
"ResolveResult": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.ResolveResult.html",
|
|
23
|
-
".:ResolveResult": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.ResolveResult.html",
|
|
24
|
-
"DatastoreProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.index.DatastoreProgressEvents.html",
|
|
25
|
-
".:DatastoreProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.index.DatastoreProgressEvents.html",
|
|
26
|
-
"PublishProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.index.PublishProgressEvents.html",
|
|
27
|
-
".:PublishProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.index.PublishProgressEvents.html",
|
|
28
|
-
"ResolveProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.index.ResolveProgressEvents.html",
|
|
29
|
-
".:ResolveProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.index.ResolveProgressEvents.html",
|
|
30
|
-
"ipns": "https://ipfs.github.io/helia/functions/_helia_ipns.index.ipns.html",
|
|
31
|
-
".:ipns": "https://ipfs.github.io/helia/functions/_helia_ipns.index.ipns.html",
|
|
32
|
-
"ipnsResolver": "https://ipfs.github.io/helia/functions/_helia_ipns.index.ipnsResolver.html",
|
|
33
|
-
".:ipnsResolver": "https://ipfs.github.io/helia/functions/_helia_ipns.index.ipnsResolver.html",
|
|
34
|
-
"GetOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.routing.GetOptions.html",
|
|
35
|
-
"./routing:GetOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.routing.GetOptions.html",
|
|
36
|
-
"IPNSRouting": "https://ipfs.github.io/helia/interfaces/_helia_ipns.routing.IPNSRouting.html",
|
|
37
|
-
"./routing:IPNSRouting": "https://ipfs.github.io/helia/interfaces/_helia_ipns.routing.IPNSRouting.html",
|
|
38
|
-
"Message": "https://ipfs.github.io/helia/interfaces/_helia_ipns.routing.Message.html",
|
|
39
|
-
"PublishResult": "https://ipfs.github.io/helia/interfaces/_helia_ipns.routing.PublishResult.html",
|
|
40
|
-
"PubSub": "https://ipfs.github.io/helia/interfaces/_helia_ipns.routing.PubSub.html",
|
|
41
|
-
"PubSubEvents": "https://ipfs.github.io/helia/interfaces/_helia_ipns.routing.PubSubEvents.html",
|
|
42
|
-
"PubsubRoutingComponents": "https://ipfs.github.io/helia/interfaces/_helia_ipns.routing.PubsubRoutingComponents.html",
|
|
43
|
-
"PutOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.routing.PutOptions.html",
|
|
44
|
-
"./routing:PutOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.routing.PutOptions.html",
|
|
45
|
-
"HeliaRoutingProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.routing.HeliaRoutingProgressEvents.html",
|
|
46
|
-
"IPNSRoutingProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.routing.IPNSRoutingProgressEvents.html",
|
|
47
|
-
"./routing:IPNSRoutingProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.routing.IPNSRoutingProgressEvents.html",
|
|
48
|
-
"PubSubProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.routing.PubSubProgressEvents.html",
|
|
49
|
-
"helia": "https://ipfs.github.io/helia/functions/_helia_ipns.routing.helia.html",
|
|
50
|
-
"pubsub": "https://ipfs.github.io/helia/functions/_helia_ipns.routing.pubsub.html"
|
|
51
|
-
}
|