From f46b7f4132089dbc272163dbc644260bf5feea8c Mon Sep 17 00:00:00 2001 From: Reina To Date: Mon, 16 Feb 2026 14:53:03 -0500 Subject: [PATCH] release: 1.0.24 --- bifrost-fastify/package.json | 4 ++-- bifrost/package.json | 2 +- package-lock.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bifrost-fastify/package.json b/bifrost-fastify/package.json index ae6182b..36c6d7f 100644 --- a/bifrost-fastify/package.json +++ b/bifrost-fastify/package.json @@ -1,7 +1,7 @@ { "name": "@alignable/bifrost-fastify", "repository": "https://github.com/Alignable/bifrost.git", - "version": "1.0.23", + "version": "1.0.24", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -13,7 +13,7 @@ "htmlparser2": "^10.0.0" }, "peerDependencies": { - "@alignable/bifrost": "1.0.23", + "@alignable/bifrost": "1.0.24", "fastify": "^5.0.0", "vike": ">=0.4.251", "vite": ">=6" diff --git a/bifrost/package.json b/bifrost/package.json index cc3a25a..fdb245e 100644 --- a/bifrost/package.json +++ b/bifrost/package.json @@ -1,7 +1,7 @@ { "name": "@alignable/bifrost", "repository": "https://github.com/Alignable/bifrost.git", - "version": "1.0.23", + "version": "1.0.24", "type": "module", "types": "./dist/index.d.ts", "exports": { diff --git a/package-lock.json b/package-lock.json index 0e79a97..ec5cd1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ }, "bifrost": { "name": "@alignable/bifrost", - "version": "1.0.23", + "version": "1.0.24", "dependencies": { "tough-cookie": "^4.1.2", "uuid": "^9.0.0" @@ -50,7 +50,7 @@ }, "bifrost-fastify": { "name": "@alignable/bifrost-fastify", - "version": "1.0.23", + "version": "1.0.24", "dependencies": { "@fastify/accepts": "^5.0.4", "@fastify/http-proxy": "^11.4.1", @@ -71,7 +71,7 @@ "vite": "^6.3.5" }, "peerDependencies": { - "@alignable/bifrost": "1.0.23", + "@alignable/bifrost": "1.0.24", "fastify": "^5.0.0", "vike": ">=0.4.251", "vite": ">=6"