ts-enum-util
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -482,1 +482,2 @@ /** | ||
export {}; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "ts-enum-util", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "TypeScript Enum Utilities", | ||
@@ -30,3 +30,3 @@ "repository": { | ||
"prettier:fix": "prettier --write \"{src,tests,type_tests}/**/*.ts\"", | ||
"build:types": "tsc --project src/tsconfig.json --pretty --noErrorTruncation --emitDeclarationOnly true --outDir dist/types", | ||
"build:types": "tsc --project src/tsconfig.json --pretty --noErrorTruncation --emitDeclarationOnly true --declarationMap true --outDir dist/types", | ||
"build:commonjs": "tsc --project src/tsconfig.json --pretty --noErrorTruncation --declaration false --outDir dist/commonjs", | ||
@@ -33,0 +33,0 @@ "build:es": "tsc --project src/tsconfig.json --pretty --noErrorTruncation --declaration false -m es6 --outDir dist/es", |
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
158345
10