chore: release v0.1.5

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Miguel Ángel
2026-03-26 20:57:07 -04:00
co-authored by Claude Sonnet 4.6
parent 5bdc222999
commit bbc643d2b8
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/cli",
"version": "0.1.4",
"version": "0.1.5",
"description": "HyperFrames CLI — create, preview, and render HTML video compositions",
"bin": {
"hyperframes": "./dist/cli.js"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/core",
"version": "0.1.4",
"version": "0.1.5",
"files": [
"dist",
"docs",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/engine",
"version": "0.1.4",
"version": "0.1.5",
"description": "Seekable web page to video rendering engine (Puppeteer + FFmpeg)",
"type": "module",
"main": "./src/index.ts",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/producer",
"version": "0.1.4",
"version": "0.1.5",
"description": "HTML-to-video rendering engine using Chrome's BeginFrame API",
"files": [
"dist/"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/studio",
"version": "0.1.4",
"version": "0.1.5",
"files": [
"src",
"dist"