@gooddata/app-toolkit 11.55.0-alpha.3 → 11.55.0-alpha.4

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-31
10
+ Date generated: 2026-9-1
11
11
 
12
- Revision ID: 14f5c085f7e749fb111a5c2dfbbf7a3d25b73682
12
+ Revision ID: 3404f1a0d36039369213be192418b30d4f1226a6
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -518,7 +518,7 @@ No first party licenses found in gooddata-ui-sdk
518
518
  - open (7.4.2) [MIT]
519
519
  - ora (5.4.1) [MIT]
520
520
  - oxc-transform (0.147.0) [MIT]
521
- - oxfmt (0.52.0) [MIT, 0BSD]
521
+ - oxfmt (0.58.0) [MIT, 0BSD]
522
522
  - p-map (3.0.0) [MIT]
523
523
  - package-json-from-dist (1.0.1) [blueoak-1.0.0]
524
524
  - parent-module (1.0.1) [MIT]
@@ -10463,9 +10463,9 @@ Dependency Path: oxc-transform
10463
10463
  File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
10464
10464
 
10465
10465
  --------------------------------------------------------------------------------
10466
- Package Title: oxfmt (0.52.0)
10466
+ Package Title: oxfmt (0.58.0)
10467
10467
 
10468
- Package Locator: npm+oxfmt$0.52.0
10468
+ Package Locator: npm+oxfmt$0.58.0
10469
10469
 
10470
10470
  Package Depth: Direct
10471
10471
  --------------------------------------------------------------------------------
@@ -10535,7 +10535,7 @@ SOFTWARE.
10535
10535
  0BSD
10536
10536
  --------------------------------------------------------------------------------
10537
10537
  File matches:
10538
- - dist/plugin-C4twtOn4.js
10538
+ - dist/plugin-B4cguZ1l.js
10539
10539
  - Copyright (c) Microsoft Corporation.
10540
10540
  --------------------------------------------------------------------------------
10541
10541
 
@@ -10560,7 +10560,7 @@ MIT
10560
10560
  Authors: boshenc@gmail.com
10561
10561
  Package Manager: NPM
10562
10562
  Project URL: https://oxc.rs/docs/guide/usage/formatter
10563
- Package Download URL: https://registry.npmjs.org/oxfmt/-/oxfmt-0.52.0.tgz
10563
+ Package Download URL: https://registry.npmjs.org/oxfmt/-/oxfmt-0.58.0.tgz
10564
10564
  Dependency Path: oxfmt
10565
10565
  File Path(s): common/config/subspaces/sdk/pnpm-lock.yaml
10566
10566
 
@@ -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-31
64324
+ Report Generated by FOSSA on 2026-9-1
@@ -1,4 +1,4 @@
1
- export declare const LIB_VERSION = "11.55.0-alpha.3";
1
+ export declare const LIB_VERSION = "11.55.0-alpha.4";
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.3";
3
+ export const LIB_VERSION = "11.55.0-alpha.4";
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.3",
3
+ "version": "11.55.0-alpha.4",
4
4
  "description": "CLI with useful tools for creating and maintaining GoodData web applications.",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData",
@@ -51,13 +51,13 @@
51
51
  "eslint-plugin-jsdoc": "62.1.0",
52
52
  "eslint-plugin-no-barrel-files": "1.2.2",
53
53
  "eslint-plugin-sonarjs": "3.0.6",
54
- "oxfmt": "0.52.0",
54
+ "oxfmt": "0.58.0",
55
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.3",
60
- "@gooddata/oxlint-config": "11.55.0-alpha.3"
59
+ "@gooddata/oxlint-config": "11.55.0-alpha.4",
60
+ "@gooddata/eslint-config": "11.55.0-alpha.4"
61
61
  },
62
62
  "scripts": {
63
63
  "_phase:build": "npm run build",