Skip to content

Commit 1da6863

Browse files
committed
Update version
1 parent 7499f51 commit 1da6863

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ai-on-browser/data-analysis-models",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "Data analysis model package without any dependencies",
55
"type": "module",
66
"main": "lib/index.js",
@@ -9,7 +9,7 @@
99
],
1010
"scripts": {
1111
"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",
12+
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest --coverage --maxWorkers=100%",
1313
"document": "documentation build lib -f html -o docs",
1414
"build:gh-pages": "node ./create_import_list.js && yarn document && sed -i -e /^doc/d .gitignore && yarn minify",
1515
"build:npm": "node ./create_import_list.js"

0 commit comments

Comments
 (0)