mirror of
https://github.com/actions/toolkit.git
synced 2025-06-09 17:45:07 +09:00
Publish
- @actions/core@1.0.0 - @actions/exec@1.0.0 - @actions/github@1.0.0 - @actions/io@1.0.0 - @actions/tool-cache@1.0.0
This commit is contained in:
parent
d7f00ea0fd
commit
a40bce7c8d
1 changed files with 6 additions and 6 deletions
|
@ -32,17 +32,17 @@
|
||||||
"url": "https://github.com/actions/toolkit/issues"
|
"url": "https://github.com/actions/toolkit/issues"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@actions/core": "^1.0.0",
|
||||||
|
"@actions/exec": "^1.0.0",
|
||||||
|
"@actions/io": "^1.0.0",
|
||||||
"semver": "^6.1.0",
|
"semver": "^6.1.0",
|
||||||
"typed-rest-client": "^1.4.0",
|
"typed-rest-client": "^1.4.0",
|
||||||
"uuid": "^3.3.2",
|
"uuid": "^3.3.2"
|
||||||
"@actions/core": "^1.0.0",
|
|
||||||
"@actions/io": "^1.0.0",
|
|
||||||
"@actions/exec": "^1.0.0"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"nock": "^10.0.6",
|
|
||||||
"@types/nock": "^10.0.3",
|
"@types/nock": "^10.0.3",
|
||||||
"@types/semver": "^6.0.0",
|
"@types/semver": "^6.0.0",
|
||||||
"@types/uuid": "^3.4.4"
|
"@types/uuid": "^3.4.4",
|
||||||
|
"nock": "^10.0.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue