alpic 1.122.1 → 1.124.0

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.
@@ -3,7 +3,6 @@ export async function uploadToPresignedUrl(uploadUrl, buffer) {
3
3
  method: "PUT",
4
4
  headers: {
5
5
  "Content-Type": "application/gzip",
6
- "Content-Length": String(buffer.byteLength),
7
6
  },
8
7
  body: new Uint8Array(buffer),
9
8
  });
@@ -1 +1 @@
1
- {"version":3,"file":"upload.js","sourceRoot":"","sources":["../../src/lib/upload.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,KAAK,UAAU,oBAAoB,CAAC,SAAiB,EAAE,MAAc;IAC1E,MAAM,GAAG,GAAG,MAAM,KAAK,CAAC,SAAS,EAAE;QACjC,MAAM,EAAE,KAAK;QACb,OAAO,EAAE;YACP,cAAc,EAAE,kBAAkB;YAClC,gBAAgB,EAAE,MAAM,CAAC,MAAM,CAAC,UAAU,CAAC;SAC5C;QACD,IAAI,EAAE,IAAI,UAAU,CAAC,MAAM,CAAC;KAC7B,CAAC,CAAC;IACH,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC;QACZ,MAAM,IAAI,KAAK,CAAC,kBAAkB,GAAG,CAAC,MAAM,IAAI,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;IACpE,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"upload.js","sourceRoot":"","sources":["../../src/lib/upload.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,KAAK,UAAU,oBAAoB,CAAC,SAAiB,EAAE,MAAc;IAC1E,MAAM,GAAG,GAAG,MAAM,KAAK,CAAC,SAAS,EAAE;QACjC,MAAM,EAAE,KAAK;QACb,OAAO,EAAE;YACP,cAAc,EAAE,kBAAkB;SACnC;QACD,IAAI,EAAE,IAAI,UAAU,CAAC,MAAM,CAAC;KAC7B,CAAC,CAAC;IACH,IAAI,CAAC,GAAG,CAAC,EAAE,EAAE,CAAC;QACZ,MAAM,IAAI,KAAK,CAAC,kBAAkB,GAAG,CAAC,MAAM,IAAI,GAAG,CAAC,UAAU,EAAE,CAAC,CAAC;IACpE,CAAC;AACH,CAAC"}
@@ -15320,18 +15320,18 @@ var {
15320
15320
  mergeConfig: mergeConfig2
15321
15321
  } = axios_default;
15322
15322
 
15323
- // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=46a2672ea7956208bd0178b5b52d0b21969f05b9ddad939cb5a23ac902105a26/node_modules/pipenet/dist/Tunnel.js
15323
+ // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=f0b6083dbacf5833ca2a4a20641005fde3949072a4b94b6f3771ff8e3ec4b997/node_modules/pipenet/dist/Tunnel.js
15324
15324
  var import_debug2 = __toESM(require_src(), 1);
15325
15325
  import { EventEmitter as EventEmitter3 } from "events";
15326
15326
 
15327
- // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=46a2672ea7956208bd0178b5b52d0b21969f05b9ddad939cb5a23ac902105a26/node_modules/pipenet/dist/TunnelCluster.js
15327
+ // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=f0b6083dbacf5833ca2a4a20641005fde3949072a4b94b6f3771ff8e3ec4b997/node_modules/pipenet/dist/TunnelCluster.js
15328
15328
  var import_debug = __toESM(require_src(), 1);
15329
15329
  import { EventEmitter as EventEmitter2 } from "events";
15330
15330
  import fs from "fs";
15331
15331
  import net from "net";
15332
15332
  import tls from "tls";
15333
15333
 
15334
- // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=46a2672ea7956208bd0178b5b52d0b21969f05b9ddad939cb5a23ac902105a26/node_modules/pipenet/dist/HeaderHostTransformer.js
15334
+ // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=f0b6083dbacf5833ca2a4a20641005fde3949072a4b94b6f3771ff8e3ec4b997/node_modules/pipenet/dist/HeaderHostTransformer.js
15335
15335
  import { Transform } from "stream";
15336
15336
  var HeaderHostTransformer = class extends Transform {
15337
15337
  host;
@@ -15349,7 +15349,7 @@ var HeaderHostTransformer = class extends Transform {
15349
15349
  }
15350
15350
  };
15351
15351
 
15352
- // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=46a2672ea7956208bd0178b5b52d0b21969f05b9ddad939cb5a23ac902105a26/node_modules/pipenet/dist/TunnelCluster.js
15352
+ // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=f0b6083dbacf5833ca2a4a20641005fde3949072a4b94b6f3771ff8e3ec4b997/node_modules/pipenet/dist/TunnelCluster.js
15353
15353
  var log = (0, import_debug.default)("pipenet:client");
15354
15354
  var TunnelCluster = class extends EventEmitter2 {
15355
15355
  opts;
@@ -15453,7 +15453,7 @@ var TunnelCluster = class extends EventEmitter2 {
15453
15453
  }
15454
15454
  };
15455
15455
 
15456
- // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=46a2672ea7956208bd0178b5b52d0b21969f05b9ddad939cb5a23ac902105a26/node_modules/pipenet/dist/Tunnel.js
15456
+ // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=f0b6083dbacf5833ca2a4a20641005fde3949072a4b94b6f3771ff8e3ec4b997/node_modules/pipenet/dist/Tunnel.js
15457
15457
  var log2 = (0, import_debug2.default)("pipenet:client");
15458
15458
  var Tunnel = class extends EventEmitter3 {
15459
15459
  cachedUrl;
@@ -15588,7 +15588,7 @@ var Tunnel = class extends EventEmitter3 {
15588
15588
  }
15589
15589
  };
15590
15590
 
15591
- // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=46a2672ea7956208bd0178b5b52d0b21969f05b9ddad939cb5a23ac902105a26/node_modules/pipenet/dist/pipenet.js
15591
+ // ../../node_modules/.pnpm/pipenet@1.4.0_patch_hash=f0b6083dbacf5833ca2a4a20641005fde3949072a4b94b6f3771ff8e3ec4b997/node_modules/pipenet/dist/pipenet.js
15592
15592
  function pipenet(arg1, arg2, arg3) {
15593
15593
  const options = typeof arg1 === "object" ? arg1 : { ...arg2, port: arg1 };
15594
15594
  const callback = typeof arg1 === "object" ? arg2 : arg3;