@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/built-in-routes.js +5708 -6
- package/dist/built-in-routes.js.map +1 -1
- package/dist/index.d.ts +15 -0
- package/dist/index.js +37 -2
- package/dist/index.js.map +1 -1
- package/dist/plugin.js +0 -2
- package/dist/plugin.js.map +1 -1
- package/package.json +4 -4
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";
|