@gooddata/app-toolkit 11.48.0-alpha.0 → 11.48.0-alpha.1

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
@@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with goo
9
9
 
10
10
  Date generated: 2026-7-16
11
11
 
12
- Revision ID: a9c1bae6689fa76eb7a3de0ef1c0e7153ce0579c
12
+ Revision ID: 673cff1911eb24f1e212d2c51b5463b98c9b6c96
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -1,4 +1,4 @@
1
- export declare const LIB_VERSION = "11.48.0-alpha.0";
1
+ export declare const LIB_VERSION = "11.48.0-alpha.1";
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.48.0-alpha.0";
3
+ export const LIB_VERSION = "11.48.0-alpha.1";
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.48.0-alpha.0",
3
+ "version": "11.48.0-alpha.1",
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": "7.0.3",
48
48
  "webpack-dev-server": "5.2.4",
49
- "@gooddata/sdk-backend-spi": "11.48.0-alpha.0",
50
- "@gooddata/sdk-backend-tiger": "11.48.0-alpha.0",
51
- "@gooddata/sdk-model": "11.48.0-alpha.0"
49
+ "@gooddata/sdk-backend-spi": "11.48.0-alpha.1",
50
+ "@gooddata/sdk-backend-tiger": "11.48.0-alpha.1",
51
+ "@gooddata/sdk-model": "11.48.0-alpha.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/columnify": "^1.5.1",
@@ -75,8 +75,8 @@
75
75
  "typescript": "5.9.3",
76
76
  "vitest": "4.1.8",
77
77
  "webpack": "5.107.2",
78
- "@gooddata/eslint-config": "11.48.0-alpha.0",
79
- "@gooddata/oxlint-config": "11.48.0-alpha.0"
78
+ "@gooddata/eslint-config": "11.48.0-alpha.1",
79
+ "@gooddata/oxlint-config": "11.48.0-alpha.1"
80
80
  },
81
81
  "scripts": {
82
82
  "_phase:build": "npm run build",