@adonisjs/assembler
Advanced tools
Comparing version 7.0.0 to 7.1.0
@@ -32,2 +32,7 @@ // src/bundler.ts | ||
]; | ||
if (process.allowedNodeEnvironmentFlags.has("--disable-warning")) { | ||
DEFAULT_NODE_ARGS.push("--disable-warning=ExperimentalWarning"); | ||
} else { | ||
DEFAULT_NODE_ARGS.push("--no-warnings"); | ||
} | ||
function parseConfig(cwd, ts) { | ||
@@ -34,0 +39,0 @@ const { config, error } = new ConfigParser(cwd, "tsconfig.json", ts).parse(); |
{ | ||
"name": "@adonisjs/assembler", | ||
"description": "Provides utilities to run AdonisJS development server and build project for production", | ||
"version": "7.0.0", | ||
"version": "7.1.0", | ||
"engines": { | ||
@@ -47,7 +47,7 @@ "node": ">=18.16.0" | ||
"@japa/snapshot": "^2.0.4", | ||
"@swc/core": "^1.3.102", | ||
"@types/node": "^20.10.7", | ||
"@swc/core": "^1.3.104", | ||
"@types/node": "^20.11.5", | ||
"@types/picomatch": "^2.3.3", | ||
"@types/pretty-hrtime": "^1.0.3", | ||
"c8": "^9.0.0", | ||
"c8": "^9.1.0", | ||
"cross-env": "^7.0.3", | ||
@@ -61,3 +61,3 @@ "dedent": "^1.5.1", | ||
"p-event": "^6.0.0", | ||
"prettier": "^3.1.1", | ||
"prettier": "^3.2.4", | ||
"ts-node": "^10.9.2", | ||
@@ -64,0 +64,0 @@ "tsup": "^8.0.1", |
Sorry, the diff of this file is not supported yet
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
168963
1985