celitech-sdk 1.3.33 → 1.3.34

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Celitech TypeScript SDK 1.3.33
1
+ # Celitech TypeScript SDK 1.3.34
2
2
 
3
3
  Welcome to the Celitech SDK documentation. This guide will help you get started with integrating and using the Celitech SDK in your project.
4
4
 
@@ -7,7 +7,7 @@ Welcome to the Celitech SDK documentation. This guide will help you get started
7
7
  ## Versions
8
8
 
9
9
  - API version: `1.1.0`
10
- - SDK version: `1.3.33`
10
+ - SDK version: `1.3.34`
11
11
 
12
12
  ## About the API
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "celitech-sdk",
3
- "version": "1.3.33",
3
+ "version": "1.3.34",
4
4
  "description": "Welcome to the CELITECH API documentation! Useful links: [Homepage](https://www.celitech.com) | [Support email](mailto:support@celitech.com) | [Blog](https://www.celitech.com/blog/) ",
5
5
  "source": "./src/index.ts",
6
6
  "main": "./dist/index.js",