@gooddata/app-toolkit 11.53.0-alpha.2 → 11.53.0-alpha.3
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 +6 -6
- 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 +6 -6
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: 2026-8-
|
|
10
|
+
Date generated: 2026-8-17
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: a87db0e8382a288c7d652219ae8787851fb066a3
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -375,7 +375,7 @@ Revision ID: 03b276147864f291b2ed2694a19ccbfa1d69ce6b
|
|
|
375
375
|
- balanced-match (2.0.0) [MIT]
|
|
376
376
|
- balanced-match (4.0.4) [MIT]
|
|
377
377
|
- base64-js (1.5.1) [MIT]
|
|
378
|
-
- baseline-browser-mapping (2.11.
|
|
378
|
+
- baseline-browser-mapping (2.11.14) [Apache-2.0]
|
|
379
379
|
- batch (0.6.1) [MIT]
|
|
380
380
|
- binary-extensions (2.3.0) [MIT]
|
|
381
381
|
- bl (4.1.0) [MIT]
|
|
@@ -5303,9 +5303,9 @@ MIT
|
|
|
5303
5303
|
|
|
5304
5304
|
|
|
5305
5305
|
--------------------------------------------------------------------------------
|
|
5306
|
-
Package Title: baseline-browser-mapping (2.11.
|
|
5306
|
+
Package Title: baseline-browser-mapping (2.11.14)
|
|
5307
5307
|
|
|
5308
|
-
Package Locator: npm+baseline-browser-mapping$2.11.
|
|
5308
|
+
Package Locator: npm+baseline-browser-mapping$2.11.14
|
|
5309
5309
|
|
|
5310
5310
|
Package Depth: Transitive
|
|
5311
5311
|
--------------------------------------------------------------------------------
|
|
@@ -29407,4 +29407,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
29407
29407
|
--------------------------------------------------------------------------------
|
|
29408
29408
|
--------------------------------------------------------------------------------
|
|
29409
29409
|
|
|
29410
|
-
Report Generated by FOSSA on 2026-8-
|
|
29410
|
+
Report Generated by FOSSA on 2026-8-17
|
package/esm/__version.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "11.53.0-alpha.
|
|
1
|
+
export declare const LIB_VERSION = "11.53.0-alpha.3";
|
|
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,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.53.0-alpha.
|
|
3
|
+
export const LIB_VERSION = "11.53.0-alpha.3";
|
|
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";
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/app-toolkit",
|
|
3
|
-
"version": "11.53.0-alpha.
|
|
3
|
+
"version": "11.53.0-alpha.3",
|
|
4
4
|
"description": "CLI with useful tools for creating and maintaining GoodData web applications.",
|
|
5
5
|
"license": "LicenseRef-LICENSE",
|
|
6
6
|
"author": "GoodData",
|
|
@@ -46,9 +46,9 @@
|
|
|
46
46
|
"validate-npm-package-name": "^5.0.0",
|
|
47
47
|
"webpack-cli": "7.0.3",
|
|
48
48
|
"webpack-dev-server": "5.2.4",
|
|
49
|
-
"@gooddata/sdk-backend-spi": "11.53.0-alpha.
|
|
50
|
-
"@gooddata/sdk-backend-tiger": "11.53.0-alpha.
|
|
51
|
-
"@gooddata/sdk-model": "11.53.0-alpha.
|
|
49
|
+
"@gooddata/sdk-backend-spi": "11.53.0-alpha.3",
|
|
50
|
+
"@gooddata/sdk-backend-tiger": "11.53.0-alpha.3",
|
|
51
|
+
"@gooddata/sdk-model": "11.53.0-alpha.3"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/columnify": "^1.5.1",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"typescript": "5.9.3",
|
|
76
76
|
"vitest": "4.1.8",
|
|
77
77
|
"webpack": "5.107.2",
|
|
78
|
-
"@gooddata/eslint-config": "11.53.0-alpha.
|
|
79
|
-
"@gooddata/oxlint-config": "11.53.0-alpha.
|
|
78
|
+
"@gooddata/eslint-config": "11.53.0-alpha.3",
|
|
79
|
+
"@gooddata/oxlint-config": "11.53.0-alpha.3"
|
|
80
80
|
},
|
|
81
81
|
"scripts": {
|
|
82
82
|
"_phase:build": "npm run build",
|