@pipcook/boa-cloud
Advanced tools
Comparing version 2.0.0-beta.3 to 2.0.0-beta.4
{ | ||
"name": "@pipcook/boa-cloud", | ||
"version": "2.0.0-beta.3", | ||
"version": "2.0.0-beta.4", | ||
"description": "Use Python modules seamlessly in Node.js", | ||
@@ -12,4 +12,7 @@ "main": "lib/index.js", | ||
"postinstall": "npm run build", | ||
"pretest": "npm run lint && bip install numpy==1.17.4", | ||
"test": "ava", | ||
"pretest": "npm run lint", | ||
"pretest:js": "bip install numpy", | ||
"test": "npm run test:js && npm run test:ts", | ||
"test:js": "tape ./tests/**/*.js", | ||
"test:ts": "ts-node ./node_modules/.bin/tape ./tests/**/*.ts", | ||
"cov": "nyc --reporter=text-summary npm run test", | ||
@@ -43,11 +46,2 @@ "cov:report": "nyc report -r=lcov", | ||
"homepage": "https://github.com/alibaba/pipcook#readme", | ||
"ava": { | ||
"extensions": [ | ||
"js", | ||
"ts" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
] | ||
}, | ||
"dependencies": { | ||
@@ -59,6 +53,7 @@ "bindings": "^1.5.0", | ||
"devDependencies": { | ||
"ava": "^3.13.0", | ||
"@types/tape": "^4.13.0", | ||
"codecov": "^3.6.5", | ||
"eslint": "^7.15.0", | ||
"nyc": "^15.1.0", | ||
"tape": "^5.0.1", | ||
"ts-node": "^8.6.2" | ||
@@ -69,3 +64,3 @@ }, | ||
}, | ||
"gitHead": "9668ca079d225b5e370f1c4cd82df6a356c8d983" | ||
"gitHead": "8cce41a6a22ce13aafe651ef59b14a47ca0d2e80" | ||
} |
@@ -42,3 +42,3 @@ 'use strict'; | ||
*/ | ||
BOA_CONDA_VERSION = 'Miniconda3-4.7.12.1', | ||
BOA_CONDA_VERSION = 'Miniconda3-4.5.4', | ||
/** | ||
@@ -53,3 +53,3 @@ * The conda index URI, if `BOA_TUNA` is specified, it will be set. | ||
*/ | ||
BOA_PYTHON_VERSION = '3.7m', | ||
BOA_PYTHON_VERSION = '3.6m', | ||
/** | ||
@@ -56,0 +56,0 @@ * Install the base packages: numpy/scikit/... |
{ | ||
"compilerOptions": { | ||
"module": "commonjs", | ||
"lib": [ "es6" ], | ||
"target": "es6", | ||
"lib": [ | ||
"es6" | ||
], | ||
"noImplicitAny": true, | ||
@@ -10,3 +11,3 @@ "noImplicitThis": true, | ||
"strictFunctionTypes": true, | ||
"types": [ "node" ], | ||
"types": [], | ||
"noEmit": true, | ||
@@ -13,0 +14,0 @@ "forceConsistentCasingInFileNames": true, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2193860
3052
6