@gooddata/app-toolkit 11.29.0-alpha.1 → 11.29.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-2
10
+ Date generated: 2026-4-6
11
11
 
12
- Revision ID: e7ff81024e7ab49cdead880e67239239f55b6bab
12
+ Revision ID: 1b37b2565c35b2892cdfb0f3ac871172e5ee7a9a
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -374,7 +374,7 @@ Revision ID: e7ff81024e7ab49cdead880e67239239f55b6bab
374
374
  - bail (2.0.2) [MIT]
375
375
  - balanced-match (2.0.0) [MIT]
376
376
  - base64-js (1.5.1) [MIT]
377
- - baseline-browser-mapping (2.10.10) [Apache-2.0]
377
+ - baseline-browser-mapping (2.10.12) [Apache-2.0]
378
378
  - batch (0.6.1) [MIT]
379
379
  - binary-extensions (2.3.0) [MIT]
380
380
  - bl (4.1.0) [MIT]
@@ -5339,9 +5339,9 @@ MIT
5339
5339
 
5340
5340
 
5341
5341
  --------------------------------------------------------------------------------
5342
- Package Title: baseline-browser-mapping (2.10.10)
5342
+ Package Title: baseline-browser-mapping (2.10.12)
5343
5343
 
5344
- Package Locator: npm+baseline-browser-mapping$2.10.10
5344
+ Package Locator: npm+baseline-browser-mapping$2.10.12
5345
5345
 
5346
5346
  Package Depth: Transitive
5347
5347
  --------------------------------------------------------------------------------
@@ -38173,4 +38173,4 @@ POSSIBILITY OF SUCH DAMAGE.
38173
38173
  --------------------------------------------------------------------------------
38174
38174
  --------------------------------------------------------------------------------
38175
38175
 
38176
- Report Generated by FOSSA on 2026-4-2
38176
+ Report Generated by FOSSA on 2026-4-6
@@ -1,4 +1,4 @@
1
- export declare const LIB_VERSION = "11.29.0-alpha.1";
1
+ export declare const LIB_VERSION = "11.29.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.29.0-alpha.1";
3
+ export const LIB_VERSION = "11.29.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.29.0-alpha.1",
3
+ "version": "11.29.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.29.0-alpha.1",
50
- "@gooddata/sdk-backend-tiger": "11.29.0-alpha.1",
51
- "@gooddata/sdk-model": "11.29.0-alpha.1"
49
+ "@gooddata/sdk-backend-spi": "11.29.0-alpha.3",
50
+ "@gooddata/sdk-backend-tiger": "11.29.0-alpha.3",
51
+ "@gooddata/sdk-model": "11.29.0-alpha.3"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/columnify": "^1.5.1",
@@ -58,8 +58,8 @@
58
58
  "@types/lodash-es": "^4.17.12",
59
59
  "@types/node": "22.13.0",
60
60
  "@types/tar": "^6.1.0",
61
- "@typescript-eslint/eslint-plugin": "8.52.0",
62
- "@typescript-eslint/parser": "8.52.0",
61
+ "@typescript-eslint/eslint-plugin": "8.58.0",
62
+ "@typescript-eslint/parser": "8.58.0",
63
63
  "@typescript/native-preview": "7.0.0-dev.20260202.1",
64
64
  "dependency-cruiser": "^14.1.2",
65
65
  "eslint": "^9.39.2",
@@ -76,8 +76,8 @@
76
76
  "typescript": "5.9.3",
77
77
  "vitest": "4.1.0",
78
78
  "webpack": "5.93.0",
79
- "@gooddata/eslint-config": "11.29.0-alpha.1",
80
- "@gooddata/oxlint-config": "11.29.0-alpha.1"
79
+ "@gooddata/eslint-config": "11.29.0-alpha.3",
80
+ "@gooddata/oxlint-config": "11.29.0-alpha.3"
81
81
  },
82
82
  "scripts": {
83
83
  "_phase:build": "npm run build",