Skip to content

Commit

Permalink
adds node polyfills to suppress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
americk0 committed May 24, 2021
1 parent ceea378 commit 019a210
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -287,7 +287,7 @@
var require$$0 = /*@__PURE__*/getAugmentedNamespace(tslib_es6);

var name = "alks.js";
var version$1 = "1.12.6";
var version$1 = "1.12.7";
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
2 changes: 1 addition & 1 deletion 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.12.6",
"version": "1.12.7",
"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 019a210

Please sign in to comment.