@aws-c2a/models
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "@aws-c2a/models", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"description": "The models package for CDK Change Analyzer: a tool that enables detecting dangerous changes within CDK projects.", | ||
"main": "out/index.js", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "yarn clean && yarn compile", | ||
"compile": "npx tsc --build", | ||
"clean": "npx rimraf out", | ||
"clean": "npx tsc --build --clean", | ||
"clean:all": "git clean -fdx", | ||
"lint": "eslint . --ext .ts", | ||
@@ -43,3 +44,2 @@ "test": "npx jest" | ||
"jest": "^26.6.3", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^26.5.0", | ||
@@ -52,3 +52,3 @@ "ts-node": "^9.1.1", | ||
}, | ||
"gitHead": "e8b1afb56d7ea4d1eb54a44a654b4d161f8b9ccb" | ||
"gitHead": "04161dae7acf1f8031f0d51a4c7e836b7880a7c0" | ||
} |
{ | ||
"extends": "../../../tsconfig.build.json", | ||
"compilerOptions": { | ||
"outDir": "out" | ||
}, | ||
"exclude": ["out"] | ||
} |
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
14
383447
4030
1