omnipin 1.6.0 → 1.6.1

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.
Files changed (2) hide show
  1. package/dist/cli.js +2 -4
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -24311,10 +24311,8 @@ var uploadCAR = async (conf, car) => {
24311
24311
  const piece = fromDigest(multihashDigest).link;
24312
24312
  const content2 = create2(code6, digest4);
24313
24313
  const offer = await exports_storefront.filecoinOffer({
24314
- issuer: conf.issuer,
24315
- audience: uploadServicePrincipal,
24316
- with: conf.issuer.did(),
24317
- proofs: conf.proofs
24314
+ ...conf,
24315
+ audience: uploadServicePrincipal
24318
24316
  }, content2, piece, {});
24319
24317
  if (offer.out?.error) {
24320
24318
  throw new Error("failed to offer piece for aggregation into filecoin deal", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnipin",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "author": "v1rtl <hi@v1rtl.site>",
5
5
  "repository": {
6
6
  "type": "git",