victor-dev-toolbox
Advanced tools
Comparing version 1.0.24 to 1.0.25
{ | ||
"name": "victor-dev-toolbox", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "/dist/index.js", |
@@ -9,9 +9,10 @@ { | ||
"skipLibCheck": true, | ||
"rootDir": "./", | ||
"rootDir": ".", // Set the root directory to the project root | ||
"outDir": "./dist", | ||
"sourceMap": true, | ||
"declaration": true, // Generate declaration files | ||
"noEmitOnError": true | ||
}, | ||
"include": ["src/**/*.ts"], | ||
"exclude": ["node_modules"] | ||
} | ||
"include": ["index.ts", "src/**/*.ts"], // Include the root index.ts and all files in src | ||
"exclude": ["node_modules", "dist"] | ||
} |
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
105393
1517
0