@hpcc-js/wasm 1.4.0 → 1.4.1

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  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.
4
4
 
5
+ ### [1.4.1](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.4.0...v1.4.1) (2021-03-16)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * "Last error" contains corrupt string ([cc69093](https://github.com/hpcc-systems/hpcc-js-wasm/commit/cc6909316c7f52f2e5cd7205d682ef8c5b1db1d2)), closes [#59](https://github.com/hpcc-systems/hpcc-js-wasm/issues/59)
11
+
5
12
  ## [1.4.0](https://github.com/hpcc-systems/hpcc-js-wasm/compare/v1.3.0...v1.4.0) (2021-03-16)
6
13
 
7
14
 
Binary file
package/dist/test.js CHANGED
@@ -11312,7 +11312,7 @@
11312
11312
  chai$1.expect(true).to.be.false;
11313
11313
  }).catch(function (e) {
11314
11314
  chai$1.expect(typeof e.message).to.equal("string");
11315
- chai$1.expect(e.message).to.not.be.empty;
11315
+ chai$1.expect(e.message).to.equal("syntax error in line 11 near ']'\n");
11316
11316
  });
11317
11317
  });
11318
11318
  var gvSync;