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.
- package/dist/cli.js +2 -4
- 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
|
-
|
|
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", {
|