@hpcc-js/wasm 2.33.8 → 2.34.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.
Files changed (1) hide show
  1. package/package.json +10 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/wasm",
3
- "version": "2.33.8",
3
+ "version": "2.34.0",
4
4
  "description": "hpcc-js - WASM Libraries",
5
5
  "type": "module",
6
6
  "exports": {
@@ -58,7 +58,7 @@
58
58
  ],
59
59
  "scripts": {
60
60
  "clean": "rimraf coverage dist dist-test types .nyc_output",
61
- "gen-types": "tsc --project tsconfig.json --emitDeclarationOnly",
61
+ "gen-types": "tsgo --project tsconfig.json --emitDeclarationOnly",
62
62
  "gen-types-watch": "npm run gen-types -- --watch",
63
63
  "bundle": "node esbuild.js",
64
64
  "bundle-dev": "npm run bundle -- --development",
@@ -79,13 +79,13 @@
79
79
  "yargs": "18.0.0"
80
80
  },
81
81
  "devDependencies": {
82
- "@hpcc-js/esbuild-plugins": "1.8.10",
83
- "@hpcc-js/wasm-base91": "^1.13.7",
84
- "@hpcc-js/wasm-duckdb": "^1.17.6",
85
- "@hpcc-js/wasm-expat": "^1.13.6",
86
- "@hpcc-js/wasm-graphviz": "^1.21.7",
87
- "@hpcc-js/wasm-graphviz-cli": "^1.8.13",
88
- "@hpcc-js/wasm-zstd": "^1.12.6"
82
+ "@hpcc-js/esbuild-plugins": "1.9.1",
83
+ "@hpcc-js/wasm-base91": "^1.14.0",
84
+ "@hpcc-js/wasm-duckdb": "^1.18.0",
85
+ "@hpcc-js/wasm-expat": "^1.14.0",
86
+ "@hpcc-js/wasm-graphviz": "^1.22.0",
87
+ "@hpcc-js/wasm-graphviz-cli": "^1.9.0",
88
+ "@hpcc-js/wasm-zstd": "^1.13.0"
89
89
  },
90
90
  "keywords": [
91
91
  "graphviz",
@@ -103,5 +103,5 @@
103
103
  },
104
104
  "homepage": "https://hpcc-systems.github.io/hpcc-js-wasm/",
105
105
  "license": "Apache-2.0",
106
- "gitHead": "01a9c96bfb2caf9f849d4f325b6a7793a96c7f50"
106
+ "gitHead": "e5c6c6dc2835d4ddbf741eacf4c196ebdc09876f"
107
107
  }