perstack 0.0.50 → 0.0.52

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/bin/cli.js CHANGED
@@ -19,7 +19,7 @@ import * as os from 'os';
19
19
  // package.json
20
20
  var package_default = {
21
21
  name: "perstack",
22
- version: "0.0.50",
22
+ version: "0.0.52",
23
23
  description: "PerStack CLI"};
24
24
  function getEnv(envPath) {
25
25
  const env = Object.fromEntries(
@@ -4484,7 +4484,7 @@ function parseInteractiveToolCallResultJson(query) {
4484
4484
  }
4485
4485
  }
4486
4486
 
4487
- // ../../node_modules/@noble/hashes/_u64.js
4487
+ // ../../node_modules/.pnpm/@noble+hashes@2.0.1/node_modules/@noble/hashes/_u64.js
4488
4488
  var U32_MASK64 = /* @__PURE__ */ BigInt(2 ** 32 - 1);
4489
4489
  var _32n = /* @__PURE__ */ BigInt(32);
4490
4490
  function fromBig(n, le = false) {
@@ -4507,7 +4507,7 @@ var rotlSL = (h, l, s) => l << s | h >>> 32 - s;
4507
4507
  var rotlBH = (h, l, s) => l << s - 32 | h >>> 64 - s;
4508
4508
  var rotlBL = (h, l, s) => h << s - 32 | l >>> 64 - s;
4509
4509
 
4510
- // ../../node_modules/@noble/hashes/utils.js
4510
+ // ../../node_modules/.pnpm/@noble+hashes@2.0.1/node_modules/@noble/hashes/utils.js
4511
4511
  function isBytes(a) {
4512
4512
  return a instanceof Uint8Array || ArrayBuffer.isView(a) && a.constructor.name === "Uint8Array";
4513
4513
  }
@@ -4574,7 +4574,7 @@ var oidNist = (suffix) => ({
4574
4574
  oid: Uint8Array.from([6, 9, 96, 134, 72, 1, 101, 3, 4, 2, suffix])
4575
4575
  });
4576
4576
 
4577
- // ../../node_modules/@noble/hashes/sha3.js
4577
+ // ../../node_modules/.pnpm/@noble+hashes@2.0.1/node_modules/@noble/hashes/sha3.js
4578
4578
  var _0n = BigInt(0);
4579
4579
  var _1n = BigInt(1);
4580
4580
  var _2n = BigInt(2);
@@ -4764,7 +4764,7 @@ var sha3_512 = /* @__PURE__ */ genKeccak(
4764
4764
  /* @__PURE__ */ oidNist(10)
4765
4765
  );
4766
4766
 
4767
- // ../../node_modules/bignumber.js/bignumber.mjs
4767
+ // ../../node_modules/.pnpm/bignumber.js@9.3.1/node_modules/bignumber.js/bignumber.mjs
4768
4768
  var isNumeric = /^-?(?:\d+(?:\.\d*)?|\.\d+)(?:e[+-]?\d+)?$/i;
4769
4769
  var mathceil = Math.ceil;
4770
4770
  var mathfloor = Math.floor;
@@ -6108,7 +6108,7 @@ function toFixedPoint(str, e, z) {
6108
6108
  var BigNumber = clone();
6109
6109
  var bignumber_default = BigNumber;
6110
6110
 
6111
- // ../../node_modules/@paralleldrive/cuid2/src/index.js
6111
+ // ../../node_modules/.pnpm/@paralleldrive+cuid2@3.0.4/node_modules/@paralleldrive/cuid2/src/index.js
6112
6112
  var defaultLength = 24;
6113
6113
  var bigLength = 32;
6114
6114
  var createRandom = () => {