@514labs/moose-lib 0.6.459 → 0.6.460

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.
@@ -635,7 +635,7 @@ import {
635
635
  Client as TemporalClient,
636
636
  Connection
637
637
  } from "@temporalio/client";
638
- import { createHash, randomUUID } from "crypto";
638
+ import { createHash } from "crypto";
639
639
 
640
640
  // src/sqlHelpers.ts
641
641
  var quoteIdentifier = (name) => {
@@ -827,6 +827,9 @@ function emptyIfUndefined(value) {
827
827
  return value === void 0 ? "" : value;
828
828
  }
829
829
 
830
+ // src/consumption-apis/query-client.ts
831
+ import { randomUUID } from "crypto";
832
+
830
833
  // src/clients/redisClient.ts
831
834
  import { createClient as createClient2 } from "redis";
832
835