@druid-toolkit/query
Advanced tools
Comparing version 0.20.5 to 0.20.6
{ | ||
"name": "@druid-toolkit/query", | ||
"version": "0.20.5", | ||
"version": "0.20.6", | ||
"description": "A collection of utilities for working with Druid queries", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "types/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./types/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -8,0 +17,0 @@ "build": "rm -rf dist types *.tsbuildinfo && node script/compile-peg.js && tsc --emitDeclarationOnly -p ./tsconfig.dist.json && tsup src/index.ts --global-name druid", |
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
5449592