@vanillaskyai/video 0.5.0 → 0.5.1
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.
- package/CHANGELOG.md +5 -0
- package/README.md +0 -2
- package/examples/nextjs-quickstart/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@ VanillaSky follows semantic versioning. This changelog begins with the 0.1 beta.
|
|
|
4
4
|
|
|
5
5
|
## Unreleased
|
|
6
6
|
|
|
7
|
+
## 0.5.1
|
|
8
|
+
|
|
9
|
+
- Removes the redundant README version badge. Package registries and release
|
|
10
|
+
pages remain the authoritative source for the current version.
|
|
11
|
+
|
|
7
12
|
## 0.5.0
|
|
8
13
|
|
|
9
14
|
### Breaking changes
|
package/README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
# Give your AI a video output
|
|
2
2
|
|
|
3
|
-

|
|
4
|
-
|
|
5
3
|
**VanillaSky is the open-source video response layer.** Turn text, structured
|
|
6
4
|
data, and live application context into personalized video responses that start
|
|
7
5
|
playing while your LLM composes them.
|