@gooddata/app-toolkit 11.33.0-alpha.1 → 11.33.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 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-4-29
10
+ Date generated: 2026-5-4
11
11
 
12
- Revision ID: f162afa963b9f17bb6f90df9c68168a3d1498cc0
12
+ Revision ID: 0c39c460e837a54efedde9d37131feb930e4b8a1
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -189,6 +189,7 @@ Revision ID: f162afa963b9f17bb6f90df9c68168a3d1498cc0
189
189
  - @formatjs/intl-localematcher (0.5.8) [MIT]
190
190
  - @formatjs/intl-localematcher (0.6.1) [MIT]
191
191
  - @formatjs/ts-transformer (3.13.23) [MIT]
192
+ - @gooddata/emailjs-mime-codec-new (3.0.2) [MIT]
192
193
  - @html-validate/stylish (4.3.0) [MIT]
193
194
  - @inquirer/external-editor (1.0.2) [MIT]
194
195
  - @isaacs/balanced-match (4.0.1) [MIT]
@@ -375,7 +376,7 @@ Revision ID: f162afa963b9f17bb6f90df9c68168a3d1498cc0
375
376
  - bail (2.0.2) [MIT]
376
377
  - balanced-match (2.0.0) [MIT]
377
378
  - base64-js (1.5.1) [MIT]
378
- - baseline-browser-mapping (2.10.23) [Apache-2.0]
379
+ - baseline-browser-mapping (2.10.27) [Apache-2.0]
379
380
  - batch (0.6.1) [MIT]
380
381
  - binary-extensions (2.3.0) [MIT]
381
382
  - bl (4.1.0) [MIT]
@@ -3101,6 +3102,18 @@ Package Depth: Transitive
3101
3102
  MIT
3102
3103
 
3103
3104
 
3105
+ --------------------------------------------------------------------------------
3106
+ Package Title: @gooddata/emailjs-mime-codec-new (3.0.2)
3107
+
3108
+ Package Locator: npm+@gooddata/emailjs-mime-codec-new$3.0.2
3109
+
3110
+ Package Depth: Direct
3111
+ --------------------------------------------------------------------------------
3112
+
3113
+ * Declared Licenses *
3114
+ MIT
3115
+
3116
+
3104
3117
  --------------------------------------------------------------------------------
3105
3118
  Package Title: @html-validate/stylish (4.3.0)
3106
3119
 
@@ -5354,9 +5367,9 @@ MIT
5354
5367
 
5355
5368
 
5356
5369
  --------------------------------------------------------------------------------
5357
- Package Title: baseline-browser-mapping (2.10.23)
5370
+ Package Title: baseline-browser-mapping (2.10.27)
5358
5371
 
5359
- Package Locator: npm+baseline-browser-mapping$2.10.23
5372
+ Package Locator: npm+baseline-browser-mapping$2.10.27
5360
5373
 
5361
5374
  Package Depth: Transitive
5362
5375
  --------------------------------------------------------------------------------
@@ -25981,6 +25994,29 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25981
25994
  THE SOFTWARE.
25982
25995
 
25983
25996
 
25997
+ * MIT *
25998
+
25999
+ Copyright (c) 2013 Andris Reinman
26000
+
26001
+ Permission is hereby granted, free of charge, to any person obtaining a copy
26002
+ of this software and associated documentation files (the "Software"), to deal
26003
+ in the Software without restriction, including without limitation the rights
26004
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26005
+ copies of the Software, and to permit persons to whom the Software is
26006
+ furnished to do so, subject to the following conditions:
26007
+
26008
+ The above copyright notice and this permission notice shall be included in
26009
+ all copies or substantial portions of the Software.
26010
+
26011
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
26012
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
26013
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
26014
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
26015
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26016
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
26017
+ THE SOFTWARE.
26018
+
26019
+
25984
26020
  * MIT *
25985
26021
 
25986
26022
  Copyright (c) 2013 Kael Zhang <i@kael.me>, contributors
@@ -38241,4 +38277,4 @@ POSSIBILITY OF SUCH DAMAGE.
38241
38277
  --------------------------------------------------------------------------------
38242
38278
  --------------------------------------------------------------------------------
38243
38279
 
38244
- Report Generated by FOSSA on 2026-4-29
38280
+ Report Generated by FOSSA on 2026-5-4
@@ -1,4 +1,4 @@
1
- export declare const LIB_VERSION = "11.33.0-alpha.1";
1
+ export declare const LIB_VERSION = "11.33.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,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.33.0-alpha.1";
3
+ export const LIB_VERSION = "11.33.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";
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.33.0-alpha.1",
3
+ "version": "11.33.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": "6.0.1",
48
48
  "webpack-dev-server": "5.2.2",
49
- "@gooddata/sdk-backend-spi": "11.33.0-alpha.1",
50
- "@gooddata/sdk-backend-tiger": "11.33.0-alpha.1",
51
- "@gooddata/sdk-model": "11.33.0-alpha.1"
49
+ "@gooddata/sdk-backend-spi": "11.33.0-alpha.3",
50
+ "@gooddata/sdk-model": "11.33.0-alpha.3",
51
+ "@gooddata/sdk-backend-tiger": "11.33.0-alpha.3"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/columnify": "^1.5.1",
@@ -76,8 +76,8 @@
76
76
  "typescript": "5.9.3",
77
77
  "vitest": "4.1.0",
78
78
  "webpack": "5.93.0",
79
- "@gooddata/oxlint-config": "11.33.0-alpha.1",
80
- "@gooddata/eslint-config": "11.33.0-alpha.1"
79
+ "@gooddata/eslint-config": "11.33.0-alpha.3",
80
+ "@gooddata/oxlint-config": "11.33.0-alpha.3"
81
81
  },
82
82
  "scripts": {
83
83
  "_phase:build": "npm run build",