@gooddata/sdk-model 11.15.0-alpha.12 → 11.15.0-alpha.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-model",
|
|
3
|
-
"version": "11.15.0-alpha.
|
|
3
|
+
"version": "11.15.0-alpha.13",
|
|
4
4
|
"description": "GoodData Model definitions used by UI components and Backend SPI",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"prettier": "^3.6.2",
|
|
57
57
|
"typescript": "5.8.3",
|
|
58
58
|
"vitest": "3.2.4",
|
|
59
|
-
"@gooddata/eslint-config": "11.15.0-alpha.
|
|
59
|
+
"@gooddata/eslint-config": "11.15.0-alpha.13"
|
|
60
60
|
},
|
|
61
61
|
"scripts": {
|
|
62
62
|
"_phase:build": "npm run build",
|
|
@@ -67,11 +67,11 @@
|
|
|
67
67
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|
|
68
68
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
69
69
|
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
70
|
-
"eslint": "eslint -c .eslintrc.cjs
|
|
71
|
-
"eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml -c .eslintrc.cjs
|
|
72
|
-
"eslint-fix": "eslint -c .eslintrc.cjs
|
|
73
|
-
"prettier-check": "prettier --check '{src,test}/**/*.{
|
|
74
|
-
"prettier-write": "prettier --write '{src,test}/**/*.{
|
|
70
|
+
"eslint": "eslint -c .eslintrc.cjs --ignore-path ../.eslintignore .",
|
|
71
|
+
"eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml -c .eslintrc.cjs --ignore-path ../.eslintignore .",
|
|
72
|
+
"eslint-fix": "eslint -c .eslintrc.cjs --ignore-path ../.eslintignore . --fix",
|
|
73
|
+
"prettier-check": "prettier --no-error-on-unmatched-pattern --check '{src,test}/**/*.{json,scss,md,yaml,html}'",
|
|
74
|
+
"prettier-write": "prettier --no-error-on-unmatched-pattern --write '{src,test}/**/*.{json,scss,md,yaml,html}'",
|
|
75
75
|
"test": "vitest watch",
|
|
76
76
|
"test-ci": "vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",
|
|
77
77
|
"test-once": "vitest run",
|