@hpcc-js/wasm 2.16.0-next.2 → 2.16.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/wasm",
3
- "version": "2.16.0-next.2",
3
+ "version": "2.16.0",
4
4
  "description": "hpcc-js - WASM Libraries",
5
5
  "keywords": [
6
6
  "graphviz",
@@ -72,7 +72,7 @@
72
72
  "install-vcpkg:linux": "./scripts/cpp-install-vcpkg.sh",
73
73
  "install-vcpkg:win32": "wsl -e ./scripts/cpp-install-vcpkg.sh",
74
74
  "install-build-deps": "run-s install-emsdk install-vcpkg",
75
- "uninstall-build-deps": "rimraf ./emsdk ./vcpkg ./src-expat ./src-vcpkg",
75
+ "uninstall-build-deps": "rimraf ./emsdk ./vcpkg ./src-expat ./src-vcpkg ./wasi-sdk ./wit-bindgen",
76
76
  "clean-build": "rimraf .nyc_output bin build coverage dist* lib* output-* tmp types *.tsbuildinfo vcpkg/vcpkg",
77
77
  "clean-docs": "rimraf docs/.vitepress/dist docs/classes docs/interfaces docs/modules docs/.nojekyll docs/README.md",
78
78
  "clean": "run-p clean-build clean-docs",
@@ -133,12 +133,12 @@
133
133
  "@types/chai": "4.3.11",
134
134
  "@types/emscripten": "1.39.10",
135
135
  "@types/mocha": "10.0.6",
136
- "@types/node": "20.11.6",
136
+ "@types/node": "20.11.17",
137
137
  "@types/yargs": "17.0.32",
138
- "@typescript-eslint/eslint-plugin": "6.19.1",
139
- "@typescript-eslint/parser": "6.19.1",
140
- "assemblyscript": "0.27.23",
141
- "chai": "5.0.0",
138
+ "@typescript-eslint/eslint-plugin": "6.21.0",
139
+ "@typescript-eslint/parser": "6.21.0",
140
+ "assemblyscript": "0.27.24",
141
+ "chai": "5.0.3",
142
142
  "coveralls": "3.1.1",
143
143
  "eslint": "8.56.0",
144
144
  "fzstd": "0.1.0",
@@ -149,19 +149,19 @@
149
149
  "karma-mocha": "2.0.1",
150
150
  "karma-spec-reporter": "0.0.36",
151
151
  "local-web-server": "5.3.1",
152
- "mocha": "10.2.0",
152
+ "mocha": "10.3.0",
153
153
  "npm-run-all": "4.1.5",
154
154
  "nyc": "15.1.0",
155
155
  "rimraf": "5.0.5",
156
- "rollup": "4.9.6",
156
+ "rollup": "4.10.0",
157
157
  "rollup-plugin-sourcemaps": "0.6.3",
158
158
  "run-script-os": "1.1.6",
159
159
  "standard-version": "9.5.0",
160
160
  "tslib": "2.6.2",
161
- "typedoc": "0.25.7",
161
+ "typedoc": "0.25.8",
162
162
  "typedoc-plugin-markdown": "3.17.1",
163
163
  "typescript": "5.3.3",
164
- "vitepress": "1.0.0-rc.40"
164
+ "vitepress": "1.0.0-rc.42"
165
165
  },
166
166
  "repository": {
167
167
  "type": "git",