@gooddata/app-toolkit 11.2.0-alpha.6 → 11.3.0-alpha.1
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 +4 -4
- 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 -5
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-
|
|
10
|
+
Date generated: 2025-10-2
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: 5d604071654c3df860a5d5193b3d06521d0d034a
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -26345,7 +26345,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
26345
26345
|
|
|
26346
26346
|
* Package Info *
|
|
26347
26347
|
|
|
26348
|
-
Authors: torstein@highsoft.com, karol.kolodziej@blacklabel.net, jorgen.tistel@highsoft.com, jakub.szuminski@blacklabel.pl, sophie.bremer@highsoft.com, hello@vasseng.com, oystein@highsoft.com, kenh.lieng@gmail.com, ppotaczek8@gmail.com, askele.johansson@highsoft.com, goran.slettemark@highsoft.com
|
|
26348
|
+
Authors: torstein@highsoft.com, karol.kolodziej@blacklabel.net, jorgen.tistel@highsoft.com, jakub.szuminski@blacklabel.pl, sophie.bremer@highsoft.com, hello@vasseng.com, oystein@highsoft.com, kenh.lieng@gmail.com, ppotaczek8@gmail.com, askele.johansson@highsoft.com, goran.slettemark@highsoft.com, mikkeleb@gmail.com
|
|
26349
26349
|
|
|
26350
26350
|
Package Download URL: https://registry.npmjs.org/highcharts-react-official/-/highcharts-react-official-3.2.2.tgz
|
|
26351
26351
|
|
|
@@ -82385,4 +82385,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
82385
82385
|
--------------------------------------------------------------------------------
|
|
82386
82386
|
--------------------------------------------------------------------------------
|
|
82387
82387
|
|
|
82388
|
-
Report Generated by FOSSA on 2025-
|
|
82388
|
+
Report Generated by FOSSA on 2025-10-2
|
package/esm/__version.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "11.
|
|
1
|
+
export declare const LIB_VERSION = "11.3.0-alpha.1";
|
|
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 = "11.
|
|
3
|
+
export const LIB_VERSION = "11.3.0-alpha.1";
|
|
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": "11.
|
|
3
|
+
"version": "11.3.0-alpha.1",
|
|
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": "11.
|
|
50
|
-
"@gooddata/sdk-backend-tiger": "11.
|
|
51
|
-
"@gooddata/sdk-model": "11.
|
|
49
|
+
"@gooddata/sdk-backend-spi": "11.3.0-alpha.1",
|
|
50
|
+
"@gooddata/sdk-backend-tiger": "11.3.0-alpha.1",
|
|
51
|
+
"@gooddata/sdk-model": "11.3.0-alpha.1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@gooddata/eslint-config": "^4.1.1",
|
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
"@types/tar": "^6.1.0",
|
|
62
62
|
"@typescript-eslint/eslint-plugin": "^8.38.0",
|
|
63
63
|
"@typescript-eslint/parser": "^8.38.0",
|
|
64
|
-
"concurrently": "^6.0.2",
|
|
65
64
|
"dependency-cruiser": "^13.0.3",
|
|
66
65
|
"eslint": "^8.57.1",
|
|
67
66
|
"eslint-config-prettier": "^10.1.5",
|