@pipcook/core
Advanced tools
Comparing version 2.1.2-serve-url-beta.0 to 2.1.2
{ | ||
"name": "@pipcook/core", | ||
"version": "2.1.2-serve-url-beta.0", | ||
"version": "2.1.2", | ||
"main": "dist/index", | ||
@@ -12,3 +12,3 @@ "types": "dist/index", | ||
"build": "npm run clean && npm run compile", | ||
"clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo", | ||
"clean": "((rm -rf ./dist && rm -rf tsconfig.tsbuildinfo) || (rmdir /Q /S ./dist && rmdir /Q /S tsconfig.tsbuildinfo))", | ||
"compile": "tsc -b tsconfig.json", | ||
@@ -21,3 +21,3 @@ "cov": "nyc -r text-summary npm run test", | ||
"dependencies": { | ||
"@pipcook/datacook": "^0.1.0", | ||
"@pipcook/datacook": "^0.1.1", | ||
"papaparse": "^5.3.1" | ||
@@ -47,3 +47,3 @@ }, | ||
}, | ||
"gitHead": "289b1618229f408a56a75ddee6b8e70ac42624d8" | ||
"gitHead": "046d18ec6a1f2de107c6965eaf8acdc0528e6850" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
66965
1
Updated@pipcook/datacook@^0.1.1