@gooddata/plugin-toolkit 11.18.0-alpha.5 → 11.18.0-alpha.7

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-26
10
+ Date generated: 2026-1-28
11
11
 
12
- Revision ID: 4f27f46b92d06e5b0c1694a0125adfce7cd99af8
12
+ Revision ID: a61bddeb034dc2a7a6ebf9a9d3ced8af99cc690f
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -462,7 +462,7 @@ Revision ID: 4f27f46b92d06e5b0c1694a0125adfce7cd99af8
462
462
  - es-module-lexer (1.7.0) [MIT]
463
463
  - es-object-atoms (1.1.1) [MIT]
464
464
  - es-set-tostringtag (2.1.0) [MIT]
465
- - esbuild (0.25.9) [MIT]
465
+ - esbuild (0.27.2) [MIT]
466
466
  - escalade (3.2.0) [MIT]
467
467
  - escape-html (1.0.3) [MIT]
468
468
  - escape-string-regexp (1.0.5) [MIT]
@@ -844,7 +844,7 @@ Revision ID: 4f27f46b92d06e5b0c1694a0125adfce7cd99af8
844
844
  - restore-cursor (3.1.0) [MIT]
845
845
  - retry (0.13.1) [MIT]
846
846
  - reusify (1.1.0) [MIT]
847
- - rollup (4.50.2) [MIT, ISC, Apache-2.0]
847
+ - rollup (4.54.0) [MIT, ISC, Apache-2.0]
848
848
  - run-applescript (7.1.0) [MIT]
849
849
  - run-async (2.4.1) [MIT]
850
850
  - run-parallel (1.2.0) [MIT]
@@ -980,7 +980,7 @@ Revision ID: 4f27f46b92d06e5b0c1694a0125adfce7cd99af8
980
980
  - vary (1.1.2) [MIT]
981
981
  - vfile (6.0.3) [MIT]
982
982
  - vfile-message (4.0.3) [MIT]
983
- - vite (6.3.6) [MIT, ISC, CC0-1.0, BSD-2-Clause, Apache-2.0]
983
+ - vite (7.3.1) [MIT, ISC, CC0-1.0, BSD-2-Clause, Apache-2.0]
984
984
  - vitest (4.0.8) [ISC, MIT, BSD-3-Clause, Apache-2.0]
985
985
  - vt-pbf (3.1.3) [MIT, BSD-3-Clause]
986
986
  - w3c-keyname (2.2.8) [MIT]
@@ -6293,9 +6293,9 @@ MIT
6293
6293
 
6294
6294
 
6295
6295
  --------------------------------------------------------------------------------
6296
- Package Title: esbuild (0.25.9)
6296
+ Package Title: esbuild (0.27.2)
6297
6297
 
6298
- Package Locator: npm+esbuild$0.25.9
6298
+ Package Locator: npm+esbuild$0.27.2
6299
6299
 
6300
6300
  Package Depth: Transitive
6301
6301
  --------------------------------------------------------------------------------
@@ -10931,9 +10931,9 @@ MIT
10931
10931
 
10932
10932
 
10933
10933
  --------------------------------------------------------------------------------
10934
- Package Title: rollup (4.50.2)
10934
+ Package Title: rollup (4.54.0)
10935
10935
 
10936
- Package Locator: npm+rollup$4.50.2
10936
+ Package Locator: npm+rollup$4.54.0
10937
10937
 
10938
10938
  Package Depth: Transitive
10939
10939
  --------------------------------------------------------------------------------
@@ -12595,9 +12595,9 @@ MIT
12595
12595
 
12596
12596
 
12597
12597
  --------------------------------------------------------------------------------
12598
- Package Title: vite (6.3.6)
12598
+ Package Title: vite (7.3.1)
12599
12599
 
12600
- Package Locator: npm+vite$6.3.6
12600
+ Package Locator: npm+vite$7.3.1
12601
12601
 
12602
12602
  Package Depth: Transitive
12603
12603
  --------------------------------------------------------------------------------
@@ -35381,4 +35381,4 @@ POSSIBILITY OF SUCH DAMAGE.
35381
35381
  --------------------------------------------------------------------------------
35382
35382
  --------------------------------------------------------------------------------
35383
35383
 
35384
- Report Generated by FOSSA on 2026-1-26
35384
+ Report Generated by FOSSA on 2026-1-28
@@ -1,4 +1,4 @@
1
- export declare const LIB_VERSION = "11.18.0-alpha.5";
1
+ export declare const LIB_VERSION = "11.18.0-alpha.7";
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.18.0-alpha.5";
3
+ export const LIB_VERSION = "11.18.0-alpha.7";
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.18.0-alpha.5",
3
+ "version": "11.18.0-alpha.7",
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.18.0-alpha.5",
49
- "@gooddata/sdk-model": "11.18.0-alpha.5",
50
- "@gooddata/sdk-backend-tiger": "11.18.0-alpha.5"
48
+ "@gooddata/sdk-backend-spi": "11.18.0-alpha.7",
49
+ "@gooddata/sdk-backend-tiger": "11.18.0-alpha.7",
50
+ "@gooddata/sdk-model": "11.18.0-alpha.7"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/columnify": "^1.5.1",
@@ -76,7 +76,7 @@
76
76
  "prettier": "^3.6.2",
77
77
  "typescript": "5.9.3",
78
78
  "vitest": "4.0.8",
79
- "@gooddata/eslint-config": "11.18.0-alpha.5"
79
+ "@gooddata/eslint-config": "11.18.0-alpha.7"
80
80
  },
81
81
  "scripts": {
82
82
  "_phase:build": "npm run build",