@gooddata/api-client-tiger 10.40.0 → 10.41.0-alpha.2
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.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/package.json +8 -5
package/esm/__version.d.ts
CHANGED
package/esm/__version.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"__version.d.ts","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"__version.d.ts","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,oBAAoB,CAAC;AAE7C,eAAO,MAAM,QAAQ,+BAA+B,CAAC"}
|
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.
|
|
3
|
+
export const LIB_VERSION = "10.41.0-alpha.2";
|
|
4
4
|
export const LIB_NAME = "@gooddata/api-client-tiger";
|
|
5
5
|
//# sourceMappingURL=__version.js.map
|
package/esm/__version.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"__version.js","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,6DAA6D;AAC7D,MAAM,CAAC,MAAM,WAAW,GAAG,
|
|
1
|
+
{"version":3,"file":"__version.js","sourceRoot":"","sources":["../src/__version.ts"],"names":[],"mappings":"AAAA,gCAAgC;AAChC,6DAA6D;AAC7D,MAAM,CAAC,MAAM,WAAW,GAAG,iBAAiB,CAAC;AAE7C,MAAM,CAAC,MAAM,QAAQ,GAAG,4BAA4B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/api-client-tiger",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.41.0-alpha.2",
|
|
4
4
|
"author": "GoodData",
|
|
5
5
|
"description": "API Client for GoodData Cloud and GoodData.CN",
|
|
6
6
|
"repository": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"lodash": "^4.17.21",
|
|
26
26
|
"tslib": "2.8.1",
|
|
27
27
|
"axios-cache-interceptor": "^1.8.0",
|
|
28
|
-
"@gooddata/sdk-model": "10.
|
|
28
|
+
"@gooddata/sdk-model": "10.41.0-alpha.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@gooddata/eslint-config": "^4.1.1",
|
|
@@ -55,9 +55,13 @@
|
|
|
55
55
|
"prettier": "^3.6.2",
|
|
56
56
|
"typescript": "5.8.3",
|
|
57
57
|
"vitest": "3.2.4",
|
|
58
|
-
"@gooddata/reference-workspace": "10.
|
|
58
|
+
"@gooddata/reference-workspace": "10.41.0-alpha.2"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
|
+
"_phase:build": "npm run build",
|
|
62
|
+
"_phase:test": "npm run test-once",
|
|
63
|
+
"_phase:post-build": "npm run build-dynamic-files",
|
|
64
|
+
"_phase:validate": "npm run validate",
|
|
61
65
|
"clean": "../../common/scripts/clean-command-state.sh && rm -rf ci dist esm coverage *.log tsconfig.tsbuildinfo",
|
|
62
66
|
"build": "bash scripts/build.sh",
|
|
63
67
|
"build-dynamic-files": "bash scripts/build.sh --genFilesOnly",
|
|
@@ -75,7 +79,6 @@
|
|
|
75
79
|
"prettier-write": "prettier --write '{src,test}/**/*.{ts,tsx,json,scss,md,yaml,html}'",
|
|
76
80
|
"dep-cruiser": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
77
81
|
"dep-cruiser-ci": "depcruise --validate .dependency-cruiser.cjs --output-type err-long src/",
|
|
78
|
-
"validate": "npm run dep-cruiser && npm run eslint && npm run prettier-check"
|
|
79
|
-
"validate-ci": "npm run dep-cruiser-ci && npm run eslint-ci && npm run prettier-check"
|
|
82
|
+
"validate": "npm run dep-cruiser && npm run eslint && npm run prettier-check"
|
|
80
83
|
}
|
|
81
84
|
}
|