@helia/interop 8.0.0-313e2c1 → 8.0.0-9591175

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 CHANGED
@@ -1,3 +1,4 @@
1
1
  (function (root, factory) {(typeof module === 'object' && module.exports) ? module.exports = factory() : root.HeliaInterop = factory()}(typeof self !== 'undefined' ? self : this, function () {
2
2
  "use strict";var HeliaInterop=(()=>{var t=Object.defineProperty;var a=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var c=Object.prototype.hasOwnProperty;var d=(o,e,x,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let p of b(e))!c.call(o,p)&&p!==x&&t(o,p,{get:()=>e[p],enumerable:!(r=a(e,p))||r.enumerable});return o};var f=o=>d(t({},"__esModule",{value:!0}),o);var g={};return f(g);})();
3
3
  return HeliaInterop}));
4
+ //# sourceMappingURL=index.min.js.map
@@ -0,0 +1,7 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../src/index.ts"],
4
+ "sourcesContent": ["/**\n * @packageDocumentation\n *\n * Runs interop tests between Helia and Kubo.\n *\n * @example Testing a new Kubo release\n *\n * ```console\n * $ npm i @helia/interop\n * $ KUBO_BINARY=/path/to/kubo helia-interop\n * ```\n */\n\nexport {}\n"],
5
+ "mappings": ";sYAAA,IAAAA,EAAA",
6
+ "names": ["index_exports"]
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helia/interop",
3
- "version": "8.0.0-313e2c1",
3
+ "version": "8.0.0-9591175",
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",
@@ -59,18 +59,18 @@
59
59
  },
60
60
  "dependencies": {
61
61
  "@chainsafe/libp2p-gossipsub": "^14.1.0",
62
- "@helia/block-brokers": "4.1.0-313e2c1",
63
- "@helia/car": "4.0.4-313e2c1",
64
- "@helia/dag-cbor": "4.0.3-313e2c1",
65
- "@helia/dag-json": "4.0.3-313e2c1",
66
- "@helia/http": "2.0.5-313e2c1",
67
- "@helia/interface": "5.2.1-313e2c1",
68
- "@helia/ipns": "8.2.0-313e2c1",
69
- "@helia/json": "4.0.3-313e2c1",
70
- "@helia/mfs": "5.0.0-313e2c1",
71
- "@helia/routers": "3.0.1-313e2c1",
72
- "@helia/strings": "4.0.3-313e2c1",
73
- "@helia/unixfs": "5.0.0-313e2c1",
62
+ "@helia/block-brokers": "4.1.0-9591175",
63
+ "@helia/car": "4.0.4-9591175",
64
+ "@helia/dag-cbor": "4.0.3-9591175",
65
+ "@helia/dag-json": "4.0.3-9591175",
66
+ "@helia/http": "2.0.5-9591175",
67
+ "@helia/interface": "5.2.1-9591175",
68
+ "@helia/ipns": "8.2.0-9591175",
69
+ "@helia/json": "4.0.3-9591175",
70
+ "@helia/mfs": "5.0.0-9591175",
71
+ "@helia/routers": "3.0.1-9591175",
72
+ "@helia/strings": "4.0.3-9591175",
73
+ "@helia/unixfs": "5.0.0-9591175",
74
74
  "@ipld/car": "^5.3.3",
75
75
  "@ipld/dag-cbor": "^9.2.2",
76
76
  "@ipld/dag-pb": "^4.1.3",
@@ -83,7 +83,7 @@
83
83
  "@multiformats/multiaddr": "^12.4.0",
84
84
  "@multiformats/sha3": "^3.0.2",
85
85
  "aegir": "^45.1.1",
86
- "helia": "5.3.0-313e2c1",
86
+ "helia": "5.3.0-9591175",
87
87
  "ipfs-unixfs-importer": "^15.3.1",
88
88
  "ipfsd-ctl": "^15.0.2",
89
89
  "ipns": "^10.0.0",