@gooddata/catalog-export 11.54.0-alpha.2 → 11.54.0-alpha.4
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/__version.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "11.54.0-alpha.
|
|
1
|
+
export declare const LIB_VERSION = "11.54.0-alpha.4";
|
|
2
2
|
export declare const LIB_DESCRIPTION = "GoodData SDK Catalog Export tooling";
|
|
3
3
|
export declare const LIB_NAME = "@gooddata/catalog-export";
|
|
4
4
|
//# sourceMappingURL=__version.d.ts.map
|
package/esm/__version.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// (C) 2021 GoodData Corporation
|
|
2
2
|
// DO NOT CHANGE THIS FILE, IT IS RE-GENERATED ON EVERY BUILD
|
|
3
|
-
export const LIB_VERSION = "11.54.0-alpha.
|
|
3
|
+
export const LIB_VERSION = "11.54.0-alpha.4";
|
|
4
4
|
export const LIB_DESCRIPTION = "GoodData SDK Catalog Export tooling";
|
|
5
5
|
export const LIB_NAME = "@gooddata/catalog-export";
|
package/esm/cli/loggers.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loggers.d.ts","sourceRoot":"","sources":["../../src/cli/loggers.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"loggers.d.ts","sourceRoot":"","sources":["../../src/cli/loggers.ts"],"names":[],"mappings":"AAOA,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAEpD;AAED,wBAAgB,SAAS,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,SAAI,GAAG,MAAM,CAI9D;AAED,wBAAgB,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,IAAI,CAEpD;AAED,wBAAgB,QAAQ,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAE9C;AAED,wBAAgB,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAEhD;AAED,wBAAgB,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAE7C;AAED,wBAAgB,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAE7C;AAED,wBAAgB,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,GAAE,MAAU,GAAG,IAAI,CAEjE;AAED,wBAAgB,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAGjD"}
|
package/esm/cli/loggers.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tigerCommon.d.ts","sourceRoot":"","sources":["../../../src/loaders/tiger/tigerCommon.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"tigerCommon.d.ts","sourceRoot":"","sources":["../../../src/loaders/tiger/tigerCommon.ts"],"names":[],"mappings":"AAIA,OAAO,EAGH,KAAK,4BAA4B,EAEjC,KAAK,iBAAiB,EAEtB,KAAK,eAAe,EACvB,MAAM,4BAA4B,CAAC;AAEpC,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAEvE,MAAM,MAAM,QAAQ,GAAG;IAAE,CAAC,EAAE,EAAE,MAAM,GAAG,eAAe,CAAA;CAAE,CAAC;AACzD,MAAM,MAAM,UAAU,GAAG;IAAE,CAAC,EAAE,EAAE,MAAM,GAAG,iBAAiB,CAAA;CAAE,CAAC;AAE7D,wBAAgB,cAAc,CAAC,QAAQ,EAAE,GAAG,EAAE,GAAG,SAAS,GAAG,QAAQ,CAgBpE;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,GAAG,EAAE,GAAG,SAAS,GAAG,UAAU,CAgBxE;AAED,wBAAgB,oBAAoB,CAChC,aAAa,EAAE,MAAM,GAAG,SAAS,EACjC,WAAW,EAAE,UAAU,GACxB,iBAAiB,GAAG,SAAS,CAa/B;AAED,wBAAgB,aAAa,CAAC,SAAS,EAAE,4BAA4B,EAAE,SAAS,EAAE,QAAQ,GAAG,WAAW,EAAE,CAmBzG;AAED,wBAAgB,gBAAgB,CAC5B,SAAS,EAAE,4BAA4B,EACvC,MAAM,EAAE,QAAQ,GACjB,SAAS,GAAG,SAAS,CAavB"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// (C) 2007-
|
|
1
|
+
// (C) 2007-2026 GoodData Corporation
|
|
2
2
|
import { keyBy } from "lodash-es";
|
|
3
3
|
export function createLabelMap(included) {
|
|
4
4
|
if (!included) {
|
|
@@ -30,12 +30,12 @@ export function createDatasetMap(included) {
|
|
|
30
30
|
}
|
|
31
31
|
export function getReferencedDataset(relationships, datasetsMap) {
|
|
32
32
|
if (!relationships) {
|
|
33
|
-
return;
|
|
33
|
+
return undefined;
|
|
34
34
|
}
|
|
35
35
|
const datasetsRef = relationships?.dataset
|
|
36
36
|
?.data;
|
|
37
37
|
if (!datasetsRef) {
|
|
38
|
-
return;
|
|
38
|
+
return undefined;
|
|
39
39
|
}
|
|
40
40
|
return datasetsMap[datasetsRef.id];
|
|
41
41
|
}
|
|
@@ -45,7 +45,7 @@ export function convertLabels(attribute, labelsMap) {
|
|
|
45
45
|
.map((ref) => {
|
|
46
46
|
const label = labelsMap[ref.id];
|
|
47
47
|
if (!label) {
|
|
48
|
-
return;
|
|
48
|
+
return undefined;
|
|
49
49
|
}
|
|
50
50
|
return {
|
|
51
51
|
meta: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/catalog-export",
|
|
3
|
-
"version": "11.54.0-alpha.
|
|
3
|
+
"version": "11.54.0-alpha.4",
|
|
4
4
|
"description": "GoodData SDK Catalog Export tooling",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"strip-ansi": "^6.0.0",
|
|
37
37
|
"ts-morph": "27.0.2",
|
|
38
38
|
"tslib": "2.8.1",
|
|
39
|
-
"@gooddata/api-client-tiger": "11.54.0-alpha.
|
|
40
|
-
"@gooddata/sdk-model": "11.54.0-alpha.
|
|
39
|
+
"@gooddata/api-client-tiger": "11.54.0-alpha.4",
|
|
40
|
+
"@gooddata/sdk-model": "11.54.0-alpha.4"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/babel__core": "7.20.5",
|
|
@@ -62,8 +62,8 @@
|
|
|
62
62
|
"oxlint-tsgolint": "0.15.0",
|
|
63
63
|
"typescript": "5.9.3",
|
|
64
64
|
"vitest": "4.1.8",
|
|
65
|
-
"@gooddata/oxlint-config": "11.54.0-alpha.
|
|
66
|
-
"@gooddata/eslint-config": "11.54.0-alpha.
|
|
65
|
+
"@gooddata/oxlint-config": "11.54.0-alpha.4",
|
|
66
|
+
"@gooddata/eslint-config": "11.54.0-alpha.4"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"_phase:build": "npm run build",
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
|
|
78
78
|
"format-check": "oxfmt --check .",
|
|
79
79
|
"format-write": "oxfmt .",
|
|
80
|
-
"lint": "oxlint . --quiet && eslint
|
|
81
|
-
"lint-fix": "oxlint . --quiet --fix && eslint
|
|
80
|
+
"lint": "oxlint . --quiet && eslint .",
|
|
81
|
+
"lint-fix": "oxlint . --quiet --fix && eslint . --fix",
|
|
82
82
|
"test": "vitest watch",
|
|
83
83
|
"test-once": "vitest run",
|
|
84
84
|
"validate": "npm run dep-cruiser && npm run lint && npm run format-check"
|