@helia/ipns 8.0.0 → 8.0.1-07e0bc0
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/README.md +2 -2
- package/dist/index.min.js +7 -4
- package/package.json +16 -102
- package/LICENSE +0 -4
- package/dist/typedoc-urls.json +0 -46
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@helia/ipns",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1-07e0bc0",
|
|
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",
|
|
@@ -63,91 +63,6 @@
|
|
|
63
63
|
"sourceType": "module"
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
|
-
"release": {
|
|
67
|
-
"branches": [
|
|
68
|
-
"main"
|
|
69
|
-
],
|
|
70
|
-
"plugins": [
|
|
71
|
-
[
|
|
72
|
-
"@semantic-release/commit-analyzer",
|
|
73
|
-
{
|
|
74
|
-
"preset": "conventionalcommits",
|
|
75
|
-
"releaseRules": [
|
|
76
|
-
{
|
|
77
|
-
"breaking": true,
|
|
78
|
-
"release": "major"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"revert": true,
|
|
82
|
-
"release": "patch"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"type": "feat",
|
|
86
|
-
"release": "minor"
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"type": "fix",
|
|
90
|
-
"release": "patch"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"type": "docs",
|
|
94
|
-
"release": "patch"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"type": "test",
|
|
98
|
-
"release": "patch"
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"type": "deps",
|
|
102
|
-
"release": "patch"
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
"scope": "no-release",
|
|
106
|
-
"release": false
|
|
107
|
-
}
|
|
108
|
-
]
|
|
109
|
-
}
|
|
110
|
-
],
|
|
111
|
-
[
|
|
112
|
-
"@semantic-release/release-notes-generator",
|
|
113
|
-
{
|
|
114
|
-
"preset": "conventionalcommits",
|
|
115
|
-
"presetConfig": {
|
|
116
|
-
"types": [
|
|
117
|
-
{
|
|
118
|
-
"type": "feat",
|
|
119
|
-
"section": "Features"
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"type": "fix",
|
|
123
|
-
"section": "Bug Fixes"
|
|
124
|
-
},
|
|
125
|
-
{
|
|
126
|
-
"type": "chore",
|
|
127
|
-
"section": "Trivial Changes"
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"type": "docs",
|
|
131
|
-
"section": "Documentation"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"type": "deps",
|
|
135
|
-
"section": "Dependencies"
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
"type": "test",
|
|
139
|
-
"section": "Tests"
|
|
140
|
-
}
|
|
141
|
-
]
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
],
|
|
145
|
-
"@semantic-release/changelog",
|
|
146
|
-
"@semantic-release/npm",
|
|
147
|
-
"@semantic-release/github",
|
|
148
|
-
"@semantic-release/git"
|
|
149
|
-
]
|
|
150
|
-
},
|
|
151
66
|
"scripts": {
|
|
152
67
|
"clean": "aegir clean",
|
|
153
68
|
"lint": "aegir lint",
|
|
@@ -161,28 +76,27 @@
|
|
|
161
76
|
"test:firefox": "aegir test -t browser -- --browser firefox",
|
|
162
77
|
"test:firefox-webworker": "aegir test -t webworker -- --browser firefox",
|
|
163
78
|
"test:node": "aegir test -t node --cov",
|
|
164
|
-
"test:electron-main": "aegir test -t electron-main"
|
|
165
|
-
"release": "aegir release"
|
|
79
|
+
"test:electron-main": "aegir test -t electron-main"
|
|
166
80
|
},
|
|
167
81
|
"dependencies": {
|
|
168
|
-
"@helia/interface": "
|
|
169
|
-
"@libp2p/interface": "^2.
|
|
170
|
-
"@libp2p/kad-dht": "^14.
|
|
171
|
-
"@libp2p/logger": "^5.
|
|
172
|
-
"@libp2p/peer-id": "^5.0.
|
|
173
|
-
"@multiformats/dns": "^1.0.
|
|
174
|
-
"interface-datastore": "^8.
|
|
82
|
+
"@helia/interface": "5.1.0-07e0bc0",
|
|
83
|
+
"@libp2p/interface": "^2.2.1",
|
|
84
|
+
"@libp2p/kad-dht": "^14.1.3",
|
|
85
|
+
"@libp2p/logger": "^5.1.4",
|
|
86
|
+
"@libp2p/peer-id": "^5.0.8",
|
|
87
|
+
"@multiformats/dns": "^1.0.6",
|
|
88
|
+
"interface-datastore": "^8.3.1",
|
|
175
89
|
"ipns": "^10.0.0",
|
|
176
|
-
"multiformats": "^13.1
|
|
177
|
-
"progress-events": "^1.0.
|
|
178
|
-
"uint8arrays": "^5.0
|
|
90
|
+
"multiformats": "^13.3.1",
|
|
91
|
+
"progress-events": "^1.0.1",
|
|
92
|
+
"uint8arrays": "^5.1.0"
|
|
179
93
|
},
|
|
180
94
|
"devDependencies": {
|
|
181
|
-
"@libp2p/crypto": "^5.0.
|
|
95
|
+
"@libp2p/crypto": "^5.0.7",
|
|
182
96
|
"@types/dns-packet": "^5.6.5",
|
|
183
|
-
"aegir": "^
|
|
184
|
-
"datastore-core": "^10.0.
|
|
185
|
-
"it-drain": "^3.0.
|
|
97
|
+
"aegir": "^45.0.6",
|
|
98
|
+
"datastore-core": "^10.0.2",
|
|
99
|
+
"it-drain": "^3.0.7",
|
|
186
100
|
"sinon": "^19.0.2",
|
|
187
101
|
"sinon-ts": "^2.0.0"
|
|
188
102
|
},
|
package/LICENSE
DELETED
package/dist/typedoc-urls.json
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"DNSLinkResolveResult": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.DNSLinkResolveResult.html",
|
|
3
|
-
".:DNSLinkResolveResult": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.DNSLinkResolveResult.html",
|
|
4
|
-
"IPNS": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNS.html",
|
|
5
|
-
".:IPNS": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNS.html",
|
|
6
|
-
"IPNSComponents": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSComponents.html",
|
|
7
|
-
".:IPNSComponents": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSComponents.html",
|
|
8
|
-
"IPNSOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSOptions.html",
|
|
9
|
-
".:IPNSOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSOptions.html",
|
|
10
|
-
"IPNSResolveResult": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSResolveResult.html",
|
|
11
|
-
".:IPNSResolveResult": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.IPNSResolveResult.html",
|
|
12
|
-
"PublishOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.PublishOptions.html",
|
|
13
|
-
".:PublishOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.PublishOptions.html",
|
|
14
|
-
"RepublishOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.RepublishOptions.html",
|
|
15
|
-
".:RepublishOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.RepublishOptions.html",
|
|
16
|
-
"ResolveDNSLinkOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.ResolveDNSLinkOptions.html",
|
|
17
|
-
".:ResolveDNSLinkOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.ResolveDNSLinkOptions.html",
|
|
18
|
-
"ResolveOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.ResolveOptions.html",
|
|
19
|
-
".:ResolveOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.ResolveOptions.html",
|
|
20
|
-
"ResolveResult": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.ResolveResult.html",
|
|
21
|
-
".:ResolveResult": "https://ipfs.github.io/helia/interfaces/_helia_ipns.index.ResolveResult.html",
|
|
22
|
-
"PublishProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.index.PublishProgressEvents.html",
|
|
23
|
-
".:PublishProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.index.PublishProgressEvents.html",
|
|
24
|
-
"RepublishProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.index.RepublishProgressEvents.html",
|
|
25
|
-
".:RepublishProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.index.RepublishProgressEvents.html",
|
|
26
|
-
"ResolveDNSLinkProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.index.ResolveDNSLinkProgressEvents.html",
|
|
27
|
-
".:ResolveDNSLinkProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.index.ResolveDNSLinkProgressEvents.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-1.html",
|
|
31
|
-
".:ipns": "https://ipfs.github.io/helia/functions/_helia_ipns.index.ipns-1.html",
|
|
32
|
-
"GetOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.routing.GetOptions.html",
|
|
33
|
-
"./routing:GetOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.routing.GetOptions.html",
|
|
34
|
-
"IPNSRouting": "https://ipfs.github.io/helia/interfaces/_helia_ipns.routing.IPNSRouting.html",
|
|
35
|
-
"./routing:IPNSRouting": "https://ipfs.github.io/helia/interfaces/_helia_ipns.routing.IPNSRouting.html",
|
|
36
|
-
"PubsubRoutingComponents": "https://ipfs.github.io/helia/interfaces/_helia_ipns.routing.PubsubRoutingComponents.html",
|
|
37
|
-
"PutOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.routing.PutOptions.html",
|
|
38
|
-
"./routing:PutOptions": "https://ipfs.github.io/helia/interfaces/_helia_ipns.routing.PutOptions.html",
|
|
39
|
-
"DatastoreProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.routing.DatastoreProgressEvents.html",
|
|
40
|
-
"HeliaRoutingProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.routing.HeliaRoutingProgressEvents.html",
|
|
41
|
-
"IPNSRoutingEvents": "https://ipfs.github.io/helia/types/_helia_ipns.routing.IPNSRoutingEvents.html",
|
|
42
|
-
"./routing:IPNSRoutingEvents": "https://ipfs.github.io/helia/types/_helia_ipns.routing.IPNSRoutingEvents.html",
|
|
43
|
-
"PubSubProgressEvents": "https://ipfs.github.io/helia/types/_helia_ipns.routing.PubSubProgressEvents.html",
|
|
44
|
-
"helia": "https://ipfs.github.io/helia/functions/_helia_ipns.routing.helia.html",
|
|
45
|
-
"pubsub": "https://ipfs.github.io/helia/functions/_helia_ipns.routing.pubsub.html"
|
|
46
|
-
}
|