odata-query
Advanced tools
Comparing version 6.0.0-0 to 6.0.0-1
{ | ||
"name": "odata-query", | ||
"version": "6.0.0-0", | ||
"version": "6.0.0-1", | ||
"author": "Sean Lynch <techniq35@gmail.com>", | ||
"license": "MIT", | ||
"repository": "techniq/odata-query", | ||
"main": "dist/index.js", | ||
"main": "dist/commonjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"typings": "dist/index.d.ts", | ||
@@ -22,3 +23,3 @@ "files": [ | ||
"prebuild": "rimraf dist", | ||
"build": "tsc", | ||
"build": "tsc -p tsconfig.cjs.json & tsc -p tsconfig.esm.json & tsc -p tsconfig.dts.json", | ||
"test": "jest", | ||
@@ -25,0 +26,0 @@ "test-watch": "jest --watchAll", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
52917
899