@docyrus/docyrus 0.0.45 → 0.0.46

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/agent-loader.js CHANGED
@@ -1239,7 +1239,7 @@ var AgentEnvStore = class {
1239
1239
  // src/agent/packagedExtensions.ts
1240
1240
  var import_node_fs = require("node:fs");
1241
1241
  var import_node_path2 = require("node:path");
1242
- var SERVER_ONLY_PACKAGED_EXTENSION_NAMES = /* @__PURE__ */ new Set(["docyrus-web-browser"]);
1242
+ var SERVER_ONLY_PACKAGED_EXTENSION_NAMES = /* @__PURE__ */ new Set(["docyrus-web-browser", "server-auto-commit"]);
1243
1243
  function isPackagedExtensionEntry(entryName, isDirectory) {
1244
1244
  return isDirectory || entryName.endsWith(".ts") || entryName.endsWith(".js");
1245
1245
  }