mirror of https://github.com/actions/toolkit
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.0pull/44/head @actions/core@1.0.0
parent
d7f00ea0fd
commit
a40bce7c8d
|
@ -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…
Reference in New Issue