@gooddata/plugin-toolkit 11.19.0-alpha.6 → 11.19.0-alpha.8
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/esm/__version.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const LIB_VERSION = "11.19.0-alpha.
|
|
1
|
+
export declare const LIB_VERSION = "11.19.0-alpha.8";
|
|
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.19.0-alpha.
|
|
3
|
+
export const LIB_VERSION = "11.19.0-alpha.8";
|
|
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
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/plugin-toolkit",
|
|
3
|
-
"version": "11.19.0-alpha.
|
|
3
|
+
"version": "11.19.0-alpha.8",
|
|
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.19.0-alpha.
|
|
49
|
-
"@gooddata/sdk-backend-tiger": "11.19.0-alpha.
|
|
50
|
-
"@gooddata/sdk-model": "11.19.0-alpha.
|
|
48
|
+
"@gooddata/sdk-backend-spi": "11.19.0-alpha.8",
|
|
49
|
+
"@gooddata/sdk-backend-tiger": "11.19.0-alpha.8",
|
|
50
|
+
"@gooddata/sdk-model": "11.19.0-alpha.8"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/columnify": "^1.5.1",
|
|
@@ -59,8 +59,10 @@
|
|
|
59
59
|
"@types/tar": "^6.1.0",
|
|
60
60
|
"@typescript-eslint/eslint-plugin": "8.52.0",
|
|
61
61
|
"@typescript-eslint/parser": "8.52.0",
|
|
62
|
+
"@typescript/native-preview": "7.0.0-dev.20260202.1",
|
|
62
63
|
"dependency-cruiser": "^14.1.2",
|
|
63
64
|
"eslint": "^9.39.2",
|
|
65
|
+
"eslint-import-resolver-typescript": "4.4.4",
|
|
64
66
|
"eslint-plugin-header": "3.1.1",
|
|
65
67
|
"eslint-plugin-import-esm": "1.2.1",
|
|
66
68
|
"eslint-plugin-import-x": "4.16.1",
|
|
@@ -71,14 +73,14 @@
|
|
|
71
73
|
"oxfmt": "0.27.0",
|
|
72
74
|
"typescript": "5.9.3",
|
|
73
75
|
"vitest": "4.0.8",
|
|
74
|
-
"@gooddata/eslint-config": "11.19.0-alpha.
|
|
76
|
+
"@gooddata/eslint-config": "11.19.0-alpha.8"
|
|
75
77
|
},
|
|
76
78
|
"scripts": {
|
|
77
79
|
"_phase:build": "npm run build",
|
|
78
80
|
"_phase:post-build": "npm run build-dynamic-files",
|
|
79
81
|
"_phase:test": "npm run build-dynamic-files && npm run test-once",
|
|
80
82
|
"_phase:validate": "npm run build-dynamic-files && npm run validate",
|
|
81
|
-
"build": "bash scripts/build.sh",
|
|
83
|
+
"build": "bash scripts/build.sh && tsgo",
|
|
82
84
|
"build-dynamic-files": "bash scripts/build.sh --genFilesOnly",
|
|
83
85
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm build coverage *.log tsconfig.tsbuildinfo",
|
|
84
86
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
@@ -88,6 +90,6 @@
|
|
|
88
90
|
"oxfmt-write": "oxfmt .",
|
|
89
91
|
"test": "vitest watch",
|
|
90
92
|
"test-once": "vitest run",
|
|
91
|
-
"validate": "
|
|
93
|
+
"validate": "npm run dep-cruiser && npm run eslint && npm run oxfmt-check"
|
|
92
94
|
}
|
|
93
95
|
}
|