@hpcc-js/wasm 2.21.0 → 2.22.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",
3
- "version": "2.21.0",
3
+ "version": "2.22.1",
4
4
  "description": "hpcc-js - WASM Libraries",
5
5
  "type": "module",
6
6
  "exports": {
@@ -65,12 +65,11 @@
65
65
  "build-dev": "run-p build-types build-ts-dev",
66
66
  "build": "run-p build-types build-ts",
67
67
  "lint-skypack": "npx -y @skypack/package-check",
68
- "lint-eslint": "eslint src/**/*.ts",
68
+ "lint-eslint": "eslint src/**/*.ts spec/*.ts",
69
69
  "lint": "run-p lint-eslint",
70
- "test-chrome": "karma start --single-run --browsers ChromiumHeadless karma.conf.cjs",
71
- "test-firefox": "karma start --single-run --browsers Firefox karma.conf.cjs",
72
- "test-node": "mocha ./dist-test/index.node.js --reporter spec",
73
- "test": "run-s test-chrome test-node",
70
+ "test-browser": "jasmine-browser-runner runSpecs",
71
+ "test-node": "jasmine",
72
+ "test": "run-s test-node test-browser",
74
73
  "update": "npx -y npm-check-updates -u -t minor",
75
74
  "update-major": "npx -y npm-check-updates -u"
76
75
  },
@@ -79,9 +78,9 @@
79
78
  },
80
79
  "devDependencies": {
81
80
  "@hpcc-js/wasm-base91": "1.3.0",
82
- "@hpcc-js/wasm-duckdb": "1.3.0",
81
+ "@hpcc-js/wasm-duckdb": "1.4.0",
83
82
  "@hpcc-js/wasm-expat": "1.3.0",
84
- "@hpcc-js/wasm-graphviz": "1.3.0",
83
+ "@hpcc-js/wasm-graphviz": "1.5.0",
85
84
  "@hpcc-js/wasm-zstd": "1.2.0",
86
85
  "esbuild-plugin-umd-wrapper": "3.0.0"
87
86
  },
@@ -101,5 +100,5 @@
101
100
  },
102
101
  "homepage": "https://hpcc-systems.github.io/hpcc-js-wasm/",
103
102
  "license": "Apache-2.0",
104
- "gitHead": "baf4cd8524504de00a97dc209f5b40f0ad87b5f8"
103
+ "gitHead": "6f97b7b407abb2635e1cd68a4f4343581906d42c"
105
104
  }