File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @technote-space/github-action-config-helper" ,
3
- "version" : " 2.1.4 " ,
3
+ "version" : " 2.1.5 " ,
4
4
"description" : " Helper for GitHub Action to manage config." ,
5
5
"keywords" : [
6
6
" github" ,
31
31
" dist"
32
32
],
33
33
"scripts" : {
34
- "build" : " tsc && rm -f dist/*.js && rollup -c" ,
34
+ "build" : " tsc --emitDeclarationOnly && rollup -c" ,
35
35
"cover" : " vitest run --coverage" ,
36
36
"lint" : " eslint 'src/**/*.ts' --cache" ,
37
37
"lint:fix" : " eslint --fix 'src/**/*.ts'" ,
42
42
"dependencies" : {
43
43
"@actions/github" : " ^5.0.3" ,
44
44
"@octokit/plugin-rest-endpoint-methods" : " ^5.13.0" ,
45
- "@technote-space/github-action-helper" : " ^5.3.6 " ,
45
+ "@technote-space/github-action-helper" : " ^5.3.7 " ,
46
46
"js-yaml" : " ^4.1.0"
47
47
},
48
48
"devDependencies" : {
Original file line number Diff line number Diff line change 212
212
resolved "https://registry.yarnpkg.com/@sindresorhus/tsconfig/-/tsconfig-3.0.1.tgz#e2eaebda42aa7a755b11bdfbea847446652e1ac4"
213
213
integrity sha512-0/gtPNTY3++0J2BZM5nHHULg0BIMw886gqdn8vWN+Av6bgF5ZU2qIcHubAn+Z9KNvJhO8WFE+9kDOU3n6OcKtA==
214
214
215
- " @technote-space/github-action-helper@^5.3.6 " :
216
- version "5.3.6 "
217
- resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-5.3.6 .tgz#a5e1e2b3909b457484d7583e20524d468d8b0bdb "
218
- integrity sha512-l4VrHySEftqyqL9sXs3XptcpDsP26Ykbkuu5+tx5areFR+7iBWescHv0g41sIjo7oJVxSj+rlEAolL2wDOaBjQ ==
215
+ " @technote-space/github-action-helper@^5.3.7 " :
216
+ version "5.3.7 "
217
+ resolved "https://registry.yarnpkg.com/@technote-space/github-action-helper/-/github-action-helper-5.3.7 .tgz#c960e9259ae6ffa6e0cbce080378e0ce5aaead6f "
218
+ integrity sha512-aeB2fqJ1SFHChT2kRSqdjjID8FSwLYXWdo8ePav8i3hJCa6c8v/cZVbug5E5LBwa0e0W6zi08sQTuyzhteImyA ==
219
219
dependencies :
220
220
" @actions/core" " ^1.8.2"
221
221
" @actions/github" " ^5.0.3"
You can’t perform that action at this time.
0 commit comments