@gooddata/api-client-tiger 11.18.0-alpha.7 → 11.18.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 +1 -1
- package/esm/__version.js +1 -1
- package/esm/api-client-tiger.d.ts +7 -0
- package/esm/generated/metadata-json-api/api.d.ts +7 -0
- package/esm/generated/metadata-json-api/api.d.ts.map +1 -1
- package/esm/generated/metadata-json-api/api.js.map +1 -1
- package/package.json +9 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/api-client-tiger",
|
|
3
|
-
"version": "11.18.0-alpha.
|
|
3
|
+
"version": "11.18.0-alpha.8",
|
|
4
4
|
"description": "API Client for GoodData Cloud and GoodData.CN",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"axios-cache-interceptor": "^1.8.0",
|
|
47
47
|
"lodash-es": "^4.17.21",
|
|
48
48
|
"tslib": "2.8.1",
|
|
49
|
-
"@gooddata/sdk-model": "11.18.0-alpha.
|
|
49
|
+
"@gooddata/sdk-model": "11.18.0-alpha.8"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -60,7 +60,6 @@
|
|
|
60
60
|
"dotenv": "16.0.3",
|
|
61
61
|
"eslint": "^8.57.1",
|
|
62
62
|
"eslint-config-prettier": "10.1.8",
|
|
63
|
-
"eslint-plugin-eslint-comments": "3.2.0",
|
|
64
63
|
"eslint-plugin-header": "3.1.1",
|
|
65
64
|
"eslint-plugin-import": "2.32.0",
|
|
66
65
|
"eslint-plugin-import-esm": "1.2.1",
|
|
@@ -69,15 +68,16 @@
|
|
|
69
68
|
"eslint-plugin-no-only-tests": "2.6.0",
|
|
70
69
|
"eslint-plugin-prettier": "5.5.4",
|
|
71
70
|
"eslint-plugin-regexp": "1.15.0",
|
|
72
|
-
"eslint-plugin-sonarjs": "0.
|
|
71
|
+
"eslint-plugin-sonarjs": "3.0.6",
|
|
73
72
|
"eslint-plugin-tsdoc": "0.2.14",
|
|
74
73
|
"fix-esm-import-path": "^1.4.0",
|
|
75
74
|
"mkdirp": "^1.0.4",
|
|
75
|
+
"npm-run-all": "^4.1.5",
|
|
76
76
|
"prettier": "^3.6.2",
|
|
77
77
|
"typescript": "5.9.3",
|
|
78
78
|
"vitest": "4.0.8",
|
|
79
|
-
"@gooddata/reference-workspace": "11.18.0-alpha.
|
|
80
|
-
"@gooddata/eslint-config": "11.18.0-alpha.
|
|
79
|
+
"@gooddata/reference-workspace": "11.18.0-alpha.8",
|
|
80
|
+
"@gooddata/eslint-config": "11.18.0-alpha.8"
|
|
81
81
|
},
|
|
82
82
|
"scripts": {
|
|
83
83
|
"_phase:build": "npm run build",
|
|
@@ -86,7 +86,9 @@
|
|
|
86
86
|
"_phase:validate": "npm run build-dynamic-files && npm run validate",
|
|
87
87
|
"api-extractor": "mkdir -p api && [ -z \"${CI}\" ] && (api-extractor run -l) || (api-extractor run)",
|
|
88
88
|
"build": "bash scripts/build.sh",
|
|
89
|
+
"build-check": "tsc",
|
|
89
90
|
"build-dynamic-files": "bash scripts/build.sh --genFilesOnly",
|
|
91
|
+
"build-ts": "tsc -p tsconfig.build.json",
|
|
90
92
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|
|
91
93
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
92
94
|
"eslint": "eslint -c .eslintrc.cjs --ignore-path ../.eslintignore .",
|
|
@@ -97,7 +99,7 @@
|
|
|
97
99
|
"prettier-write": "prettier --no-error-on-unmatched-pattern --write '{src,test}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
|
|
98
100
|
"test": "vitest watch",
|
|
99
101
|
"test-once": "vitest run",
|
|
100
|
-
"validate": "
|
|
102
|
+
"validate": "npm run dep-cruiser && npm run eslint && npm run prettier-check",
|
|
101
103
|
"validate-esm": "node --input-type=module --eval 'import \"@gooddata/api-client-tiger\"' "
|
|
102
104
|
}
|
|
103
105
|
}
|