@gooddata/app-toolkit 10.44.0-alpha.5 → 10.44.0-alpha.6
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/NOTICE +3 -3
- package/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/esm/react-app-template.js.tgz +0 -0
- package/esm/react-app-template.ts.tgz +0 -0
- package/package.json +4 -4
package/NOTICE
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
|
|
8
8
|
The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.
|
|
9
9
|
|
|
10
|
-
Date generated: 2025-9-
|
|
10
|
+
Date generated: 2025-9-17
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: 4f277001e2218c57a5bec4aa8d9614fd803a7af7
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -82051,4 +82051,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
82051
82051
|
--------------------------------------------------------------------------------
|
|
82052
82052
|
--------------------------------------------------------------------------------
|
|
82053
82053
|
|
|
82054
|
-
Report Generated by FOSSA on 2025-9-
|
|
82054
|
+
Report Generated by FOSSA on 2025-9-17
|
package/esm/__version.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "10.44.0-alpha.
|
|
1
|
+
export declare const LIB_VERSION = "10.44.0-alpha.6";
|
|
2
2
|
export declare const LIB_DESCRIPTION = "CLI with useful tools for creating and maintaining GoodData web applications.";
|
|
3
3
|
export declare const LIB_NAME = "@gooddata/app-toolkit";
|
|
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 = "10.44.0-alpha.
|
|
3
|
+
export const LIB_VERSION = "10.44.0-alpha.6";
|
|
4
4
|
export const LIB_DESCRIPTION = "CLI with useful tools for creating and maintaining GoodData web applications.";
|
|
5
5
|
export const LIB_NAME = "@gooddata/app-toolkit";
|
|
6
6
|
//# sourceMappingURL=__version.js.map
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/app-toolkit",
|
|
3
|
-
"version": "10.44.0-alpha.
|
|
3
|
+
"version": "10.44.0-alpha.6",
|
|
4
4
|
"description": "CLI with useful tools for creating and maintaining GoodData web applications.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"validate-npm-package-name": "^5.0.0",
|
|
47
47
|
"webpack-cli": "6.0.1",
|
|
48
48
|
"webpack-dev-server": "5.2.2",
|
|
49
|
-
"@gooddata/sdk-backend-spi": "10.44.0-alpha.
|
|
50
|
-
"@gooddata/sdk-
|
|
51
|
-
"@gooddata/sdk-
|
|
49
|
+
"@gooddata/sdk-backend-spi": "10.44.0-alpha.6",
|
|
50
|
+
"@gooddata/sdk-model": "10.44.0-alpha.6",
|
|
51
|
+
"@gooddata/sdk-backend-tiger": "10.44.0-alpha.6"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@gooddata/eslint-config": "^4.1.1",
|