@easynet/agent-tool 1.0.16 → 1.0.17
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/{chunk-FYJ5VD3Q.js → chunk-LIERSUS5.js} +3 -3
- package/dist/{chunk-FYJ5VD3Q.js.map → chunk-LIERSUS5.js.map} +1 -1
- package/dist/{chunk-F32XCT4U.cjs → chunk-RSDA7IAQ.cjs} +4 -4
- package/dist/{chunk-F32XCT4U.cjs.map → chunk-RSDA7IAQ.cjs.map} +1 -1
- package/dist/index.cjs +224 -30
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +198 -6
- package/dist/index.js.map +1 -1
- package/dist/security/sandbox.d.ts +9 -0
- package/dist/security/sandbox.d.ts.map +1 -0
- package/dist/security/ssrf.d.ts +12 -0
- package/dist/security/ssrf.d.ts.map +1 -0
- package/dist/utils/cli/index.cjs +5 -5
- package/dist/utils/cli/index.js +2 -2
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var chunkSOFUWEZ6_cjs = require('./chunk-SOFUWEZ6.cjs');
|
|
4
3
|
var chunkCDTLERB6_cjs = require('./chunk-CDTLERB6.cjs');
|
|
4
|
+
var chunkSOFUWEZ6_cjs = require('./chunk-SOFUWEZ6.cjs');
|
|
5
5
|
var fs3 = require('fs/promises');
|
|
6
6
|
var path9 = require('path');
|
|
7
7
|
var fs2 = require('fs');
|
|
@@ -1606,7 +1606,7 @@ async function scanForAllTools(projectPath, options = {}) {
|
|
|
1606
1606
|
const warnings = results.flatMap((r) => r.warnings ?? []);
|
|
1607
1607
|
return { specs, errors, warnings };
|
|
1608
1608
|
}
|
|
1609
|
-
var __dirname$1 = path9__namespace.dirname(url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('chunk-
|
|
1609
|
+
var __dirname$1 = path9__namespace.dirname(url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('chunk-RSDA7IAQ.cjs', document.baseURI).href))));
|
|
1610
1610
|
async function loadTemplate(name) {
|
|
1611
1611
|
for (const dir of [
|
|
1612
1612
|
path9__namespace.join(__dirname$1, "templates"),
|
|
@@ -1820,5 +1820,5 @@ exports.scan = scan;
|
|
|
1820
1820
|
exports.scanForTools = scanForTools;
|
|
1821
1821
|
exports.scanSkillResources = scanSkillResources;
|
|
1822
1822
|
exports.validateFrontmatter = validateFrontmatter;
|
|
1823
|
-
//# sourceMappingURL=chunk-
|
|
1824
|
-
//# sourceMappingURL=chunk-
|
|
1823
|
+
//# sourceMappingURL=chunk-RSDA7IAQ.cjs.map
|
|
1824
|
+
//# sourceMappingURL=chunk-RSDA7IAQ.cjs.map
|