@hpcc-js/wasm-expat 1.13.0 → 1.13.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/wasm-expat",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "description": "hpcc-js - WASM expat",
5
5
  "type": "module",
6
6
  "exports": {
@@ -36,7 +36,7 @@
36
36
  "update-major": "npx -y npm-check-updates -u"
37
37
  },
38
38
  "devDependencies": {
39
- "@hpcc-js/esbuild-plugins": "1.8.2",
39
+ "@hpcc-js/esbuild-plugins": "1.8.3",
40
40
  "@hpcc-js/wasm-util": "1.0.0"
41
41
  },
42
42
  "keywords": [
@@ -55,5 +55,5 @@
55
55
  },
56
56
  "homepage": "https://hpcc-systems.github.io/hpcc-js-wasm/",
57
57
  "license": "Apache-2.0",
58
- "gitHead": "bb13918d64628a39a587fec110734d5f95bc3443"
58
+ "gitHead": "0199646cd7680d07e1619e593dc189c47bc25c1a"
59
59
  }
@@ -48,7 +48,7 @@ export interface map_string_string extends ClassHandle {
48
48
  set(_0: EmbindString, _1: EmbindString): void;
49
49
  }
50
50
 
51
- type IParser = {startElement: (tag: string, attrs: map_string_string) => void, endElement: (tag: string) => void, characterData: (content: string) => void};
51
+ export type IParser = {startElement: (tag: string, attrs: map_string_string) => void, endElement: (tag: string) => void, characterData: (content: string) => void};
52
52
 
53
53
  interface EmbindModule {
54
54
  vector_string: {