@helia/interop 6.1.1 → 6.1.2

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.
@@ -1,3 +1,3 @@
1
- import type { PeerIdType } from '@libp2p/interface';
2
- export declare const keyTypes: PeerIdType[];
1
+ import type { KeyType } from '@libp2p/interface';
2
+ export declare const keyTypes: KeyType[];
3
3
  //# sourceMappingURL=key-types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"key-types.d.ts","sourceRoot":"","sources":["../../../src/fixtures/key-types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAEnD,eAAO,MAAM,QAAQ,EAAE,UAAU,EAIhC,CAAA"}
1
+ {"version":3,"file":"key-types.d.ts","sourceRoot":"","sources":["../../../src/fixtures/key-types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,mBAAmB,CAAA;AAEhD,eAAO,MAAM,QAAQ,EAAE,OAAO,EAI7B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"key-types.js","sourceRoot":"","sources":["../../../src/fixtures/key-types.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,QAAQ,GAAiB;IACpC,SAAS;IACT,WAAW;IACX,KAAK;CACN,CAAA"}
1
+ {"version":3,"file":"key-types.js","sourceRoot":"","sources":["../../../src/fixtures/key-types.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,QAAQ,GAAc;IACjC,SAAS;IACT,WAAW;IACX,KAAK;CACN,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/interop",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "description": "Interop tests for Helia",
5
5
  "license": "Apache-2.0 OR MIT",
6
6
  "homepage": "https://github.com/ipfs/helia/tree/main/packages/interop#readme",
@@ -58,18 +58,18 @@
58
58
  },
59
59
  "dependencies": {
60
60
  "@chainsafe/libp2p-gossipsub": "^13.0.0",
61
- "@helia/block-brokers": "^2.1.1",
62
- "@helia/car": "^3.1.4",
63
- "@helia/dag-cbor": "^3.0.3",
64
- "@helia/dag-json": "^3.0.3",
65
- "@helia/http": "^1.0.5",
66
- "@helia/interface": "^4.2.0",
67
- "@helia/ipns": "^7.2.1",
68
- "@helia/json": "^3.0.3",
69
- "@helia/mfs": "^3.0.5",
70
- "@helia/routers": "^1.0.3",
71
- "@helia/strings": "^3.0.3",
72
- "@helia/unixfs": "^3.0.5",
61
+ "@helia/block-brokers": "^2.1.2",
62
+ "@helia/car": "^3.1.5",
63
+ "@helia/dag-cbor": "^3.0.4",
64
+ "@helia/dag-json": "^3.0.4",
65
+ "@helia/http": "^1.0.6",
66
+ "@helia/interface": "^4.3.0",
67
+ "@helia/ipns": "^7.2.2",
68
+ "@helia/json": "^3.0.4",
69
+ "@helia/mfs": "^3.0.6",
70
+ "@helia/routers": "^1.1.0",
71
+ "@helia/strings": "^3.0.4",
72
+ "@helia/unixfs": "^3.0.6",
73
73
  "@ipld/car": "^5.3.0",
74
74
  "@ipld/dag-cbor": "^9.2.0",
75
75
  "@libp2p/interface": "^1.1.4",
@@ -80,7 +80,7 @@
80
80
  "@libp2p/websockets": "^8.0.16",
81
81
  "@multiformats/sha3": "^3.0.2",
82
82
  "aegir": "^42.2.5",
83
- "helia": "^4.1.2",
83
+ "helia": "^4.2.0",
84
84
  "ipfs-unixfs-importer": "^15.2.4",
85
85
  "ipfsd-ctl": "^14.0.0",
86
86
  "it-all": "^3.0.4",
@@ -1,6 +1,6 @@
1
- import type { PeerIdType } from '@libp2p/interface'
1
+ import type { KeyType } from '@libp2p/interface'
2
2
 
3
- export const keyTypes: PeerIdType[] = [
3
+ export const keyTypes: KeyType[] = [
4
4
  'Ed25519',
5
5
  'secp256k1',
6
6
  'RSA'