@convertrilo/sdk 0.0.2 → 0.0.3

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.
Files changed (2) hide show
  1. package/openapi.yaml +3 -2
  2. package/package.json +1 -1
package/openapi.yaml CHANGED
@@ -8,12 +8,13 @@ info:
8
8
 
9
9
  Official TypeScript SDK: https://www.npmjs.com/package/@convertrilo/sdk
10
10
  SDK source and examples: https://github.com/serkandrgn/convertrilo-js
11
+ Interactive docs: https://api.convertrilo.com/docs
11
12
  externalDocs:
12
13
  description: Convertrilo TypeScript SDK
13
14
  url: https://github.com/serkandrgn/convertrilo-js
14
15
  servers:
15
- - url: http://localhost:3001
16
- description: Local backend
16
+ - url: /
17
+ description: Same origin as these docs
17
18
  - url: https://api.convertrilo.com
18
19
  description: Production
19
20
  components:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@convertrilo/sdk",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "TypeScript client for the Convertrilo video encoding API",
5
5
  "private": false,
6
6
  "license": "MIT",