@gooddata/app-toolkit 10.0.0-alpha.16 → 10.0.0-alpha.18
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/README.md +1 -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: 2024-4-
|
|
10
|
+
Date generated: 2024-4-4
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: 3ba0fd05a63b7488bfc9d7bc7484a9d91f236bac
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -68364,4 +68364,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
68364
68364
|
--------------------------------------------------------------------------------
|
|
68365
68365
|
--------------------------------------------------------------------------------
|
|
68366
68366
|
|
|
68367
|
-
Report Generated by FOSSA on 2024-4-
|
|
68367
|
+
Report Generated by FOSSA on 2024-4-4
|
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://npmcharts.com/compare/@gooddata/app-toolkit?minimal=true)
|
|
5
5
|

|
|
6
6
|
|
|
7
|
-
This package is a part of the [GoodData.UI SDK](https://
|
|
7
|
+
This package is a part of the [GoodData.UI SDK](https://www.gooddata.com/docs/gooddata-ui/latest/).
|
|
8
8
|
To learn more, check [the source monorepo](https://github.com/gooddata/gooddata-ui-sdk).
|
|
9
9
|
|
|
10
10
|
This package implements GoodData Application Development Toolkit (ADT). The primary entry point to the toolkit is its
|
|
@@ -12,8 +12,6 @@ CLI tool called `gdc-apps`. Through this CLI tool you can currently:
|
|
|
12
12
|
|
|
13
13
|
- Create a new project to develop a GoodData.UI powered React application
|
|
14
14
|
|
|
15
|
-
Read more about GoodData.UI in [official documentation](https://sdk.gooddata.com/gooddata-ui).
|
|
16
|
-
|
|
17
15
|
## License
|
|
18
16
|
|
|
19
17
|
(C) 2017-2022 GoodData Corporation
|
package/esm/__version.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "10.0.0-alpha.
|
|
1
|
+
export declare const LIB_VERSION = "10.0.0-alpha.18";
|
|
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.0.0-alpha.
|
|
3
|
+
export const LIB_VERSION = "10.0.0-alpha.18";
|
|
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.0.0-alpha.
|
|
3
|
+
"version": "10.0.0-alpha.18",
|
|
4
4
|
"author": "GoodData",
|
|
5
5
|
"description": "CLI with useful tools for creating and maintaining GoodData web applications.",
|
|
6
6
|
"repository": {
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
"tar": "^6.1.11",
|
|
45
45
|
"tslib": "^2.5.0",
|
|
46
46
|
"validate-npm-package-name": "^5.0.0",
|
|
47
|
-
"@gooddata/sdk-backend-spi": "10.0.0-alpha.
|
|
48
|
-
"@gooddata/sdk-
|
|
49
|
-
"@gooddata/sdk-
|
|
47
|
+
"@gooddata/sdk-backend-spi": "10.0.0-alpha.18",
|
|
48
|
+
"@gooddata/sdk-model": "10.0.0-alpha.18",
|
|
49
|
+
"@gooddata/sdk-backend-tiger": "10.0.0-alpha.18"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@gooddata/eslint-config": "^4.1.0",
|