@hpcc-js/wasm 2.15.0 → 2.15.2

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",
3
- "version": "2.15.0",
3
+ "version": "2.15.2",
4
4
  "description": "hpcc-js - WASM Libraries",
5
5
  "keywords": [
6
6
  "graphviz",
@@ -21,30 +21,35 @@
21
21
  ".": {
22
22
  "types": "./types/index.d.ts",
23
23
  "import": "./dist/index.js",
24
+ "require": "./dist/index.cjs",
24
25
  "default": "./dist/index.umd.js"
25
26
  },
26
27
  "./base91": {
27
28
  "types": "./types/base91.d.ts",
28
29
  "import": "./dist/base91.js",
30
+ "require": "./dist/base91.cjs",
29
31
  "default": "./dist/base91.umd.js"
30
32
  },
31
33
  "./expat": {
32
34
  "types": "./types/expat.d.ts",
33
35
  "import": "./dist/expat.js",
36
+ "require": "./dist/expat.cjs",
34
37
  "default": "./dist/expat.umd.js"
35
38
  },
36
39
  "./graphviz": {
37
40
  "types": "./types/graphviz.d.ts",
38
41
  "import": "./dist/graphviz.js",
42
+ "require": "./dist/graphviz.cjs",
39
43
  "default": "./dist/graphviz.umd.js"
40
44
  },
41
45
  "./zstd": {
42
46
  "types": "./types/zstd.d.ts",
43
47
  "import": "./dist/zstd.js",
48
+ "require": "./dist/zstd.cjs",
44
49
  "default": "./dist/zstd.umd.js"
45
50
  }
46
51
  },
47
- "main": "./dist/index.umd.js",
52
+ "main": "./dist/index.cjs",
48
53
  "module": "./dist/index.js",
49
54
  "browser": "./dist/index.umd.js",
50
55
  "unpkg": "./dist/index.umd.js",
@@ -126,14 +131,14 @@
126
131
  "@types/chai": "4.3.11",
127
132
  "@types/emscripten": "1.39.10",
128
133
  "@types/mocha": "10.0.6",
129
- "@types/node": "20.9.4",
134
+ "@types/node": "20.10.5",
130
135
  "@types/yargs": "17.0.32",
131
- "@typescript-eslint/eslint-plugin": "6.12.0",
132
- "@typescript-eslint/parser": "6.12.0",
133
- "assemblyscript": "0.27.21",
136
+ "@typescript-eslint/eslint-plugin": "6.15.0",
137
+ "@typescript-eslint/parser": "6.15.0",
138
+ "assemblyscript": "0.27.22",
134
139
  "chai": "4.3.10",
135
140
  "coveralls": "3.1.1",
136
- "eslint": "8.54.0",
141
+ "eslint": "8.56.0",
137
142
  "fzstd": "0.1.0",
138
143
  "karma": "6.4.2",
139
144
  "karma-chai": "0.1.0",
@@ -146,15 +151,15 @@
146
151
  "npm-run-all": "4.1.5",
147
152
  "nyc": "15.1.0",
148
153
  "rimraf": "5.0.5",
149
- "rollup": "4.5.1",
154
+ "rollup": "4.9.1",
150
155
  "rollup-plugin-sourcemaps": "0.6.3",
151
156
  "run-script-os": "1.1.6",
152
157
  "standard-version": "9.5.0",
153
158
  "tslib": "2.6.2",
154
- "typedoc": "0.25.3",
159
+ "typedoc": "0.25.4",
155
160
  "typedoc-plugin-markdown": "3.17.1",
156
- "typescript": "5.2.2",
157
- "vitepress": "1.0.0-rc.29"
161
+ "typescript": "5.3.3",
162
+ "vitepress": "1.0.0-rc.32"
158
163
  },
159
164
  "repository": {
160
165
  "type": "git",