Skip to content

dependabit / plugins/plugin-skills/src / SkillSnapshot

Interface: SkillSnapshot

Defined in: packages/plugins/plugin-skills/src/checker.ts:78

Skill snapshot result

Properties

PropertyTypeDefined in
fetchedAtDatepackages/plugins/plugin-skills/src/checker.ts:81
metadata{ fileCount: number; lastCommitDate: string; lastCommitSha: string; owner: string; repo: string; skillName: string; skillsShUrl: string; treeSha: string; }packages/plugins/plugin-skills/src/checker.ts:82
metadata.fileCountnumberpackages/plugins/plugin-skills/src/checker.ts:89
metadata.lastCommitDatestringpackages/plugins/plugin-skills/src/checker.ts:88
metadata.lastCommitShastringpackages/plugins/plugin-skills/src/checker.ts:87
metadata.ownerstringpackages/plugins/plugin-skills/src/checker.ts:83
metadata.repostringpackages/plugins/plugin-skills/src/checker.ts:84
metadata.skillNamestringpackages/plugins/plugin-skills/src/checker.ts:85
metadata.skillsShUrlstringpackages/plugins/plugin-skills/src/checker.ts:90
metadata.treeShastringpackages/plugins/plugin-skills/src/checker.ts:86
stateHashstringpackages/plugins/plugin-skills/src/checker.ts:80
versionstringpackages/plugins/plugin-skills/src/checker.ts:79

Released under the MIT License.