@gooddata/plugin-toolkit 11.18.0-alpha.3 → 11.18.0-alpha.4

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-22
10
+ Date generated: 2026-1-23
11
11
 
12
- Revision ID: bcedf8141f2aef2ca802ed866411f30136db106d
12
+ Revision ID: 90c0bc784383a28baf96fc9f30baf7d4714b1f2d
13
13
 
14
14
  ================================================================================
15
15
  ================================================================================
@@ -35381,4 +35381,4 @@ POSSIBILITY OF SUCH DAMAGE.
35381
35381
  --------------------------------------------------------------------------------
35382
35382
  --------------------------------------------------------------------------------
35383
35383
 
35384
- Report Generated by FOSSA on 2026-1-22
35384
+ Report Generated by FOSSA on 2026-1-23
@@ -1,4 +1,4 @@
1
- export declare const LIB_VERSION = "11.18.0-alpha.3";
1
+ export declare const LIB_VERSION = "11.18.0-alpha.4";
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.3";
3
+ export const LIB_VERSION = "11.18.0-alpha.4";
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.3",
3
+ "version": "11.18.0-alpha.4",
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.3",
49
- "@gooddata/sdk-model": "11.18.0-alpha.3",
50
- "@gooddata/sdk-backend-tiger": "11.18.0-alpha.3"
48
+ "@gooddata/sdk-backend-spi": "11.18.0-alpha.4",
49
+ "@gooddata/sdk-backend-tiger": "11.18.0-alpha.4",
50
+ "@gooddata/sdk-model": "11.18.0-alpha.4"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/columnify": "^1.5.1",
@@ -67,6 +67,7 @@
67
67
  "eslint-plugin-import": "2.32.0",
68
68
  "eslint-plugin-import-esm": "1.2.1",
69
69
  "eslint-plugin-jsdoc": "62.1.0",
70
+ "eslint-plugin-no-barrel-files": "1.2.2",
70
71
  "eslint-plugin-no-only-tests": "2.6.0",
71
72
  "eslint-plugin-prettier": "5.5.4",
72
73
  "eslint-plugin-regexp": "1.15.0",
@@ -75,7 +76,7 @@
75
76
  "prettier": "^3.6.2",
76
77
  "typescript": "5.9.3",
77
78
  "vitest": "4.0.8",
78
- "@gooddata/eslint-config": "11.18.0-alpha.3"
79
+ "@gooddata/eslint-config": "11.18.0-alpha.4"
79
80
  },
80
81
  "scripts": {
81
82
  "_phase:build": "npm run build",
@@ -86,14 +87,11 @@
86
87
  "build-dynamic-files": "bash scripts/build.sh --genFilesOnly",
87
88
  "clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm build coverage *.log tsconfig.tsbuildinfo",
88
89
  "dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
89
- "dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
90
90
  "eslint": "eslint -c .eslintrc.cjs src/",
91
- "eslint-ci": "mkdir -p ./ci/results && eslint -f checkstyle -o ci/results/eslint-results.xml -c .eslintrc.cjs src/",
92
91
  "eslint-fix": "eslint -c .eslintrc.cjs src/ --fix",
93
92
  "prettier-check": "prettier --no-error-on-unmatched-pattern --check '{src,test}/**/*.{json,scss,md,yaml,html}'",
94
93
  "prettier-write": "prettier --no-error-on-unmatched-pattern --write '{src,test}/**/*.{json,scss,md,yaml,html}'",
95
94
  "test": "vitest watch",
96
- "test-ci": "vitest run --reporter=junit --outputFile=./ci/results/test-results.xml",
97
95
  "test-once": "vitest run",
98
96
  "validate": "tsc && npm run dep-cruiser && npm run eslint && npm run prettier-check"
99
97
  }