We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f1313 commit f358545Copy full SHA for f358545
packages/sdk.geometry-api-sdk-v2/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@shapediver/sdk.geometry-api-sdk-v2",
3
- "version": "2.7.0",
+ "version": "2.8.0",
4
"description": "SDK to communicate with the Geometry API version 2",
5
"keywords": [
6
"shapediver",
packages/sdk.geometry-api-sdk-v2/src/configuration.ts
@@ -34,7 +34,7 @@ export interface ConfigurationParameters
34
}
35
36
export class Configuration extends ClientConfig {
37
- protected readonly sdkVersion = '2.7.0'; // WARNING: This value is updated automatically!
+ protected readonly sdkVersion = '2.8.0'; // WARNING: This value is updated automatically!
38
39
public readonly useCustomAxios: boolean;
40
public readonly maxRetries: number;
0 commit comments