@elizaos/plugin-sql 1.6.1-alpha.4 → 1.6.1-alpha.6

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.
@@ -19716,7 +19716,7 @@ import {
19716
19716
  sql as sql22
19717
19717
  } from "drizzle-orm";
19718
19718
 
19719
- // ../../node_modules/uuid/dist/esm-browser/stringify.js
19719
+ // node_modules/uuid/dist/esm-browser/stringify.js
19720
19720
  var byteToHex = [];
19721
19721
  for (let i = 0;i < 256; ++i) {
19722
19722
  byteToHex.push((i + 256).toString(16).slice(1));
@@ -19725,7 +19725,7 @@ function unsafeStringify(arr, offset = 0) {
19725
19725
  return (byteToHex[arr[offset + 0]] + byteToHex[arr[offset + 1]] + byteToHex[arr[offset + 2]] + byteToHex[arr[offset + 3]] + "-" + byteToHex[arr[offset + 4]] + byteToHex[arr[offset + 5]] + "-" + byteToHex[arr[offset + 6]] + byteToHex[arr[offset + 7]] + "-" + byteToHex[arr[offset + 8]] + byteToHex[arr[offset + 9]] + "-" + byteToHex[arr[offset + 10]] + byteToHex[arr[offset + 11]] + byteToHex[arr[offset + 12]] + byteToHex[arr[offset + 13]] + byteToHex[arr[offset + 14]] + byteToHex[arr[offset + 15]]).toLowerCase();
19726
19726
  }
19727
19727
 
19728
- // ../../node_modules/uuid/dist/esm-browser/rng.js
19728
+ // node_modules/uuid/dist/esm-browser/rng.js
19729
19729
  var getRandomValues;
19730
19730
  var rnds8 = new Uint8Array(16);
19731
19731
  function rng() {
@@ -19738,11 +19738,11 @@ function rng() {
19738
19738
  return getRandomValues(rnds8);
19739
19739
  }
19740
19740
 
19741
- // ../../node_modules/uuid/dist/esm-browser/native.js
19741
+ // node_modules/uuid/dist/esm-browser/native.js
19742
19742
  var randomUUID = typeof crypto !== "undefined" && crypto.randomUUID && crypto.randomUUID.bind(crypto);
19743
19743
  var native_default = { randomUUID };
19744
19744
 
19745
- // ../../node_modules/uuid/dist/esm-browser/v4.js
19745
+ // node_modules/uuid/dist/esm-browser/v4.js
19746
19746
  function v4(options, buf, offset) {
19747
19747
  if (native_default.randomUUID && !buf && !options) {
19748
19748
  return native_default.randomUUID();
@@ -22202,5 +22202,5 @@ export {
22202
22202
  DatabaseMigrationService
22203
22203
  };
22204
22204
 
22205
- //# debugId=0875BB156AE5C2E564756E2164756E21
22205
+ //# debugId=00AC28845DADA6CC64756E2164756E21
22206
22206
  //# sourceMappingURL=index.browser.js.map