@gooddata/app-toolkit 11.5.0-alpha.5 → 11.5.0
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.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/react-app-template.js.tgz +0 -0
- package/esm/react-app-template.ts.tgz +0 -0
- package/package.json +5 -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-
|
|
10
|
+
Date generated: 2025-10-16
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: 89e2970c5558f579f18a204b9d9ccb68c5527d0b
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -27565,7 +27565,7 @@ OTHER DEALINGS IN THE SOFTWARE.
|
|
|
27565
27565
|
|
|
27566
27566
|
* Package Info *
|
|
27567
27567
|
|
|
27568
|
-
Authors: admin@simonboudrias.com,
|
|
27568
|
+
Authors: admin@simonboudrias.com, mail@michael-kuehnel.de, ruyadorno@hotmail.com
|
|
27569
27569
|
|
|
27570
27570
|
Package Download URL: https://registry.npmjs.org/inquirer/-/inquirer-8.2.7.tgz
|
|
27571
27571
|
|
|
@@ -82386,4 +82386,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
82386
82386
|
--------------------------------------------------------------------------------
|
|
82387
82387
|
--------------------------------------------------------------------------------
|
|
82388
82388
|
|
|
82389
|
-
Report Generated by FOSSA on 2025-10-
|
|
82389
|
+
Report Generated by FOSSA on 2025-10-16
|
package/esm/__version.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "11.5.0
|
|
1
|
+
export declare const LIB_VERSION = "11.5.0";
|
|
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.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"__version.d.ts","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"__version.d.ts","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,WAAW,CAAC;AAEpC,eAAO,MAAM,eAAe,kFAAkF,CAAC;AAE/G,eAAO,MAAM,QAAQ,0BAA0B,CAAC"}
|
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.5.0
|
|
3
|
+
export const LIB_VERSION = "11.5.0";
|
|
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
|
package/esm/__version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"__version.js","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,6DAA6D;AAE7D,MAAM,CAAC,MAAM,WAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"__version.js","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,6DAA6D;AAE7D,MAAM,CAAC,MAAM,WAAW,GAAG,QAAQ,CAAC;AAEpC,MAAM,CAAC,MAAM,eAAe,GAAG,+EAA+E,CAAC;AAE/G,MAAM,CAAC,MAAM,QAAQ,GAAG,uBAAuB,CAAC"}
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/app-toolkit",
|
|
3
|
-
"version": "11.5.0
|
|
3
|
+
"version": "11.5.0",
|
|
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.5.0
|
|
50
|
-
"@gooddata/sdk-
|
|
51
|
-
"@gooddata/sdk-
|
|
49
|
+
"@gooddata/sdk-backend-spi": "11.5.0",
|
|
50
|
+
"@gooddata/sdk-model": "11.5.0",
|
|
51
|
+
"@gooddata/sdk-backend-tiger": "11.5.0"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/columnify": "^1.5.1",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"typescript": "5.8.3",
|
|
77
77
|
"vitest": "3.2.4",
|
|
78
78
|
"webpack": "5.93.0",
|
|
79
|
-
"@gooddata/eslint-config": "11.5.0
|
|
79
|
+
"@gooddata/eslint-config": "11.5.0"
|
|
80
80
|
},
|
|
81
81
|
"scripts": {
|
|
82
82
|
"_phase:build": "npm run build",
|