adnbn 0.0.40 → 0.0.42

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.
@@ -3198,8 +3198,9 @@ var BackgroundEntry = class _BackgroundEntry {
3198
3198
  }
3199
3199
  static name = "background";
3200
3200
  async entries() {
3201
+ const options = await this.finder.options();
3201
3202
  return /* @__PURE__ */ new Map([
3202
- [_BackgroundEntry.name, await this.finder.plugin().files()]
3203
+ [_BackgroundEntry.name, new Set(options.keys())]
3203
3204
  ]);
3204
3205
  }
3205
3206
  async isPersistent() {
@@ -4527,7 +4528,7 @@ var app_default = async (config) => {
4527
4528
 
4528
4529
  // package.json
4529
4530
  var name = "adnbn";
4530
- var version = "0.0.39";
4531
+ var version = "0.0.41";
4531
4532
 
4532
4533
  // src/cli/index.ts
4533
4534
  var cli = cac__default.default(name);