@gooddata/sdk-backend-tiger 10.36.0-alpha.5 → 10.36.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.
@@ -1,3 +1,3 @@
1
- export declare const LIB_VERSION = "10.36.0-alpha.5";
1
+ export declare const LIB_VERSION = "10.36.0-alpha.6";
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.36.0-alpha.5";
3
+ export const LIB_VERSION = "10.36.0-alpha.6";
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.36.0-alpha.5",
3
+ "version": "10.36.0-alpha.6",
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": "11.1.0",
33
33
  "eventsource-parser": "~3.0.0",
34
34
  "emailjs-mime-codec": "^2.0.9",
35
- "@gooddata/sdk-backend-base": "10.36.0-alpha.5",
36
- "@gooddata/api-client-tiger": "10.36.0-alpha.5",
37
- "@gooddata/sdk-backend-spi": "10.36.0-alpha.5",
38
- "@gooddata/sdk-model": "10.36.0-alpha.5"
35
+ "@gooddata/api-client-tiger": "10.36.0-alpha.6",
36
+ "@gooddata/sdk-backend-spi": "10.36.0-alpha.6",
37
+ "@gooddata/sdk-backend-base": "10.36.0-alpha.6",
38
+ "@gooddata/sdk-model": "10.36.0-alpha.6"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@gooddata/eslint-config": "^4.1.1",
@@ -65,8 +65,8 @@
65
65
  "typescript": "5.8.3",
66
66
  "vitest": "3.2.4",
67
67
  "@types/emailjs-mime-codec": "~2.0.2",
68
- "@gooddata/catalog-export": "10.36.0-alpha.5",
69
- "@gooddata/reference-workspace": "10.36.0-alpha.5"
68
+ "@gooddata/catalog-export": "10.36.0-alpha.6",
69
+ "@gooddata/reference-workspace": "10.36.0-alpha.6"
70
70
  },
71
71
  "scripts": {
72
72
  "clean": "rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
@@ -78,9 +78,9 @@
78
78
  "integrated-test-live-backend": "./scripts/integrated-test-live-backend.sh",
79
79
  "create-ref-workspaces": "node ./tests/reference_workspace/create_test_workspaces.cjs",
80
80
  "delete-ref-workspaces": "node ./tests/reference_workspace/delete_test_workspaces.cjs",
81
- "isolated-test-run": "NODE_TLS_REJECT_UNAUTHORIZED=0 vitest --config vite.integrated.config.ts run",
82
- "isolated-test-rec": "GD_TIGER_REC=true NODE_TLS_REJECT_UNAUTHORIZED=0 vitest --config vite.integrated.config.ts run",
83
- "isolated-test-rec-snapshots": "GD_TIGER_REC=true NODE_TLS_REJECT_UNAUTHORIZED=0 vitest -u --config vite.integrated.config.ts run",
81
+ "isolated-test-run": "NODE_TLS_REJECT_UNAUTHORIZED=0 vitest --config vitest.integrated.config.ts run",
82
+ "isolated-test-rec": "GD_TIGER_REC=true NODE_TLS_REJECT_UNAUTHORIZED=0 vitest --config vitest.integrated.config.ts run",
83
+ "isolated-test-rec-snapshots": "GD_TIGER_REC=true NODE_TLS_REJECT_UNAUTHORIZED=0 vitest -u --config vitest.integrated.config.ts run",
84
84
  "test": "vitest watch",
85
85
  "test-once": "vitest run",
86
86
  "test-ci": "vitest run --silent",