chore: release v0.6.1

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Miguel Ángel
2026-05-13 00:27:13 +00:00
co-authored by Claude Opus 4.6
parent 91bdffffe6
commit 82fd2967c4
7 changed files with 13 additions and 13 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@hyperframes/core",
"version": "0.6.0",
"version": "0.6.1",
"description": "",
"repository": {
"type": "git",
@@ -62,7 +62,8 @@
"./schemas/registry-item.json": "./schemas/registry-item.json"
},
"publishConfig": {
"access": "public",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
@@ -108,8 +109,7 @@
"./schemas/registry.json": "./schemas/registry.json",
"./schemas/registry-item.json": "./schemas/registry-item.json"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts"
"access": "public"
},
"scripts": {
"build": "bun run build:hyperframes-runtime && tsc",