@gooddata/sdk-model 11.31.0-alpha.0 → 11.31.0-alpha.2
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/esm/dashboard/alert.d.ts +1 -1
- package/esm/dashboard/alert.d.ts.map +1 -1
- package/esm/dashboard/alert.js +2 -2
- package/esm/dashboard/alert.js.map +1 -1
- package/esm/dashboard/analyticalWidgets.d.ts +2 -2
- package/esm/dashboard/analyticalWidgets.d.ts.map +1 -1
- package/esm/dashboard/analyticalWidgets.js +1 -0
- package/esm/dashboard/analyticalWidgets.js.map +1 -1
- package/esm/dashboard/baseWidget.d.ts +1 -1
- package/esm/dashboard/baseWidget.d.ts.map +1 -1
- package/esm/dashboard/baseWidget.js +1 -1
- package/esm/dashboard/dashboard.d.ts +3 -3
- package/esm/dashboard/dashboard.d.ts.map +1 -1
- package/esm/dashboard/filterContext.d.ts +1 -1
- package/esm/dashboard/filterContext.d.ts.map +1 -1
- package/esm/dashboard/filterContext.js.map +1 -1
- package/esm/dashboard/scheduledMail.d.ts +1 -1
- package/esm/dashboard/scheduledMail.d.ts.map +1 -1
- package/esm/dashboard/scheduledMail.js +1 -1
- package/esm/dashboard/scheduledMail.js.map +1 -1
- package/esm/dashboard/widget.d.ts +1 -1
- package/esm/dashboard/widget.d.ts.map +1 -1
- package/esm/dashboard/widget.js +1 -1
- package/esm/dashboard/widget.js.map +1 -1
- package/esm/execution/attribute/factory.d.ts +1 -1
- package/esm/execution/attribute/factory.d.ts.map +1 -1
- package/esm/execution/attribute/factory.js +1 -1
- package/esm/execution/attribute/factory.js.map +1 -1
- package/esm/execution/base/dimension.d.ts +1 -1
- package/esm/execution/base/dimension.d.ts.map +1 -1
- package/esm/execution/base/dimension.js +2 -2
- package/esm/execution/base/dimension.js.map +1 -1
- package/esm/execution/buckets/bucketArray.d.ts +1 -1
- package/esm/execution/buckets/bucketArray.d.ts.map +1 -1
- package/esm/execution/buckets/bucketArray.js +2 -2
- package/esm/execution/buckets/bucketArray.js.map +1 -1
- package/esm/execution/buckets/bucketItem.d.ts.map +1 -1
- package/esm/execution/buckets/bucketItem.js +1 -1
- package/esm/execution/buckets/bucketItem.js.map +1 -1
- package/esm/execution/executionDefinition/factory.d.ts +1 -1
- package/esm/execution/executionDefinition/factory.d.ts.map +1 -1
- package/esm/execution/executionDefinition/factory.js +3 -3
- package/esm/execution/executionDefinition/factory.js.map +1 -1
- package/esm/execution/executionDefinition/index.d.ts.map +1 -1
- package/esm/execution/executionDefinition/index.js +1 -1
- package/esm/execution/executionDefinition/index.js.map +1 -1
- package/esm/execution/executionDefinition/validation.d.ts.map +1 -1
- package/esm/execution/executionDefinition/validation.js +1 -1
- package/esm/execution/executionDefinition/validation.js.map +1 -1
- package/esm/execution/filter/factory.d.ts +1 -1
- package/esm/execution/filter/factory.d.ts.map +1 -1
- package/esm/execution/filter/factory.js.map +1 -1
- package/esm/execution/filter/filterMerge.d.ts.map +1 -1
- package/esm/execution/filter/filterMerge.js +1 -1
- package/esm/execution/filter/filterMerge.js.map +1 -1
- package/esm/execution/measure/factory.d.ts +1 -1
- package/esm/execution/measure/factory.d.ts.map +1 -1
- package/esm/execution/measure/factory.js +1 -1
- package/esm/execution/measure/factory.js.map +1 -1
- package/esm/execution/measure/fingerprint.d.ts.map +1 -1
- package/esm/execution/measure/fingerprint.js +2 -2
- package/esm/execution/measure/fingerprint.js.map +1 -1
- package/esm/genAI/chat.d.ts +2 -2
- package/esm/genAI/chat.d.ts.map +1 -1
- package/esm/genAI/quality.d.ts +1 -1
- package/esm/genAI/quality.d.ts.map +1 -1
- package/esm/insight/comparators.d.ts.map +1 -1
- package/esm/insight/comparators.js +2 -2
- package/esm/insight/comparators.js.map +1 -1
- package/esm/insight/factory.d.ts +1 -1
- package/esm/insight/factory.d.ts.map +1 -1
- package/esm/insight/factory.js +1 -1
- package/esm/insight/sanitization.d.ts +1 -1
- package/esm/insight/sanitization.d.ts.map +1 -1
- package/esm/insight/sanitization.js +2 -2
- package/esm/insight/sanitization.js.map +1 -1
- package/esm/ldm/catalog/index.d.ts +1 -1
- package/esm/ldm/catalog/index.d.ts.map +1 -1
- package/esm/ldm/catalog/index.js.map +1 -1
- package/esm/settings/index.d.ts +1 -1
- package/esm/settings/index.d.ts.map +1 -1
- package/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-model",
|
|
3
|
-
"version": "11.31.0-alpha.
|
|
3
|
+
"version": "11.31.0-alpha.2",
|
|
4
4
|
"description": "GoodData Model definitions used by UI components and Backend SPI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData",
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
"eslint-plugin-no-barrel-files": "1.2.2",
|
|
53
53
|
"eslint-plugin-sonarjs": "3.0.6",
|
|
54
54
|
"npm-run-all": "^4.1.5",
|
|
55
|
-
"oxfmt": "0.
|
|
55
|
+
"oxfmt": "0.45.0",
|
|
56
56
|
"oxlint": "^1.43.0",
|
|
57
57
|
"oxlint-tsgolint": "0.11.4",
|
|
58
58
|
"typescript": "5.9.3",
|
|
59
59
|
"vitest": "4.1.0",
|
|
60
|
-
"@gooddata/eslint-config": "11.31.0-alpha.
|
|
61
|
-
"@gooddata/oxlint-config": "11.31.0-alpha.
|
|
60
|
+
"@gooddata/eslint-config": "11.31.0-alpha.2",
|
|
61
|
+
"@gooddata/oxlint-config": "11.31.0-alpha.2"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"_phase:build": "npm run build",
|
|
@@ -69,14 +69,14 @@
|
|
|
69
69
|
"build-check": "tsgo",
|
|
70
70
|
"build-ts": "tsgo -p tsconfig.build.json",
|
|
71
71
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|
|
72
|
-
"dep-cruiser": "depcruise --validate .dependency-cruiser.
|
|
72
|
+
"dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
|
|
73
73
|
"format-check": "oxfmt --check .",
|
|
74
74
|
"format-write": "oxfmt .",
|
|
75
|
+
"lint": "oxlint . --type-aware --quiet && eslint .",
|
|
76
|
+
"lint-fix": "oxlint . --type-aware --quiet --fix && eslint . --fix",
|
|
75
77
|
"test": "vitest watch",
|
|
76
78
|
"test-once": "vitest run",
|
|
77
79
|
"validate": "npm run lint && npm run dep-cruiser && npm run format-check",
|
|
78
|
-
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-model\"' "
|
|
79
|
-
"lint": "oxlint . --type-aware --quiet && eslint .",
|
|
80
|
-
"lint-fix": "oxlint . --type-aware --quiet --fix && eslint . --fix"
|
|
80
|
+
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/sdk-model\"' "
|
|
81
81
|
}
|
|
82
82
|
}
|