We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7499f51 commit 1da6863Copy full SHA for 1da6863
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@ai-on-browser/data-analysis-models",
3
- "version": "0.0.11",
+ "version": "0.0.12",
4
"description": "Data analysis model package without any dependencies",
5
"type": "module",
6
"main": "lib/index.js",
@@ -9,7 +9,7 @@
9
],
10
"scripts": {
11
"minify": "find . -name \\*.js | grep -E '^./(lib|js)' | xargs -t -P2 -n1 -I% npx terser % -c -m -o %",
12
- "test": "NODE_OPTIONS=--experimental-vm-modules npx jest --coverage",
+ "test": "NODE_OPTIONS=--experimental-vm-modules npx jest --coverage --maxWorkers=100%",
13
"document": "documentation build lib -f html -o docs",
14
"build:gh-pages": "node ./create_import_list.js && yarn document && sed -i -e /^doc/d .gitignore && yarn minify",
15
"build:npm": "node ./create_import_list.js"
0 commit comments