fix(skills): исключить исходники из обнаружения

This commit is contained in:
Gromov Sergei
2026-09-12 10:44:49 +03:00
parent e96eed9522
commit 518d1a4046
11 changed files with 186 additions and 8 deletions
+18 -1
View File
@@ -28,7 +28,8 @@
"react": "^19.2.5",
"react-dom": "^19.2.5",
"tsup": "^8.4.0",
"typescript": "^5.8.3"
"typescript": "^5.8.3",
"yaml": "2.9.0"
},
"engines": {
"node": ">=18"
@@ -3321,6 +3322,22 @@
"node": ">=10"
}
},
"node_modules/yaml": {
"version": "2.9.0",
"resolved": "https://registry.npmjs.org/yaml/-/yaml-2.9.0.tgz",
"integrity": "sha512-2AvhNX3mb8zd6Zy7INTtSpl1F15HW6Wnqj0srWlkKLcpYl/gMIMJiyuGq2KeI2YFxUPjdlB+3Lc10seMLtL4cA==",
"dev": true,
"license": "ISC",
"bin": {
"yaml": "bin.mjs"
},
"engines": {
"node": ">= 14.6"
},
"funding": {
"url": "https://github.com/sponsors/eemeli"
}
},
"node_modules/yargs": {
"version": "17.7.2",
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",