omnipin 1.3.0 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/cli.js +0 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -9508,7 +9508,6 @@ function decode(string3, alphabetIdx, bitsPerChar, name12) {
9508
9508
  for (let i = 0; i < end; ++i) {
9509
9509
  const value = alphabetIdx[string3[i]];
9510
9510
  if (value === void 0) {
9511
- console.log(string3[i], string3, i);
9512
9511
  throw new SyntaxError(`Non-${name12} character`);
9513
9512
  }
9514
9513
  buffer2 = buffer2 << bitsPerChar | value;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "omnipin",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "author": "v1rtl <hi@v1rtl.site>",
5
5
  "repository": {
6
6
  "type": "git",