@premierstudio/ai-hooks 1.1.6 → 1.1.7

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/cli/bin.js CHANGED
@@ -321,7 +321,7 @@ var AdapterRegistry = class {
321
321
  this.factories.clear();
322
322
  }
323
323
  };
324
- var registry = new AdapterRegistry();
324
+ var registry = globalThis.__premierstudio_ai_hooks_registry ??= new AdapterRegistry();
325
325
  var BaseAdapter = class {
326
326
  /**
327
327
  * Default install: write generated configs to disk.