dependency-cruiser
Advanced tools
Comparing version 13.1.0 to 13.1.1
{ | ||
"name": "dependency-cruiser", | ||
"version": "13.1.0", | ||
"version": "13.1.1", | ||
"description": "Validate and visualize dependencies. With your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.", | ||
@@ -175,16 +175,16 @@ "keywords": [ | ||
"teamcity-service-messages": "0.1.14", | ||
"tsconfig-paths-webpack-plugin": "4.0.1", | ||
"watskeburt": "0.11.5", | ||
"tsconfig-paths-webpack-plugin": "4.1.0", | ||
"watskeburt": "0.11.6", | ||
"wrap-ansi": "8.1.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "7.22.8", | ||
"@babel/core": "7.22.9", | ||
"@babel/plugin-transform-modules-commonjs": "7.22.5", | ||
"@babel/preset-typescript": "7.22.5", | ||
"@swc/core": "1.3.68", | ||
"@swc/core": "1.3.69", | ||
"@types/lodash": "4.14.195", | ||
"@types/node": "20.4.1", | ||
"@types/node": "20.4.2", | ||
"@types/prompts": "2.4.4", | ||
"@typescript-eslint/eslint-plugin": "5.61.0", | ||
"@typescript-eslint/parser": "5.61.0", | ||
"@typescript-eslint/eslint-plugin": "6.0.0", | ||
"@typescript-eslint/parser": "6.0.0", | ||
"@vue/compiler-sfc": "3.3.4", | ||
@@ -195,3 +195,3 @@ "c8": "8.0.0", | ||
"coffeescript": "2.7.0", | ||
"eslint": "8.44.0", | ||
"eslint": "8.45.0", | ||
"eslint-config-moving-meadow": "4.0.2", | ||
@@ -198,0 +198,0 @@ "eslint-config-prettier": "8.8.0", |
/* generated - don't edit */ | ||
module.exports = { | ||
version: "13.1.0", | ||
version: "13.1.1", | ||
engines: { | ||
@@ -6,0 +6,0 @@ node: "^16.14||>=18", |
@@ -17,3 +17,3 @@ /** | ||
pEnvironment?: string, | ||
pArguments?: string | any, | ||
pArguments?: any, // string or a list of arguments | ||
): Promise<any>; |
@@ -5,2 +5,6 @@ // cruise options, cruise result | ||
// cruise options, dependency-cruiser | ||
/* as we don't care about types beyond code completion, we ignore the | ||
* eslint warning that the 'string' type is redundant here. | ||
*/ | ||
/* eslint-disable @typescript-eslint/no-redundant-type-constituents */ | ||
export type OutputType = | ||
@@ -7,0 +11,0 @@ | "json" |
Sorry, the diff of this file is not supported yet
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
610728
14648
+ Addedtsconfig-paths-webpack-plugin@4.1.0(transitive)
+ Addedwatskeburt@0.11.6(transitive)
- Removedtsconfig-paths-webpack-plugin@4.0.1(transitive)
- Removedwatskeburt@0.11.5(transitive)
Updatedwatskeburt@0.11.6