@gooddata/sdk-backend-base 8.10.0-alpha.1 → 8.10.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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
// (C) 2007-
|
|
2
|
+
// (C) 2007-2022 GoodData Corporation
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
exports.withNormalization = void 0;
|
|
5
5
|
var tslib_1 = require("tslib");
|
|
@@ -68,10 +68,10 @@ var NormalizingPreparedExecution = /** @class */ (function (_super) {
|
|
|
68
68
|
* then de-normalizes the dimension headers so that they match the original definition.
|
|
69
69
|
*
|
|
70
70
|
* The result instance receives also receives the normalizing execution which triggered creation of
|
|
71
|
-
* the result
|
|
71
|
+
* the result → this is so that when client calls transform(), they can get back to further customizing the
|
|
72
72
|
* execution.
|
|
73
73
|
*
|
|
74
|
-
* The result instance receives also the original, non-normalizing prepared execution
|
|
74
|
+
* The result instance receives also the original, non-normalizing prepared execution → this is needed
|
|
75
75
|
* because of export(). Exports are a server side thing that must be done for the original execution - because
|
|
76
76
|
* the normalization process normally takes away the essential detail that is important in the exports - such as
|
|
77
77
|
* titles, formats and so on. See the export() implementation - this actually performs the original execution
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// (C) 2007-
|
|
1
|
+
// (C) 2007-2022 GoodData Corporation
|
|
2
2
|
import { __awaiter, __extends, __generator } from "tslib";
|
|
3
3
|
import { NotSupported, isNoDataError, NoDataError, } from "@gooddata/sdk-backend-spi";
|
|
4
4
|
import { decoratedBackend } from "../decoratedBackend";
|
|
@@ -65,10 +65,10 @@ var NormalizingPreparedExecution = /** @class */ (function (_super) {
|
|
|
65
65
|
* then de-normalizes the dimension headers so that they match the original definition.
|
|
66
66
|
*
|
|
67
67
|
* The result instance receives also receives the normalizing execution which triggered creation of
|
|
68
|
-
* the result
|
|
68
|
+
* the result → this is so that when client calls transform(), they can get back to further customizing the
|
|
69
69
|
* execution.
|
|
70
70
|
*
|
|
71
|
-
* The result instance receives also the original, non-normalizing prepared execution
|
|
71
|
+
* The result instance receives also the original, non-normalizing prepared execution → this is needed
|
|
72
72
|
* because of export(). Exports are a server side thing that must be done for the original execution - because
|
|
73
73
|
* the normalization process normally takes away the essential detail that is important in the exports - such as
|
|
74
74
|
* titles, formats and so on. See the export() implementation - this actually performs the original execution
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-backend-base",
|
|
3
|
-
"version": "8.10.0-alpha.
|
|
3
|
+
"version": "8.10.0-alpha.4",
|
|
4
4
|
"author": "GoodData",
|
|
5
5
|
"description": "GoodData.UI SDK - Base for backend implementations",
|
|
6
6
|
"repository": {
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"@braintree/sanitize-url": "^5.0.2",
|
|
33
|
-
"@gooddata/sdk-backend-spi": "^8.10.0-alpha.
|
|
34
|
-
"@gooddata/sdk-model": "^8.10.0-alpha.
|
|
35
|
-
"@gooddata/util": "^8.10.0-alpha.
|
|
33
|
+
"@gooddata/sdk-backend-spi": "^8.10.0-alpha.4",
|
|
34
|
+
"@gooddata/sdk-model": "^8.10.0-alpha.4",
|
|
35
|
+
"@gooddata/util": "^8.10.0-alpha.4",
|
|
36
36
|
"json-stable-stringify": "^1.0.1",
|
|
37
37
|
"lodash": "^4.17.19",
|
|
38
38
|
"spark-md5": "^3.0.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@gooddata/eslint-config": "^2.1.0",
|
|
45
|
-
"@gooddata/reference-workspace": "^8.10.0-alpha.
|
|
45
|
+
"@gooddata/reference-workspace": "^8.10.0-alpha.4",
|
|
46
46
|
"@microsoft/api-documenter": "^7.12.13",
|
|
47
47
|
"@microsoft/api-extractor": "^7.18.4",
|
|
48
48
|
"@types/jest": "^27.0.1",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"eslint-plugin-no-only-tests": "^2.4.0",
|
|
62
62
|
"eslint-plugin-prettier": "^4.0.0",
|
|
63
63
|
"eslint-plugin-sonarjs": "^0.11.0",
|
|
64
|
-
"jest": "^27.
|
|
64
|
+
"jest": "^27.5.1",
|
|
65
65
|
"jest-junit": "^3.0.0",
|
|
66
66
|
"prettier": "~2.5.0",
|
|
67
67
|
"ts-jest": "^27.0.5",
|