@gooddata/catalog-export 11.8.0-alpha.3 → 11.8.0-alpha.5
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 +1 -1
- package/esm/__version.js +1 -1
- package/package.json +4 -4
package/esm/__version.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "11.8.0-alpha.
|
|
1
|
+
export declare const LIB_VERSION = "11.8.0-alpha.5";
|
|
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,6 +1,6 @@
|
|
|
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.8.0-alpha.
|
|
3
|
+
export const LIB_VERSION = "11.8.0-alpha.5";
|
|
4
4
|
export const LIB_DESCRIPTION = "GoodData SDK Catalog Export tooling";
|
|
5
5
|
export const LIB_NAME = "@gooddata/catalog-export";
|
|
6
6
|
//# sourceMappingURL=__version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/catalog-export",
|
|
3
|
-
"version": "11.8.0-alpha.
|
|
3
|
+
"version": "11.8.0-alpha.5",
|
|
4
4
|
"description": "GoodData SDK Catalog Export tooling",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"strip-ansi": "^6.0.0",
|
|
37
37
|
"ts-morph": "^26.0.0",
|
|
38
38
|
"tslib": "2.8.1",
|
|
39
|
-
"@gooddata/api-client-tiger": "11.8.0-alpha.
|
|
40
|
-
"@gooddata/sdk-model": "11.8.0-alpha.
|
|
39
|
+
"@gooddata/api-client-tiger": "11.8.0-alpha.5",
|
|
40
|
+
"@gooddata/sdk-model": "11.8.0-alpha.5"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
43
|
"@types/babel__core": "^7.20.1",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"happy-dom": "18.0.1",
|
|
63
63
|
"typescript": "5.8.3",
|
|
64
64
|
"vitest": "3.2.4",
|
|
65
|
-
"@gooddata/eslint-config": "11.8.0-alpha.
|
|
65
|
+
"@gooddata/eslint-config": "11.8.0-alpha.5"
|
|
66
66
|
},
|
|
67
67
|
"scripts": {
|
|
68
68
|
"_phase:build": "npm run build",
|