Comparing version 1.13.7 to 1.13.8
{ | ||
"name": "auxin", | ||
"version": "1.13.7", | ||
"version": "1.13.8", | ||
"description": "Auxin is a powerful Node.js utility toolkit that simplifies common tasks, boosting your development productivity.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
{ | ||
"compilerOptions": { | ||
"target": "es6", // Specify the ECMAScript target version (e.g., "es6") | ||
"target": "es2017", // Specify the ECMAScript target version (e.g., "es6") | ||
"module": "commonjs", // Specify the module system (e.g., "commonjs" for Node.js) | ||
@@ -9,4 +9,7 @@ "outDir": "dist", // Specify the output directory for compiled JavaScript files | ||
"declaration": true, // Generate corresponding .d.ts files for TypeScript files | ||
"sourceMap": true // Generate source map files for better debugging experience | ||
"sourceMap": true,// Generate source map files for better debugging experience | ||
"lib": ["es2017"] | ||
}, | ||
"include": [ | ||
@@ -13,0 +16,0 @@ "src" |
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
90867
681