@gooddata/plugin-toolkit 11.29.0-alpha.8 → 11.29.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-4-8
10
+ Date generated: 2026-4-10
11
11
 
12
- Revision ID: 644423cc23257b28224578a1be5c2283c4705424
12
+ Revision ID: ed4381a66eb113a592dbc136abc97dd543e5aaac
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -38241,4 +38241,4 @@ POSSIBILITY OF SUCH DAMAGE.
38241
38241
  --------------------------------------------------------------------------------
38242
38242
  --------------------------------------------------------------------------------
38243
38243
 
38244
- Report Generated by FOSSA on 2026-4-8
38244
+ Report Generated by FOSSA on 2026-4-10
@@ -1,4 +1,4 @@
1
- export declare const LIB_VERSION = "11.29.0-alpha.8";
1
+ export declare const LIB_VERSION = "11.29.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,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.29.0-alpha.8";
3
+ export const LIB_VERSION = "11.29.0";
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
@@ -1 +1 @@
1
- {"version":3,"file":"__version.js","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,6DAA6D;AAE7D,MAAM,CAAC,MAAM,WAAW,GAAG,iBAAiB,CAAC;AAE7C,MAAM,CAAC,MAAM,eAAe,GAAG,gDAAgD,CAAC;AAEhF,MAAM,CAAC,MAAM,QAAQ,GAAG,0BAA0B,CAAC"}
1
+ {"version":3,"file":"__version.js","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAEhC,6DAA6D;AAE7D,MAAM,CAAC,MAAM,WAAW,GAAG,SAAS,CAAC;AAErC,MAAM,CAAC,MAAM,eAAe,GAAG,gDAAgD,CAAC;AAEhF,MAAM,CAAC,MAAM,QAAQ,GAAG,0BAA0B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/plugin-toolkit",
3
- "version": "11.29.0-alpha.8",
3
+ "version": "11.29.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": "^6.2.1",
46
46
  "tslib": "2.8.1",
47
47
  "validate-npm-package-name": "^5.0.0",
48
- "@gooddata/sdk-backend-spi": "11.29.0-alpha.8",
49
- "@gooddata/sdk-model": "11.29.0-alpha.8",
50
- "@gooddata/sdk-backend-tiger": "11.29.0-alpha.8"
48
+ "@gooddata/sdk-backend-spi": "11.29.0",
49
+ "@gooddata/sdk-backend-tiger": "11.29.0",
50
+ "@gooddata/sdk-model": "11.29.0"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/columnify": "^1.5.1",
@@ -74,8 +74,8 @@
74
74
  "oxlint-tsgolint": "0.11.4",
75
75
  "typescript": "5.9.3",
76
76
  "vitest": "4.1.0",
77
- "@gooddata/eslint-config": "11.29.0-alpha.8",
78
- "@gooddata/oxlint-config": "11.29.0-alpha.8"
77
+ "@gooddata/oxlint-config": "11.29.0",
78
+ "@gooddata/eslint-config": "11.29.0"
79
79
  },
80
80
  "scripts": {
81
81
  "_phase:build": "npm run build",