@elizaos/core 0.1.9 → 0.25.8

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.
@@ -2,7 +2,7 @@ import {
2
2
  __export
3
3
  } from "./chunk-PR4QN5HX.js";
4
4
 
5
- // ../../node_modules/viem/node_modules/@noble/curves/node_modules/@noble/hashes/esm/_assert.js
5
+ // ../../node_modules/.pnpm/@noble+hashes@1.6.0/node_modules/@noble/hashes/esm/_assert.js
6
6
  function anumber(n) {
7
7
  if (!Number.isSafeInteger(n) || n < 0)
8
8
  throw new Error("positive integer expected, got " + n);
@@ -36,11 +36,11 @@ function aoutput(out, instance) {
36
36
  }
37
37
  }
38
38
 
39
- // ../../node_modules/viem/node_modules/@noble/curves/node_modules/@noble/hashes/esm/cryptoNode.js
39
+ // ../../node_modules/.pnpm/@noble+hashes@1.6.0/node_modules/@noble/hashes/esm/cryptoNode.js
40
40
  import * as nc from "node:crypto";
41
41
  var crypto = nc && typeof nc === "object" && "webcrypto" in nc ? nc.webcrypto : nc && typeof nc === "object" && "randomBytes" in nc ? nc : void 0;
42
42
 
43
- // ../../node_modules/viem/node_modules/@noble/curves/node_modules/@noble/hashes/esm/utils.js
43
+ // ../../node_modules/.pnpm/@noble+hashes@1.6.0/node_modules/@noble/hashes/esm/utils.js
44
44
  var createView = (arr) => new DataView(arr.buffer, arr.byteOffset, arr.byteLength);
45
45
  var rotr = (word, shift) => word << 32 - shift | word >>> shift;
46
46
  function utf8ToBytes(str) {
@@ -93,7 +93,7 @@ function randomBytes(bytesLength = 32) {
93
93
  throw new Error("crypto.getRandomValues must be defined");
94
94
  }
95
95
 
96
- // ../../node_modules/viem/node_modules/@noble/curves/node_modules/@noble/hashes/esm/_md.js
96
+ // ../../node_modules/.pnpm/@noble+hashes@1.6.0/node_modules/@noble/hashes/esm/_md.js
97
97
  function setBigUint64(view, byteOffset, value, isLE) {
98
98
  if (typeof view.setBigUint64 === "function")
99
99
  return view.setBigUint64(byteOffset, value, isLE);
@@ -195,7 +195,7 @@ var HashMD = class extends Hash {
195
195
  }
196
196
  };
197
197
 
198
- // ../../node_modules/viem/node_modules/@noble/curves/node_modules/@noble/hashes/esm/sha256.js
198
+ // ../../node_modules/.pnpm/@noble+hashes@1.6.0/node_modules/@noble/hashes/esm/sha256.js
199
199
  var SHA256_K = /* @__PURE__ */ new Uint32Array([
200
200
  1116352408,
201
201
  1899447441,
@@ -345,7 +345,7 @@ var SHA256 = class extends HashMD {
345
345
  };
346
346
  var sha256 = /* @__PURE__ */ wrapConstructor(() => new SHA256());
347
347
 
348
- // ../../node_modules/viem/node_modules/@noble/curves/node_modules/@noble/hashes/esm/hmac.js
348
+ // ../../node_modules/.pnpm/@noble+hashes@1.6.0/node_modules/@noble/hashes/esm/hmac.js
349
349
  var HMAC = class extends Hash {
350
350
  constructor(hash, _key) {
351
351
  super();
@@ -410,7 +410,7 @@ var HMAC = class extends Hash {
410
410
  var hmac = (hash, key, message) => new HMAC(hash, key).update(message).digest();
411
411
  hmac.create = (hash, key) => new HMAC(hash, key);
412
412
 
413
- // ../../node_modules/viem/node_modules/@noble/curves/esm/abstract/utils.js
413
+ // ../../node_modules/.pnpm/@noble+curves@1.7.0/node_modules/@noble/curves/esm/abstract/utils.js
414
414
  var utils_exports = {};
415
415
  __export(utils_exports, {
416
416
  aInRange: () => aInRange,
@@ -678,7 +678,7 @@ function memoized(fn) {
678
678
  };
679
679
  }
680
680
 
681
- // ../../node_modules/viem/node_modules/@noble/curves/esm/abstract/modular.js
681
+ // ../../node_modules/.pnpm/@noble+curves@1.7.0/node_modules/@noble/curves/esm/abstract/modular.js
682
682
  var _0n2 = BigInt(0);
683
683
  var _1n2 = BigInt(1);
684
684
  var _2n2 = /* @__PURE__ */ BigInt(2);
@@ -953,7 +953,7 @@ function mapHashToField(key, fieldOrder, isLE = false) {
953
953
  return isLE ? numberToBytesLE(reduced, fieldLen) : numberToBytesBE(reduced, fieldLen);
954
954
  }
955
955
 
956
- // ../../node_modules/viem/node_modules/@noble/curves/esm/abstract/curve.js
956
+ // ../../node_modules/.pnpm/@noble+curves@1.7.0/node_modules/@noble/curves/esm/abstract/curve.js
957
957
  var _0n3 = BigInt(0);
958
958
  var _1n3 = BigInt(1);
959
959
  function constTimeNegate(condition, item) {
@@ -1180,7 +1180,7 @@ function validateBasic(curve) {
1180
1180
  });
1181
1181
  }
1182
1182
 
1183
- // ../../node_modules/viem/node_modules/@noble/curves/esm/abstract/weierstrass.js
1183
+ // ../../node_modules/.pnpm/@noble+curves@1.7.0/node_modules/@noble/curves/esm/abstract/weierstrass.js
1184
1184
  function validateSigVerOpts(opts) {
1185
1185
  if (opts.lowS !== void 0)
1186
1186
  abool("lowS", opts.lowS);
@@ -2147,7 +2147,7 @@ function mapToCurveSimpleSWU(Fp, opts) {
2147
2147
  };
2148
2148
  }
2149
2149
 
2150
- // ../../node_modules/viem/node_modules/@noble/curves/esm/_shortw_utils.js
2150
+ // ../../node_modules/.pnpm/@noble+curves@1.7.0/node_modules/@noble/curves/esm/_shortw_utils.js
2151
2151
  function getHash(hash) {
2152
2152
  return {
2153
2153
  hash,
@@ -2160,7 +2160,7 @@ function createCurve(curveDef, defHash) {
2160
2160
  return Object.freeze({ ...create(defHash), create });
2161
2161
  }
2162
2162
 
2163
- // ../../node_modules/viem/node_modules/@noble/curves/esm/abstract/hash-to-curve.js
2163
+ // ../../node_modules/.pnpm/@noble+curves@1.7.0/node_modules/@noble/curves/esm/abstract/hash-to-curve.js
2164
2164
  var os2ip = bytesToNumberBE;
2165
2165
  function i2osp(value, length) {
2166
2166
  anum(value);
@@ -2302,7 +2302,7 @@ function createHasher(Point2, mapToCurve, def) {
2302
2302
  };
2303
2303
  }
2304
2304
 
2305
- // ../../node_modules/viem/node_modules/@noble/curves/esm/secp256k1.js
2305
+ // ../../node_modules/.pnpm/@noble+curves@1.7.0/node_modules/@noble/curves/esm/secp256k1.js
2306
2306
  var secp256k1P = BigInt("0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffefffffc2f");
2307
2307
  var secp256k1N = BigInt("0xfffffffffffffffffffffffffffffffebaaedce6af48a03bbfd25e8cd0364141");
2308
2308
  var _1n5 = BigInt(1);
@@ -2553,4 +2553,4 @@ export {
2553
2553
  @noble/curves/esm/secp256k1.js:
2554
2554
  (*! noble-curves - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
2555
2555
  */
2556
- //# sourceMappingURL=chunk-4L6P6TY5.js.map
2556
+ //# sourceMappingURL=chunk-3M76AWJP.js.map