@workglow/storage 0.2.8 → 0.2.10

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/bun.js CHANGED
@@ -4984,16 +4984,16 @@ import { createServiceToken as createServiceToken23, makeFingerprint as makeFing
4984
4984
  var SUPABASE_QUEUE_STORAGE = createServiceToken23("jobqueue.storage.supabase");
4985
4985
 
4986
4986
  class SupabaseQueueStorage {
4987
- client;
4988
4987
  queueName;
4988
+ client;
4989
4989
  prefixes;
4990
4990
  prefixValues;
4991
4991
  tableName;
4992
4992
  realtimeChannel = null;
4993
4993
  pollingManager = null;
4994
4994
  constructor(client, queueName, options) {
4995
- this.client = client;
4996
4995
  this.queueName = queueName;
4996
+ this.client = client;
4997
4997
  this.prefixes = options?.prefixes ?? [];
4998
4998
  this.prefixValues = options?.prefixValues ?? {};
4999
4999
  if (this.prefixes.length > 0) {
@@ -8371,4 +8371,4 @@ export {
8371
8371
  BaseTabularStorage
8372
8372
  };
8373
8373
 
8374
- //# debugId=738960D72FA07CB864756E2164756E21
8374
+ //# debugId=BF47F987F66A0F8064756E2164756E21