@gooddata/sdk-backend-tiger 10.23.0-alpha.2 → 10.23.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/esm/__version.d.ts +1 -1
- package/esm/__version.js +1 -1
- package/package.json +7 -7
package/esm/__version.d.ts
CHANGED
package/esm/__version.js
CHANGED
@@ -1,5 +1,5 @@
|
|
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 = "10.23.0-alpha.
|
3
|
+
export const LIB_VERSION = "10.23.0-alpha.4";
|
4
4
|
export const LIB_NAME = "@gooddata/sdk-backend-tiger";
|
5
5
|
//# sourceMappingURL=__version.js.map
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@gooddata/sdk-backend-tiger",
|
3
|
-
"version": "10.23.0-alpha.
|
3
|
+
"version": "10.23.0-alpha.4",
|
4
4
|
"author": "GoodData",
|
5
5
|
"description": "GoodData Backend SPI implementation for GoodData Cloud and GoodData.CN",
|
6
6
|
"repository": {
|
@@ -31,10 +31,10 @@
|
|
31
31
|
"uuid": "^8.3.2",
|
32
32
|
"lru-cache": "^10.0.1",
|
33
33
|
"eventsource-parser": "~3.0.0",
|
34
|
-
"@gooddata/api-client-tiger": "10.23.0-alpha.
|
35
|
-
"@gooddata/sdk-backend-base": "10.23.0-alpha.
|
36
|
-
"@gooddata/sdk-
|
37
|
-
"@gooddata/sdk-
|
34
|
+
"@gooddata/api-client-tiger": "10.23.0-alpha.4",
|
35
|
+
"@gooddata/sdk-backend-base": "10.23.0-alpha.4",
|
36
|
+
"@gooddata/sdk-model": "10.23.0-alpha.4",
|
37
|
+
"@gooddata/sdk-backend-spi": "10.23.0-alpha.4"
|
38
38
|
},
|
39
39
|
"devDependencies": {
|
40
40
|
"@gooddata/eslint-config": "^4.1.0",
|
@@ -62,8 +62,8 @@
|
|
62
62
|
"prettier": "~2.5.0",
|
63
63
|
"typescript": "5.3.3",
|
64
64
|
"vitest": "1.0.4",
|
65
|
-
"@gooddata/catalog-export": "10.23.0-alpha.
|
66
|
-
"@gooddata/reference-workspace": "10.23.0-alpha.
|
65
|
+
"@gooddata/catalog-export": "10.23.0-alpha.4",
|
66
|
+
"@gooddata/reference-workspace": "10.23.0-alpha.4"
|
67
67
|
},
|
68
68
|
"scripts": {
|
69
69
|
"clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|