mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-08-25 04:35:06 +09:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e97d7fbc8e | |||
| f0443dc328 | |||
| 2ae108f761 | |||
| e9d3185f7a | |||
| 50c5f6a9ae | |||
| 799028b6e7 | |||
| 2072054963 | |||
| a96f0d5e15 | |||
| ff948b5bcd | |||
| 99a3c5bb5b |
@@ -2,6 +2,8 @@
|
||||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
### [1.5.5](https://github.com/aws-actions/configure-aws-credentials/compare/v1.5.4...v1.5.5) (2020-11-24)
|
||||
|
||||
### [1.5.4](https://github.com/aws-actions/configure-aws-credentials/compare/v1.5.3...v1.5.4) (2020-10-29)
|
||||
|
||||
### [1.5.3](https://github.com/aws-actions/configure-aws-credentials/compare/v1.5.2...v1.5.3) (2020-10-05)
|
||||
|
||||
Vendored
+145
-65
File diff suppressed because one or more lines are too long
Generated
+376
-365
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "aws-actions-configure-aws-credentials",
|
||||
"version": "1.5.4",
|
||||
"version": "1.5.5",
|
||||
"description": "Configure AWS Credentials",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
@@ -26,11 +26,11 @@
|
||||
"homepage": "https://github.com/aws-actions/configure-aws-credentials#readme",
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.2.6",
|
||||
"aws-sdk": "^2.779.0"
|
||||
"aws-sdk": "^2.793.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@zeit/ncc": "^0.22.3",
|
||||
"eslint": "^7.12.1",
|
||||
"jest": "^26.6.1"
|
||||
"eslint": "^7.13.0",
|
||||
"jest": "^26.6.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user