Skip to content

Commit

Permalink
adds better handling for parsing the response when errors occur
Browse files Browse the repository at this point in the history
  • Loading branch information
americk0 committed Jan 7, 2022
1 parent a9ac063 commit 1ef8060
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/alks.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/alks.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
var require$$0 = /*@__PURE__*/getAugmentedNamespace(tslib_es6);

var name = "alks.js";
var version$1 = "1.13.1";
var version$1 = "1.13.2";
var description = "JavaScript client for the ALKS API, usable in both modern browsers and node.js";
var main = "dist/alks.cjs.js";
var types = "dist/src/alks.d.ts";
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alks.js",
"version": "1.13.1",
"version": "1.13.2",
"description": "JavaScript client for the ALKS API, usable in both modern browsers and node.js",
"main": "dist/alks.cjs.js",
"types": "dist/src/alks.d.ts",
Expand Down

0 comments on commit 1ef8060

Please sign in to comment.