@gooddata/sdk-model 10.40.0-alpha.8 → 10.41.0-alpha.1
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/README.md +1 -1
- package/package.json +5 -3
package/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# GoodData.UI domain models
|
1
|
+
# GoodData.UI domain models kkkk
|
2
2
|
|
3
3
|
[](https://www.npmjs.com/@gooddata/sdk-model)
|
4
4
|
[](https://npmcharts.com/compare/@gooddata/sdk-model?minimal=true)
|
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-model",
|
3
|
-
"version": "10.
|
3
|
+
"version": "10.41.0-alpha.1",
|
4
4
|
"author": "GoodData",
|
5
|
-
"description": "GoodData Model definitions used by UI components and Backend SPI and its
|
5
|
+
"description": "GoodData Model definitions used by UI components and Backend SPI and its dfggdffg",
|
6
6
|
"repository": {
|
7
7
|
"type": "git",
|
8
8
|
"url": "https://github.com/gooddata/gooddata-ui-sdk.git",
|
@@ -59,6 +59,9 @@
|
|
59
59
|
"vitest": "3.2.4"
|
60
60
|
},
|
61
61
|
"scripts": {
|
62
|
+
"_phase:build": "npm run build",
|
63
|
+
"_phase:test": "npm run test-once",
|
64
|
+
"_phase:validate": "npm run validate",
|
62
65
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|
63
66
|
"build": "tsc -p tsconfig.build.json && npm run api-extractor",
|
64
67
|
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
|
@@ -73,7 +76,6 @@
|
|
73
76
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
74
77
|
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
75
78
|
"validate": "tsc && npm run dep-cruiser && npm run eslint && npm run prettier-check",
|
76
|
-
"validate-ci": "tsc && npm run dep-cruiser-ci && npm run eslint-ci && npm run prettier-check",
|
77
79
|
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-model\"' "
|
78
80
|
}
|
79
81
|
}
|