@gooddata/app-toolkit 11.28.0-alpha.0 → 11.28.0-alpha.2

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-3-25
10
+ Date generated: 2026-3-27
11
11
 
12
- Revision ID: 6d7baf09fe804f35c8c785314dbb79a6a131be26
12
+ Revision ID: 59ce5c4a71dedf1e73c63133f5e598b36219c7c6
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -1105,6 +1105,7 @@ Revision ID: 6d7baf09fe804f35c8c785314dbb79a6a131be26
1105
1105
  - wsl-utils (0.1.0) [MIT]
1106
1106
  - yallist (3.1.1) [ISC]
1107
1107
  - yallist (4.0.0) [ISC]
1108
+ - yaml (2.8.3) [ISC]
1108
1109
  - yaml (1.10.2) [ISC]
1109
1110
  - zwitch (2.0.4) [MIT]
1110
1111
 
@@ -14211,6 +14212,18 @@ Package Depth: Transitive
14211
14212
  ISC
14212
14213
 
14213
14214
 
14215
+ --------------------------------------------------------------------------------
14216
+ Package Title: yaml (2.8.3)
14217
+
14218
+ Package Locator: npm+yaml$2.8.3
14219
+
14220
+ Package Depth: Direct
14221
+ --------------------------------------------------------------------------------
14222
+
14223
+ * Declared Licenses *
14224
+ ISC
14225
+
14226
+
14214
14227
  --------------------------------------------------------------------------------
14215
14228
  Package Title: yaml (1.10.2)
14216
14229
 
@@ -38160,4 +38173,4 @@ POSSIBILITY OF SUCH DAMAGE.
38160
38173
  --------------------------------------------------------------------------------
38161
38174
  --------------------------------------------------------------------------------
38162
38175
 
38163
- Report Generated by FOSSA on 2026-3-25
38176
+ Report Generated by FOSSA on 2026-3-27
@@ -1,4 +1,4 @@
1
- export declare const LIB_VERSION = "11.28.0-alpha.0";
1
+ export declare const LIB_VERSION = "11.28.0-alpha.2";
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.28.0-alpha.0";
3
+ export const LIB_VERSION = "11.28.0-alpha.2";
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.28.0-alpha.0",
3
+ "version": "11.28.0-alpha.2",
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.28.0-alpha.0",
50
- "@gooddata/sdk-backend-tiger": "11.28.0-alpha.0",
51
- "@gooddata/sdk-model": "11.28.0-alpha.0"
49
+ "@gooddata/sdk-backend-spi": "11.28.0-alpha.2",
50
+ "@gooddata/sdk-backend-tiger": "11.28.0-alpha.2",
51
+ "@gooddata/sdk-model": "11.28.0-alpha.2"
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/eslint-config": "11.28.0-alpha.0",
80
- "@gooddata/oxlint-config": "11.28.0-alpha.0"
79
+ "@gooddata/oxlint-config": "11.28.0-alpha.2",
80
+ "@gooddata/eslint-config": "11.28.0-alpha.2"
81
81
  },
82
82
  "scripts": {
83
83
  "_phase:build": "npm run build",