@remotion-studio/sdk 0.1.1 → 0.1.2

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/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,6 +46,8 @@ The plaintext token is shown only once when it is created.
46
46
  - `headers?: HeadersInit`
47
47
  - `fetch?: typeof fetch`
48
48
 
49
+ `baseUrl` should be the Remotion Studio origin, for example `https://remotionstudio.io`, not `https://remotionstudio.io/api`.
50
+
49
51
  ## SDK Methods
50
52
 
51
53
  | Method | HTTP | Endpoint | Purpose |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion-studio/sdk",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "description": "Official Remotion Studio package for generating, editing, playing, and rendering AI-powered Remotion compositions.",
6
6
  "packageManager": "bun@1.3.3",