@gooddata/sdk-model
Advanced tools
Comparing version 8.0.0-alpha.44 to 8.0.0-alpha.45
{ | ||
"name": "@gooddata/sdk-model", | ||
"version": "8.0.0-alpha.44", | ||
"version": "8.0.0-alpha.45", | ||
"author": "GoodData", | ||
@@ -19,2 +19,3 @@ "description": "GoodData Model definitions used by UI components and Backend SPI and its implementations", | ||
"scripts": { | ||
"clean": "rm -rf ci dist coverage *.log && jest --clearCache", | ||
"dev": "tsc --watch", | ||
@@ -30,4 +31,6 @@ "build": "rm -rf dist && tsc -p tsconfig.build.json && npm run api-extractor", | ||
"prettier-write": "prettier --write '{src,test}/**/*.{ts,tsx,json,scss,md,yaml,html}'", | ||
"validate": "tsc -p tsconfig.build.json --noEmit && npm run tslint && npm run prettier-check", | ||
"validate-ci": "npm run tslint-ci && npm run prettier-check" | ||
"dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/", | ||
"dep-cruiser-ci": "mkdir -p ci/results && depcruise --validate .dependency-cruiser.js --output-type err-html src/ >./ci/results/dep-cruiser.html", | ||
"validate": "npm run dep-cruiser && npm run tslint && npm run prettier-check", | ||
"validate-ci": "npm run dep-cruiser-ci && npm run tslint-ci && npm run prettier-check" | ||
}, | ||
@@ -50,2 +53,3 @@ "dependencies": { | ||
"@types/stringify-object": "^3.2.0", | ||
"dependency-cruiser": "^8.0.1", | ||
"jest": "^25.1.0", | ||
@@ -52,0 +56,0 @@ "jest-junit": "^3.0.0", |
848029
16