@standardagents/builder 0.11.0-next.99fb790 → 0.11.0-next.a433660

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/plugin.js CHANGED
@@ -1,7 +1,6 @@
1
1
  import fs2 from 'fs';
2
2
  import path3 from 'path';
3
3
  import { fileURLToPath } from 'url';
4
- import { createRequire } from 'module';
5
4
 
6
5
  // src/plugin.ts
7
6
  var TSCONFIG_CONTENT = `{
@@ -1617,7 +1616,6 @@ function validateAgentData(data) {
1617
1616
  }
1618
1617
 
1619
1618
  // src/plugin.ts
1620
- createRequire(import.meta.url);
1621
1619
  var VIRTUAL_TOOLS_ID = "virtual:@standardagents-tools";
1622
1620
  var RESOLVED_VIRTUAL_TOOLS_ID = "\0" + VIRTUAL_TOOLS_ID;
1623
1621
  var VIRTUAL_ROUTES_ID = "virtual:@standardagents-routes";