@gooddata/app-toolkit 11.55.0-alpha.2 → 11.55.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-8-30
10
+ Date generated: 2026-8-31
11
11
 
12
- Revision ID: ddb9da987c2b38f109d24ae5d452deb8e2f28bd2
12
+ Revision ID: 14f5c085f7e749fb111a5c2dfbbf7a3d25b73682
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -35327,7 +35327,7 @@ MIT
35327
35327
 
35328
35328
  Authors: admin@simonboudrias.com
35329
35329
  Package Manager: NPM
35330
- Project URL: https://www.npmjs.com/package/run-async
35330
+ Project URL: https://github.com/SBoudrias/run-async#readme
35331
35331
  Package Download URL: https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz
35332
35332
  Dependency Path: inquirer > run-async
35333
35333
  File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
@@ -64321,4 +64321,4 @@ File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
64321
64321
  --------------------------------------------------------------------------------
64322
64322
  --------------------------------------------------------------------------------
64323
64323
 
64324
- Report Generated by FOSSA on 2026-8-30
64324
+ Report Generated by FOSSA on 2026-8-31
@@ -1,4 +1,4 @@
1
- export declare const LIB_VERSION = "11.55.0-alpha.2";
1
+ export declare const LIB_VERSION = "11.55.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,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.55.0-alpha.2";
3
+ export const LIB_VERSION = "11.55.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";
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/app-toolkit",
3
- "version": "11.55.0-alpha.2",
3
+ "version": "11.55.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",
@@ -52,12 +52,12 @@
52
52
  "eslint-plugin-no-barrel-files": "1.2.2",
53
53
  "eslint-plugin-sonarjs": "3.0.6",
54
54
  "oxfmt": "0.52.0",
55
- "oxlint": "1.51.0",
55
+ "oxlint": "1.57.0",
56
56
  "oxlint-tsgolint": "0.15.0",
57
57
  "typescript": "5.9.3",
58
58
  "vitest": "4.1.8",
59
- "@gooddata/eslint-config": "11.55.0-alpha.2",
60
- "@gooddata/oxlint-config": "11.55.0-alpha.2"
59
+ "@gooddata/eslint-config": "11.55.0-alpha.3",
60
+ "@gooddata/oxlint-config": "11.55.0-alpha.3"
61
61
  },
62
62
  "scripts": {
63
63
  "_phase:build": "npm run build",