@gooddata/app-toolkit 11.4.0-alpha.3 → 11.4.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
@@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with goo
9
9
 
10
10
  Date generated: 2025-10-9
11
11
 
12
- Revision ID: 4bb892359c514e429328b4fefc79baed3a0b1f42
12
+ Revision ID: 6f25e690f53ba468ed4864489583d89680be2353
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -1,4 +1,4 @@
1
- export declare const LIB_VERSION = "11.4.0-alpha.3";
1
+ export declare const LIB_VERSION = "11.4.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,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.4.0-alpha.3";
3
+ export const LIB_VERSION = "11.4.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";
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.4.0-alpha.3",
3
+ "version": "11.4.0-alpha.4",
4
4
  "description": "CLI with useful tools for creating and maintaining GoodData web applications.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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.4.0-alpha.3",
50
- "@gooddata/sdk-backend-tiger": "11.4.0-alpha.3",
51
- "@gooddata/sdk-model": "11.4.0-alpha.3"
49
+ "@gooddata/sdk-backend-spi": "11.4.0-alpha.4",
50
+ "@gooddata/sdk-model": "11.4.0-alpha.4",
51
+ "@gooddata/sdk-backend-tiger": "11.4.0-alpha.4"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/columnify": "^1.5.1",
@@ -76,8 +76,7 @@
76
76
  "typescript": "5.8.3",
77
77
  "vitest": "3.2.4",
78
78
  "webpack": "5.93.0",
79
- "@gooddata/eslint-config": "1.0.0",
80
- "@gooddata/eslint-plugin": "1.0.0"
79
+ "@gooddata/eslint-config": "11.4.0-alpha.4"
81
80
  },
82
81
  "scripts": {
83
82
  "_phase:build": "npm run build",