@xylabs/assert
Advanced tools
Comparing version 2.10.0 to 2.10.1
@@ -68,3 +68,3 @@ { | ||
"sideEffects": false, | ||
"version": "2.10.0" | ||
"version": "2.10.1" | ||
} |
@@ -8,8 +8,10 @@ import { defineConfig } from 'tsup' | ||
clean: true, | ||
dts: true, | ||
entry: ['src'], | ||
dts: { | ||
entry: ['src/index.ts'], | ||
}, | ||
entry: ['src/index.ts'], | ||
format: ['cjs', 'esm'], | ||
sourcemap: true, | ||
splitting: false, | ||
tsconfig: 'tsconfig.json', | ||
tsconfig: 'tsconfig.build.json', | ||
}) |
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
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
19417
110
0