@hpcc-js/wasm-zstd 1.12.2 → 1.12.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/wasm-zstd",
3
- "version": "1.12.2",
3
+ "version": "1.12.4",
4
4
  "description": "hpcc-js - WASM zstd",
5
5
  "type": "module",
6
6
  "exports": {
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {},
41
41
  "devDependencies": {
42
- "@hpcc-js/esbuild-plugins": "1.8.4",
42
+ "@hpcc-js/esbuild-plugins": "1.8.7",
43
43
  "@hpcc-js/wasm-util": "1.0.0"
44
44
  },
45
45
  "keywords": [
@@ -58,5 +58,5 @@
58
58
  },
59
59
  "homepage": "https://hpcc-systems.github.io/hpcc-js-wasm/",
60
60
  "license": "Apache-2.0",
61
- "gitHead": "97a943e7ee94834838b2f70c31f4932d96908657"
61
+ "gitHead": "306fa388d0c12ee11ec4a77da0b1b4a0f4e192ca"
62
62
  }
@@ -16,7 +16,7 @@ declare namespace RuntimeExports {
16
16
  function UTF8ToString(ptr: number, maxBytesToRead?: number | undefined, ignoreNul?: boolean | undefined): string;
17
17
  function lengthBytesUTF8(str: any): number;
18
18
  function stringToUTF8(str: any, outPtr: any, maxBytesToWrite: any): any;
19
- let HEAPU8: any;
19
+ let HEAPU8: Uint8Array;
20
20
  }
21
21
  interface WasmModule {
22
22
  _malloc(_0: number): number;