core: Add new utility method to extract AnnotationProperties from Error instances

This commit is contained in:
James M. Greene
2024-03-28 00:01:09 -05:00
parent ef77c9d60b
commit 4379135168
4 changed files with 74 additions and 1 deletions
+2 -1
View File
@@ -38,10 +38,11 @@
"dependencies": {
"@actions/exec": "^1.1.1",
"@actions/http-client": "^2.0.1",
"error-stack-parser": "^2.1.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^12.0.2",
"@types/uuid": "^8.3.4"
}
}
}