Skip to content

Commit

Permalink
Merge pull request #78 from Cox-Automotive/update_dependencies
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
amagana3 committed Apr 30, 2021
2 parents c4aeb83 + 2aeb563 commit 3234ac0
Show file tree
Hide file tree
Showing 7 changed files with 11,872 additions and 1,740 deletions.
1 change: 0 additions & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,6 @@ Returns information about one of the roles used to generate keys
- props <code>Object</code> - An object containing the following properties
- .accountId <code>string</code> - The 12-digit account ID associated with the custom role
- .role <code>string</code> - The user's role associated with the account
- .maxKeyDuration <code>number</code> - The maximum key duration for this account

**Example**
```js
Expand Down
2 changes: 1 addition & 1 deletion dist/alks.cjs.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var version = "1.12.0";
var version = "1.12.4";

const Buffer = require('buffer').Buffer;
const fetch = require('node-fetch');
Expand Down
2 changes: 1 addition & 1 deletion dist/alks.esm.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var version = "1.12.0";
var version = "1.12.4";

const fetch = window.fetch.bind(window);

Expand Down
2 changes: 1 addition & 1 deletion dist/alks.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/alks.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(global = global || self, global.alks = factory());
}(this, function () { 'use strict';

var version = "1.12.0";
var version = "1.12.4";

var fetch = window.fetch.bind(window);

Expand Down
Loading

0 comments on commit 3234ac0

Please sign in to comment.