@gooddata/plugin-toolkit 11.46.0-alpha.5 → 11.46.0

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-7-7
10
+ Date generated: 2026-7-8
11
11
 
12
- Revision ID: c60903358f56a496a9d470d006e98568e9a8b664
12
+ Revision ID: 70f53b749a8d57ac2f01f75ea073f810922806d4
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -231,10 +231,10 @@ Revision ID: c60903358f56a496a9d470d006e98568e9a8b664
231
231
  - @mapbox/whoots-js (3.1.0) [ISC]
232
232
  - @maplibre/maplibre-gl-style-spec (20.4.0) [MIT, ISC, BSD-3-Clause]
233
233
  - @marijn/find-cluster-break (1.0.2) [MIT]
234
- - @module-federation/error-codes (2.3.1) [MIT]
235
- - @module-federation/runtime (2.3.1) [MIT]
236
- - @module-federation/runtime-core (2.3.1) [MIT]
237
- - @module-federation/sdk (2.3.1) [MIT]
234
+ - @module-federation/error-codes (2.6.0) [MIT]
235
+ - @module-federation/runtime (2.6.0) [MIT]
236
+ - @module-federation/runtime-core (2.6.0) [MIT]
237
+ - @module-federation/sdk (2.6.0) [MIT]
238
238
  - @noble/hashes (1.4.0) [MIT]
239
239
  - @nodelib/fs.scandir (2.1.5) [MIT]
240
240
  - @nodelib/fs.stat (2.0.5) [MIT]
@@ -3560,9 +3560,9 @@ MIT
3560
3560
 
3561
3561
 
3562
3562
  --------------------------------------------------------------------------------
3563
- Package Title: @module-federation/error-codes (2.3.1)
3563
+ Package Title: @module-federation/error-codes (2.6.0)
3564
3564
 
3565
- Package Locator: npm+@module-federation/error-codes$2.3.1
3565
+ Package Locator: npm+@module-federation/error-codes$2.6.0
3566
3566
 
3567
3567
  Package Depth: Transitive
3568
3568
  --------------------------------------------------------------------------------
@@ -3572,9 +3572,9 @@ MIT
3572
3572
 
3573
3573
 
3574
3574
  --------------------------------------------------------------------------------
3575
- Package Title: @module-federation/runtime (2.3.1)
3575
+ Package Title: @module-federation/runtime (2.6.0)
3576
3576
 
3577
- Package Locator: npm+@module-federation/runtime$2.3.1
3577
+ Package Locator: npm+@module-federation/runtime$2.6.0
3578
3578
 
3579
3579
  Package Depth: Direct
3580
3580
  --------------------------------------------------------------------------------
@@ -3584,9 +3584,9 @@ MIT
3584
3584
 
3585
3585
 
3586
3586
  --------------------------------------------------------------------------------
3587
- Package Title: @module-federation/runtime-core (2.3.1)
3587
+ Package Title: @module-federation/runtime-core (2.6.0)
3588
3588
 
3589
- Package Locator: npm+@module-federation/runtime-core$2.3.1
3589
+ Package Locator: npm+@module-federation/runtime-core$2.6.0
3590
3590
 
3591
3591
  Package Depth: Transitive
3592
3592
  --------------------------------------------------------------------------------
@@ -3596,9 +3596,9 @@ MIT
3596
3596
 
3597
3597
 
3598
3598
  --------------------------------------------------------------------------------
3599
- Package Title: @module-federation/sdk (2.3.1)
3599
+ Package Title: @module-federation/sdk (2.6.0)
3600
3600
 
3601
- Package Locator: npm+@module-federation/sdk$2.3.1
3601
+ Package Locator: npm+@module-federation/sdk$2.6.0
3602
3602
 
3603
3603
  Package Depth: Transitive
3604
3604
  --------------------------------------------------------------------------------
@@ -29272,4 +29272,4 @@ POSSIBILITY OF SUCH DAMAGE.
29272
29272
  --------------------------------------------------------------------------------
29273
29273
  --------------------------------------------------------------------------------
29274
29274
 
29275
- Report Generated by FOSSA on 2026-7-7
29275
+ Report Generated by FOSSA on 2026-7-8
@@ -1,4 +1,4 @@
1
- export declare const LIB_VERSION = "11.46.0-alpha.5";
1
+ export declare const LIB_VERSION = "11.46.0";
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
@@ -1 +1 @@
1
- {"version":3,"file":"__version.d.ts","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,oBAAoB,CAAC;AAE7C,eAAO,MAAM,eAAe,mDAAmD,CAAC;AAEhF,eAAO,MAAM,QAAQ,6BAA6B,CAAC"}
1
+ {"version":3,"file":"__version.d.ts","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,WAAW,YAAY,CAAC;AAErC,eAAO,MAAM,eAAe,mDAAmD,CAAC;AAEhF,eAAO,MAAM,QAAQ,6BAA6B,CAAC"}
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.46.0-alpha.5";
3
+ export const LIB_VERSION = "11.46.0";
4
4
  export const LIB_DESCRIPTION = "GoodData Set of Tools for working with Plugins";
5
5
  export const LIB_NAME = "@gooddata/plugin-toolkit";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/plugin-toolkit",
3
- "version": "11.46.0-alpha.5",
3
+ "version": "11.46.0",
4
4
  "description": "GoodData Set of Tools for working with Plugins",
5
5
  "license": "LicenseRef-LICENSE",
6
6
  "author": "GoodData",
@@ -45,9 +45,9 @@
45
45
  "tar": "^7.5.11",
46
46
  "tslib": "2.8.1",
47
47
  "validate-npm-package-name": "^5.0.0",
48
- "@gooddata/sdk-backend-spi": "11.46.0-alpha.5",
49
- "@gooddata/sdk-backend-tiger": "11.46.0-alpha.5",
50
- "@gooddata/sdk-model": "11.46.0-alpha.5"
48
+ "@gooddata/sdk-backend-spi": "11.46.0",
49
+ "@gooddata/sdk-backend-tiger": "11.46.0",
50
+ "@gooddata/sdk-model": "11.46.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/columnify": "^1.5.1",
@@ -73,8 +73,8 @@
73
73
  "oxlint-tsgolint": "0.15.0",
74
74
  "typescript": "5.9.3",
75
75
  "vitest": "4.1.8",
76
- "@gooddata/eslint-config": "11.46.0-alpha.5",
77
- "@gooddata/oxlint-config": "11.46.0-alpha.5"
76
+ "@gooddata/eslint-config": "11.46.0",
77
+ "@gooddata/oxlint-config": "11.46.0"
78
78
  },
79
79
  "scripts": {
80
80
  "_phase:build": "npm run build",