@gooddata/sdk-backend-tiger 10.23.0-alpha.8 → 10.23.0-alpha.9

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