@hpcc-js/wasm-base91 1.13.7 → 1.14.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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/wasm-base91",
3
- "version": "1.13.7",
3
+ "version": "1.14.0",
4
4
  "description": "hpcc-js - WASM Base91",
5
5
  "type": "module",
6
6
  "exports": {
@@ -20,7 +20,7 @@
20
20
  "clean": "rimraf coverage dist dist-test types .nyc_output",
21
21
  "build-cpp": "cmake --build ../../build --target base91lib",
22
22
  "build-cpp-watch": "chokidar 'src-cpp/**.*' -c 'npm run build-cpp'",
23
- "gen-types": "tsc --project tsconfig.json --emitDeclarationOnly",
23
+ "gen-types": "tsgo --project tsconfig.json --emitDeclarationOnly",
24
24
  "gen-types-watch": "npm run gen-types -- --watch",
25
25
  "bundle": "node esbuild.js",
26
26
  "bundle-dev": "npm run bundle -- --development",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {},
41
41
  "devDependencies": {
42
- "@hpcc-js/esbuild-plugins": "1.8.10",
42
+ "@hpcc-js/esbuild-plugins": "1.9.1",
43
43
  "@hpcc-js/wasm-util": "1.0.0"
44
44
  },
45
45
  "keywords": [
@@ -57,5 +57,5 @@
57
57
  },
58
58
  "homepage": "https://hpcc-systems.github.io/hpcc-js-wasm/",
59
59
  "license": "Apache-2.0",
60
- "gitHead": "01a9c96bfb2caf9f849d4f325b6a7793a96c7f50"
60
+ "gitHead": "e5c6c6dc2835d4ddbf741eacf4c196ebdc09876f"
61
61
  }