@easynet/agent-tool-buildin 0.0.18 → 0.0.19
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/core-tools-manifest.json +19 -10
- package/package.json +1 -1
|
@@ -102,7 +102,8 @@
|
|
|
102
102
|
"type": "string"
|
|
103
103
|
},
|
|
104
104
|
"includeHidden": {
|
|
105
|
-
"type": "
|
|
105
|
+
"type": "object",
|
|
106
|
+
"properties": {}
|
|
106
107
|
},
|
|
107
108
|
"maxFiles": {
|
|
108
109
|
"type": "number"
|
|
@@ -521,7 +522,8 @@
|
|
|
521
522
|
"type": "string"
|
|
522
523
|
},
|
|
523
524
|
"recursive": {
|
|
524
|
-
"type": "
|
|
525
|
+
"type": "object",
|
|
526
|
+
"properties": {}
|
|
525
527
|
},
|
|
526
528
|
"confirm": {
|
|
527
529
|
"type": "boolean"
|
|
@@ -603,10 +605,12 @@
|
|
|
603
605
|
"type": "number"
|
|
604
606
|
},
|
|
605
607
|
"includeHidden": {
|
|
606
|
-
"type": "
|
|
608
|
+
"type": "object",
|
|
609
|
+
"properties": {}
|
|
607
610
|
},
|
|
608
611
|
"recursive": {
|
|
609
|
-
"type": "
|
|
612
|
+
"type": "object",
|
|
613
|
+
"properties": {}
|
|
610
614
|
},
|
|
611
615
|
"maxDepth": {
|
|
612
616
|
"type": "number"
|
|
@@ -995,7 +999,8 @@
|
|
|
995
999
|
"type": "string"
|
|
996
1000
|
},
|
|
997
1001
|
"overwrite": {
|
|
998
|
-
"type": "
|
|
1002
|
+
"type": "object",
|
|
1003
|
+
"properties": {}
|
|
999
1004
|
},
|
|
1000
1005
|
"mkdirp": {
|
|
1001
1006
|
"type": "object",
|
|
@@ -1196,10 +1201,12 @@
|
|
|
1196
1201
|
"type": "string"
|
|
1197
1202
|
},
|
|
1198
1203
|
"follow": {
|
|
1199
|
-
"type": "
|
|
1204
|
+
"type": "object",
|
|
1205
|
+
"properties": {}
|
|
1200
1206
|
},
|
|
1201
1207
|
"includePatch": {
|
|
1202
|
-
"type": "
|
|
1208
|
+
"type": "object",
|
|
1209
|
+
"properties": {}
|
|
1203
1210
|
},
|
|
1204
1211
|
"patchMaxCommits": {
|
|
1205
1212
|
"type": "number"
|
|
@@ -1546,7 +1553,8 @@
|
|
|
1546
1553
|
"type": "number"
|
|
1547
1554
|
},
|
|
1548
1555
|
"comments": {
|
|
1549
|
-
"type": "
|
|
1556
|
+
"type": "object",
|
|
1557
|
+
"properties": {}
|
|
1550
1558
|
},
|
|
1551
1559
|
"jsonFields": {
|
|
1552
1560
|
"type": "array",
|
|
@@ -1654,7 +1662,8 @@
|
|
|
1654
1662
|
"type": "number"
|
|
1655
1663
|
},
|
|
1656
1664
|
"overwrite": {
|
|
1657
|
-
"type": "
|
|
1665
|
+
"type": "object",
|
|
1666
|
+
"properties": {}
|
|
1658
1667
|
}
|
|
1659
1668
|
},
|
|
1660
1669
|
"required": [
|
|
@@ -2748,4 +2757,4 @@
|
|
|
2748
2757
|
"sideEffect": "none"
|
|
2749
2758
|
}
|
|
2750
2759
|
]
|
|
2751
|
-
}
|
|
2760
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@easynet/agent-tool-buildin",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.19",
|
|
4
4
|
"description": "Tools extension for @easynet/agent-tool: FS, HTTP, util, security (sandbox, SSRF). Same contract as any other extension.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|