@gooddata/plugin-toolkit 11.51.0-alpha.1 → 11.51.0-alpha.3
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-
|
|
10
|
+
Date generated: 2026-7-31
|
|
11
11
|
|
|
12
|
-
Revision ID:
|
|
12
|
+
Revision ID: 3d75430be0b9befd6c149fcb1b67712aeb5192fb
|
|
13
13
|
|
|
14
14
|
================================================================================
|
|
15
15
|
================================================================================
|
|
@@ -11521,7 +11521,7 @@ Package Title: require-from-string (2.0.2)
|
|
|
11521
11521
|
|
|
11522
11522
|
Package Locator: npm+require-from-string$2.0.2
|
|
11523
11523
|
|
|
11524
|
-
Package Depth:
|
|
11524
|
+
Package Depth: Transitive
|
|
11525
11525
|
--------------------------------------------------------------------------------
|
|
11526
11526
|
|
|
11527
11527
|
* Declared Licenses *
|
|
@@ -29285,4 +29285,4 @@ POSSIBILITY OF SUCH DAMAGE.
|
|
|
29285
29285
|
--------------------------------------------------------------------------------
|
|
29286
29286
|
--------------------------------------------------------------------------------
|
|
29287
29287
|
|
|
29288
|
-
Report Generated by FOSSA on 2026-7-
|
|
29288
|
+
Report Generated by FOSSA on 2026-7-31
|
package/esm/__version.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "11.51.0-alpha.
|
|
1
|
+
export declare const LIB_VERSION = "11.51.0-alpha.3";
|
|
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,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.51.0-alpha.
|
|
3
|
+
export const LIB_VERSION = "11.51.0-alpha.3";
|
|
4
4
|
export const LIB_DESCRIPTION = "GoodData Set of Tools for working with Plugins";
|
|
5
5
|
export const LIB_NAME = "@gooddata/plugin-toolkit";
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/plugin-toolkit",
|
|
3
|
-
"version": "11.51.0-alpha.
|
|
3
|
+
"version": "11.51.0-alpha.3",
|
|
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-
|
|
49
|
-
"@gooddata/sdk-backend-
|
|
50
|
-
"@gooddata/sdk-model": "11.51.0-alpha.
|
|
48
|
+
"@gooddata/sdk-backend-tiger": "11.51.0-alpha.3",
|
|
49
|
+
"@gooddata/sdk-backend-spi": "11.51.0-alpha.3",
|
|
50
|
+
"@gooddata/sdk-model": "11.51.0-alpha.3"
|
|
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.51.0-alpha.
|
|
77
|
-
"@gooddata/oxlint-config": "11.51.0-alpha.
|
|
76
|
+
"@gooddata/eslint-config": "11.51.0-alpha.3",
|
|
77
|
+
"@gooddata/oxlint-config": "11.51.0-alpha.3"
|
|
78
78
|
},
|
|
79
79
|
"scripts": {
|
|
80
80
|
"_phase:build": "npm run build",
|