@gooddata/sdk-code-convertors 11.39.0-alpha.3 → 11.39.0
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.
|
@@ -167,7 +167,7 @@ export function yamlDashboardToDeclarative(entities, input) {
|
|
|
167
167
|
const [, permissions] = toDeclarativePermissions(input.permissions);
|
|
168
168
|
const content = yamlVersion === "3"
|
|
169
169
|
? {
|
|
170
|
-
version: "
|
|
170
|
+
version: "3",
|
|
171
171
|
plugins,
|
|
172
172
|
tabs,
|
|
173
173
|
...(input.cross_filtering === false ? { disableCrossFiltering: true } : {}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-code-convertors",
|
|
3
|
-
"version": "11.39.0
|
|
3
|
+
"version": "11.39.0",
|
|
4
4
|
"description": "GoodData AAC declarative converters",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"uuid": "11.1.0",
|
|
28
28
|
"yaml": "2.8.3",
|
|
29
|
-
"@gooddata/
|
|
30
|
-
"@gooddata/
|
|
31
|
-
"@gooddata/sdk-
|
|
29
|
+
"@gooddata/sdk-model": "11.39.0",
|
|
30
|
+
"@gooddata/api-client-tiger": "11.39.0",
|
|
31
|
+
"@gooddata/sdk-code-schemas": "11.39.0"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@microsoft/api-extractor": "^7.55.2",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"oxlint-tsgolint": "0.11.4",
|
|
51
51
|
"typescript": "5.9.3",
|
|
52
52
|
"vitest": "4.1.0",
|
|
53
|
-
"@gooddata/
|
|
54
|
-
"@gooddata/
|
|
53
|
+
"@gooddata/oxlint-config": "11.39.0",
|
|
54
|
+
"@gooddata/eslint-config": "11.39.0"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"_phase:build": "npm run build",
|