@gooddata/plugin-toolkit 11.16.0-alpha.2 → 11.16.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-1-9
10
+ Date generated: 2026-1-12
11
11
 
12
- Revision ID: 7ca0c195a40a075f3857f53187f786ee8f808d7c
12
+ Revision ID: fdcfe739a4314b887ac7ece4172abc11aa387bba
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -35160,4 +35160,4 @@ POSSIBILITY OF SUCH DAMAGE.
35160
35160
  --------------------------------------------------------------------------------
35161
35161
  --------------------------------------------------------------------------------
35162
35162
 
35163
- Report Generated by FOSSA on 2026-1-9
35163
+ Report Generated by FOSSA on 2026-1-12
@@ -1,4 +1,4 @@
1
- export declare const LIB_VERSION = "11.16.0-alpha.2";
1
+ export declare const LIB_VERSION = "11.16.0-alpha.4";
2
2
  export declare const LIB_DESCRIPTION = "GoodData Set of Tools for working with Plugins";
3
3
  export declare const LIB_NAME = "@gooddata/plugin-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.16.0-alpha.2";
3
+ export const LIB_VERSION = "11.16.0-alpha.4";
4
4
  export const LIB_DESCRIPTION = "GoodData Set of Tools for working with Plugins";
5
5
  export const LIB_NAME = "@gooddata/plugin-toolkit";
6
6
  //# sourceMappingURL=__version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/plugin-toolkit",
3
- "version": "11.16.0-alpha.2",
3
+ "version": "11.16.0-alpha.4",
4
4
  "description": "GoodData Set of Tools for working with Plugins",
5
5
  "repository": {
6
6
  "type": "git",
@@ -45,9 +45,9 @@
45
45
  "tar": "^6.2.1",
46
46
  "tslib": "2.8.1",
47
47
  "validate-npm-package-name": "^5.0.0",
48
- "@gooddata/sdk-backend-spi": "11.16.0-alpha.2",
49
- "@gooddata/sdk-model": "11.16.0-alpha.2",
50
- "@gooddata/sdk-backend-tiger": "11.16.0-alpha.2"
48
+ "@gooddata/sdk-backend-spi": "11.16.0-alpha.4",
49
+ "@gooddata/sdk-model": "11.16.0-alpha.4",
50
+ "@gooddata/sdk-backend-tiger": "11.16.0-alpha.4"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/columnify": "^1.5.1",
@@ -57,8 +57,8 @@
57
57
  "@types/lodash-es": "^4.17.12",
58
58
  "@types/node": "^22.13.0",
59
59
  "@types/tar": "^6.1.0",
60
- "@typescript-eslint/eslint-plugin": "8.46.0",
61
- "@typescript-eslint/parser": "8.46.0",
60
+ "@typescript-eslint/eslint-plugin": "8.52.0",
61
+ "@typescript-eslint/parser": "8.52.0",
62
62
  "dependency-cruiser": "^14.1.2",
63
63
  "eslint": "^8.57.1",
64
64
  "eslint-config-prettier": "10.1.8",
@@ -74,7 +74,7 @@
74
74
  "prettier": "^3.6.2",
75
75
  "typescript": "5.9.3",
76
76
  "vitest": "4.0.8",
77
- "@gooddata/eslint-config": "11.16.0-alpha.2"
77
+ "@gooddata/eslint-config": "11.16.0-alpha.4"
78
78
  },
79
79
  "scripts": {
80
80
  "_phase:build": "npm run build",