@gooddata/sdk-backend-base 11.35.0-alpha.5 → 11.35.0-alpha.6
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/package.json +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-backend-base",
|
|
3
|
-
"version": "11.35.0-alpha.
|
|
3
|
+
"version": "11.35.0-alpha.6",
|
|
4
4
|
"description": "GoodData.UI SDK - Base for backend implementations",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GoodData",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"ts-invariant": "0.10.3",
|
|
30
30
|
"tslib": "2.8.1",
|
|
31
31
|
"uuid": "11.1.0",
|
|
32
|
-
"@gooddata/sdk-backend-spi": "11.35.0-alpha.
|
|
33
|
-
"@gooddata/sdk-model": "11.35.0-alpha.
|
|
34
|
-
"@gooddata/util": "11.35.0-alpha.
|
|
32
|
+
"@gooddata/sdk-backend-spi": "11.35.0-alpha.6",
|
|
33
|
+
"@gooddata/sdk-model": "11.35.0-alpha.6",
|
|
34
|
+
"@gooddata/util": "11.35.0-alpha.6"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@microsoft/api-documenter": "^7.17.0",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"oxlint-tsgolint": "0.11.4",
|
|
57
57
|
"typescript": "5.9.3",
|
|
58
58
|
"vitest": "4.1.0",
|
|
59
|
-
"@gooddata/eslint-config": "11.35.0-alpha.
|
|
60
|
-
"@gooddata/oxlint-config": "11.35.0-alpha.
|
|
61
|
-
"@gooddata/reference-workspace": "11.35.0-alpha.
|
|
59
|
+
"@gooddata/eslint-config": "11.35.0-alpha.6",
|
|
60
|
+
"@gooddata/oxlint-config": "11.35.0-alpha.6",
|
|
61
|
+
"@gooddata/reference-workspace": "11.35.0-alpha.6"
|
|
62
62
|
},
|
|
63
63
|
"scripts": {
|
|
64
64
|
"_phase:build": "npm run build",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"build": "npm-run-all -p build-check build-ts && npm run api-extractor",
|
|
69
69
|
"build-check": "tsgo",
|
|
70
70
|
"build-ts": "tsgo -p tsconfig.build.json",
|
|
71
|
-
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|
|
71
|
+
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage temp *.log tsconfig.tsbuildinfo",
|
|
72
72
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.js --output-type err-long src/",
|
|
73
73
|
"format-check": "oxfmt --check .",
|
|
74
74
|
"format-write": "oxfmt .",
|