@gooddata/app-toolkit 11.56.0-alpha.0 → 11.56.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 +5 -5
- 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: 2026-9-
|
|
10
|
+
Date generated: 2026-9-3
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: afa814c354459436e47d18bcacd7eced035b8b8e
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -11253,7 +11253,7 @@ MIT
|
|
|
11253
11253
|
|
|
11254
11254
|
Authors: opensource+npm@fb.com, react-core@meta.com
|
|
11255
11255
|
Package Manager: NPM
|
|
11256
|
-
Project URL: https://
|
|
11256
|
+
Project URL: https://react.dev/
|
|
11257
11257
|
Package Download URL: https://registry.npmjs.org/react/-/react-19.1.1.tgz
|
|
11258
11258
|
Dependency Path: @aaronhayes/react-use-hubspot-form > react > @evil-internetmann/react-dnd > react > @floating-ui/react > @floating-ui/react-dom > react > @floating-ui/react > react > @floating-ui/react-dom > react > @rc-component/picker > @rc-component/overflow > react > @rc-component/picker > @rc-component/trigger > @rc-component/motion > react > react > react-select > @emotion/react > @emotion/use-insertion-effect-with-fallbacks > react > react-select > @emotion/react > react
|
|
11259
11259
|
File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
|
|
@@ -11645,7 +11645,7 @@ MIT
|
|
|
11645
11645
|
|
|
11646
11646
|
Authors: opensource+npm@fb.com, react-core@meta.com
|
|
11647
11647
|
Package Manager: NPM
|
|
11648
|
-
Project URL: https://
|
|
11648
|
+
Project URL: https://react.dev/
|
|
11649
11649
|
Package Download URL: https://registry.npmjs.org/react-dom/-/react-dom-19.1.1.tgz
|
|
11650
11650
|
Dependency Path: @aaronhayes/react-use-hubspot-form > react-dom > @floating-ui/react > @floating-ui/react-dom > react-dom > @floating-ui/react > react-dom > @floating-ui/react-dom > react-dom > @rc-component/picker > @rc-component/overflow > @rc-component/resize-observer > react-dom > @rc-component/picker > @rc-component/overflow > react-dom > @rc-component/picker > @rc-component/trigger > @rc-component/motion > react-dom > @rc-component/picker > @rc-component/trigger > @rc-component/portal > react-dom > @rc-component/picker > react-dom > react-dom
|
|
11651
11651
|
File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
|
|
@@ -64477,4 +64477,4 @@ File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
|
|
|
64477
64477
|
--------------------------------------------------------------------------------
|
|
64478
64478
|
--------------------------------------------------------------------------------
|
|
64479
64479
|
|
|
64480
|
-
Report Generated by FOSSA on 2026-9-
|
|
64480
|
+
Report Generated by FOSSA on 2026-9-3
|
package/esm/__version.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "11.56.0-alpha.
|
|
1
|
+
export declare const LIB_VERSION = "11.56.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,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.56.0-alpha.
|
|
3
|
+
export const LIB_VERSION = "11.56.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";
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/app-toolkit",
|
|
3
|
-
"version": "11.56.0-alpha.
|
|
3
|
+
"version": "11.56.0-alpha.1",
|
|
4
4
|
"description": "CLI with useful tools for creating and maintaining GoodData web applications.",
|
|
5
5
|
"license": "LicenseRef-LICENSE",
|
|
6
6
|
"author": "GoodData",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@types/node": "24.12.0",
|
|
44
44
|
"@typescript-eslint/eslint-plugin": "8.58.0",
|
|
45
45
|
"@typescript-eslint/parser": "8.58.0",
|
|
46
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
46
|
+
"@typescript/native-preview": "7.0.0-dev.20260501.1",
|
|
47
47
|
"dependency-cruiser": "17.3.10",
|
|
48
48
|
"eslint": "^9.39.2",
|
|
49
49
|
"eslint-plugin-headers": "1.3.3",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"oxlint-tsgolint": "0.15.0",
|
|
57
57
|
"typescript": "5.9.3",
|
|
58
58
|
"vitest": "4.1.8",
|
|
59
|
-
"@gooddata/eslint-config": "11.56.0-alpha.
|
|
60
|
-
"@gooddata/oxlint-config": "11.56.0-alpha.
|
|
59
|
+
"@gooddata/eslint-config": "11.56.0-alpha.1",
|
|
60
|
+
"@gooddata/oxlint-config": "11.56.0-alpha.1"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
63
|
"_phase:build": "npm run build",
|