@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: "2",
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-alpha.3",
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/api-client-tiger": "11.39.0-alpha.3",
30
- "@gooddata/sdk-code-schemas": "11.39.0-alpha.3",
31
- "@gooddata/sdk-model": "11.39.0-alpha.3"
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/eslint-config": "11.39.0-alpha.3",
54
- "@gooddata/oxlint-config": "11.39.0-alpha.3"
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",