@gooddata/sdk-backend-tiger 11.57.0-alpha.4 → 11.57.0-alpha.5

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,4 +1,4 @@
1
- export declare const LIB_VERSION = "11.57.0-alpha.4";
1
+ export declare const LIB_VERSION = "11.57.0-alpha.5";
2
2
  export declare const LIB_DESCRIPTION = "GoodData Backend SPI implementation for GoodData Cloud and GoodData.CN";
3
3
  export declare const LIB_NAME = "@gooddata/sdk-backend-tiger";
4
4
  //# 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 = "11.57.0-alpha.4";
3
+ export const LIB_VERSION = "11.57.0-alpha.5";
4
4
  export const LIB_DESCRIPTION = "GoodData Backend SPI implementation for GoodData Cloud and GoodData.CN";
5
5
  export const LIB_NAME = "@gooddata/sdk-backend-tiger";
package/esm/index.js CHANGED
@@ -53,5 +53,5 @@ export { convertInsightToVisualizationContent } from "./convertors/toBackend/Ins
53
53
  /**
54
54
  * @deprecated This will be removed in the next major release, please use the named export "tigerFactory" instead
55
55
  */
56
- // oxlint-disable-next-line eslint-js/no-restricted-exports
56
+ // oxlint-disable-next-line eslint/no-restricted-exports
57
57
  export default tigerFactory;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-backend-tiger",
3
- "version": "11.57.0-alpha.4",
3
+ "version": "11.57.0-alpha.5",
4
4
  "description": "GoodData Backend SPI implementation for GoodData Cloud and GoodData.CN",
5
5
  "license": "MIT",
6
6
  "author": "GoodData",
@@ -34,12 +34,12 @@
34
34
  "ts-invariant": "0.10.3",
35
35
  "tslib": "2.8.1",
36
36
  "uuid": "11.1.1",
37
- "@gooddata/api-client-tiger": "11.57.0-alpha.4",
38
- "@gooddata/sdk-backend-spi": "11.57.0-alpha.4",
39
- "@gooddata/sdk-code-convertors": "11.57.0-alpha.4",
40
- "@gooddata/sdk-backend-base": "11.57.0-alpha.4",
41
- "@gooddata/sdk-model": "11.57.0-alpha.4",
42
- "@gooddata/util": "11.57.0-alpha.4"
37
+ "@gooddata/api-client-tiger": "11.57.0-alpha.5",
38
+ "@gooddata/sdk-backend-base": "11.57.0-alpha.5",
39
+ "@gooddata/sdk-backend-spi": "11.57.0-alpha.5",
40
+ "@gooddata/sdk-code-convertors": "11.57.0-alpha.5",
41
+ "@gooddata/sdk-model": "11.57.0-alpha.5",
42
+ "@gooddata/util": "11.57.0-alpha.5"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@gooddata/fixtures": "3.7.0",
@@ -61,13 +61,13 @@
61
61
  "oxfmt": "0.66.0",
62
62
  "oxlint": "1.82.0",
63
63
  "oxlint-plugin-eslint": "1.82.0",
64
- "oxlint-tsgolint": "0.22.1",
64
+ "oxlint-tsgolint": "7.0.2001",
65
65
  "typescript": "7.0.2",
66
66
  "vitest": "4.1.8",
67
- "@gooddata/catalog-export": "11.57.0-alpha.4",
68
- "@gooddata/eslint-config": "11.57.0-alpha.4",
69
- "@gooddata/oxlint-config": "11.57.0-alpha.4",
70
- "@gooddata/reference-workspace": "11.57.0-alpha.4"
67
+ "@gooddata/catalog-export": "11.57.0-alpha.5",
68
+ "@gooddata/eslint-config": "11.57.0-alpha.5",
69
+ "@gooddata/reference-workspace": "11.57.0-alpha.5",
70
+ "@gooddata/oxlint-config": "11.57.0-alpha.5"
71
71
  },
72
72
  "scripts": {
73
73
  "_phase:build": "npm run build",