@helia/ipns 1.1.3 → 1.1.4

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.
@@ -12,7 +12,7 @@
12
12
  * import { createHelia } from 'helia'
13
13
  * import { ipns, ipnsValidator, ipnsSelector } from '@helia/ipns'
14
14
  * import { dht, pubsub } from '@helia/ipns/routing'
15
- * import { unixfs } from '@helia/unixfs
15
+ * import { unixfs } from '@helia/unixfs'
16
16
  *
17
17
  * const libp2p = await createLibp2p({
18
18
  * dht: kadDHT({
package/dist/src/index.js CHANGED
@@ -12,7 +12,7 @@
12
12
  * import { createHelia } from 'helia'
13
13
  * import { ipns, ipnsValidator, ipnsSelector } from '@helia/ipns'
14
14
  * import { dht, pubsub } from '@helia/ipns/routing'
15
- * import { unixfs } from '@helia/unixfs
15
+ * import { unixfs } from '@helia/unixfs'
16
16
  *
17
17
  * const libp2p = await createLibp2p({
18
18
  * dht: kadDHT({
@@ -1,23 +1,32 @@
1
1
  {
2
2
  "IPNS": "https://ipfs.github.io/helia-ipns/interfaces/index.IPNS.html",
3
+ ".:IPNS": "https://ipfs.github.io/helia-ipns/interfaces/index.IPNS.html",
3
4
  "IPNSComponents": "https://ipfs.github.io/helia-ipns/interfaces/index.IPNSComponents.html",
5
+ ".:IPNSComponents": "https://ipfs.github.io/helia-ipns/interfaces/index.IPNSComponents.html",
4
6
  "PublishOptions": "https://ipfs.github.io/helia-ipns/interfaces/index.PublishOptions.html",
7
+ ".:PublishOptions": "https://ipfs.github.io/helia-ipns/interfaces/index.PublishOptions.html",
5
8
  "RepublishOptions": "https://ipfs.github.io/helia-ipns/interfaces/index.RepublishOptions.html",
9
+ ".:RepublishOptions": "https://ipfs.github.io/helia-ipns/interfaces/index.RepublishOptions.html",
6
10
  "ResolveDNSOptions": "https://ipfs.github.io/helia-ipns/interfaces/index.ResolveDNSOptions.html",
11
+ ".:ResolveDNSOptions": "https://ipfs.github.io/helia-ipns/interfaces/index.ResolveDNSOptions.html",
7
12
  "ResolveOptions": "https://ipfs.github.io/helia-ipns/interfaces/index.ResolveOptions.html",
13
+ ".:ResolveOptions": "https://ipfs.github.io/helia-ipns/interfaces/index.ResolveOptions.html",
8
14
  "PublishProgressEvents": "https://ipfs.github.io/helia-ipns/types/index.PublishProgressEvents.html",
15
+ ".:PublishProgressEvents": "https://ipfs.github.io/helia-ipns/types/index.PublishProgressEvents.html",
9
16
  "RepublishProgressEvents": "https://ipfs.github.io/helia-ipns/types/index.RepublishProgressEvents.html",
17
+ ".:RepublishProgressEvents": "https://ipfs.github.io/helia-ipns/types/index.RepublishProgressEvents.html",
10
18
  "ResolveProgressEvents": "https://ipfs.github.io/helia-ipns/types/index.ResolveProgressEvents.html",
19
+ ".:ResolveProgressEvents": "https://ipfs.github.io/helia-ipns/types/index.ResolveProgressEvents.html",
11
20
  "ipns": "https://ipfs.github.io/helia-ipns/functions/index.ipns-1.html",
12
- "DHTRoutingComponents": "https://ipfs.github.io/helia-ipns/interfaces/routing._internal_.DHTRoutingComponents.html",
13
- "PubsubRoutingComponents": "https://ipfs.github.io/helia-ipns/interfaces/routing._internal_.PubsubRoutingComponents.html",
14
- "DHTProgressEvents": "https://ipfs.github.io/helia-ipns/types/routing._internal_.DHTProgressEvents.html",
15
- "DatastoreProgressEvents": "https://ipfs.github.io/helia-ipns/types/routing._internal_.DatastoreProgressEvents.html",
16
- "PubSubProgressEvents": "https://ipfs.github.io/helia-ipns/types/routing._internal_.PubSubProgressEvents.html",
21
+ ".:ipns": "https://ipfs.github.io/helia-ipns/functions/index.ipns-1.html",
17
22
  "GetOptions": "https://ipfs.github.io/helia-ipns/interfaces/routing.GetOptions.html",
23
+ "./routing:GetOptions": "https://ipfs.github.io/helia-ipns/interfaces/routing.GetOptions.html",
18
24
  "IPNSRouting": "https://ipfs.github.io/helia-ipns/interfaces/routing.IPNSRouting.html",
25
+ "./routing:IPNSRouting": "https://ipfs.github.io/helia-ipns/interfaces/routing.IPNSRouting.html",
19
26
  "PutOptions": "https://ipfs.github.io/helia-ipns/interfaces/routing.PutOptions.html",
27
+ "./routing:PutOptions": "https://ipfs.github.io/helia-ipns/interfaces/routing.PutOptions.html",
20
28
  "IPNSRoutingEvents": "https://ipfs.github.io/helia-ipns/types/routing.IPNSRoutingEvents.html",
29
+ "./routing:IPNSRoutingEvents": "https://ipfs.github.io/helia-ipns/types/routing.IPNSRoutingEvents.html",
21
30
  "dht": "https://ipfs.github.io/helia-ipns/functions/routing.dht.html",
22
31
  "pubsub": "https://ipfs.github.io/helia-ipns/functions/routing.pubsub.html"
23
32
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/ipns",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
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-ipns/tree/master/packages/ipns#readme",
@@ -14,10 +14,6 @@
14
14
  "keywords": [
15
15
  "IPFS"
16
16
  ],
17
- "engines": {
18
- "node": ">=16.0.0",
19
- "npm": ">=7.0.0"
20
- },
21
17
  "type": "module",
22
18
  "types": "./dist/src/index.d.ts",
23
19
  "typesVersions": {
@@ -148,7 +144,6 @@
148
144
  "lint": "aegir lint",
149
145
  "dep-check": "aegir dep-check",
150
146
  "build": "aegir build",
151
- "docs": "aegir docs",
152
147
  "test": "aegir test",
153
148
  "test:chrome": "aegir test -t browser --cov",
154
149
  "test:chrome-webworker": "aegir test -t webworker",
@@ -170,22 +165,19 @@
170
165
  "interface-datastore": "^8.0.0",
171
166
  "ipns": "^6.0.0",
172
167
  "is-ipfs": "^8.0.1",
173
- "multiformats": "^11.0.1",
168
+ "multiformats": "^12.0.1",
174
169
  "p-queue": "^7.3.0",
175
170
  "progress-events": "^1.0.0",
176
171
  "uint8arrays": "^4.0.3"
177
172
  },
178
173
  "devDependencies": {
179
174
  "@libp2p/peer-id-factory": "^2.0.1",
180
- "aegir": "^39.0.8",
175
+ "aegir": "^40.0.8",
181
176
  "datastore-core": "^9.0.3",
182
177
  "sinon": "^15.0.1",
183
178
  "sinon-ts": "^1.0.0"
184
179
  },
185
180
  "browser": {
186
181
  "./dist/src/utils/resolve-dns-link.js": "./dist/src/utils/resolve-dns-link.browser.js"
187
- },
188
- "typedoc": {
189
- "entryPoint": "./src/index.ts"
190
182
  }
191
183
  }
package/src/index.ts CHANGED
@@ -12,7 +12,7 @@
12
12
  * import { createHelia } from 'helia'
13
13
  * import { ipns, ipnsValidator, ipnsSelector } from '@helia/ipns'
14
14
  * import { dht, pubsub } from '@helia/ipns/routing'
15
- * import { unixfs } from '@helia/unixfs
15
+ * import { unixfs } from '@helia/unixfs'
16
16
  *
17
17
  * const libp2p = await createLibp2p({
18
18
  * dht: kadDHT({