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 c7bac90 commit c002358Copy full SHA for c002358
packages/sdk.geometry-api-sdk-v2/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@shapediver/sdk.geometry-api-sdk-v2",
3
- "version": "2.5.1",
+ "version": "2.6.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.5.1'; // WARNING: This value is updated automatically!
+ protected readonly sdkVersion = '2.6.0'; // WARNING: This value is updated automatically!
38
39
public readonly useCustomAxios: boolean;
40
public readonly maxRetries: number;
0 commit comments