celitech-sdk 1.2.5 → 1.3.3
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +26 -6
- package/dist/index.d.ts +94 -13
- package/dist/index.js +678 -545
- package/dist/index.mjs +676 -545
- package/package.json +1 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "celitech-sdk",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.3.3",
|
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",
|