From 6483ff4990a709d8ddf063836198cce4e6feb141 Mon Sep 17 00:00:00 2001 From: Paolo Insogna Date: Thu, 19 Feb 2026 17:06:07 +0100 Subject: [PATCH 1/2] chore: Fixed release. Signed-off-by: Paolo Insogna --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 623c69f..d1c3840 100644 --- a/package.json +++ b/package.json @@ -2,16 +2,16 @@ "name": "@platformatic/dynamic-buffer", "version": "0.2.0", "description": "A small utility class to work with logically contiguous binary data split across multiple Buffer chunks.", - "homepage": "https://github.com/platformatic/@platformatic/dynamic-buffer", + "homepage": "https://github.com/platformatic/platformatic/dynamic-buffer", "author": "Platformatic Inc. (https://platformatic.dev)", "license": "Apache-2.0", "repository": { "type": "git", - "url": "git+https://github.com/platformatic/@platformatic/dynamic-buffer.git" + "url": "git+https://github.com/platformatic/platformatic/dynamic-buffer.git" }, "keywords": [], "bugs": { - "url": "https://github.com/platformatic/@platformatic/dynamic-buffer/issues" + "url": "https://github.com/platformatic/platformatic/dynamic-buffer/issues" }, "private": false, "files": [ From d9e8ac7c27c5eb654e51a301f60fb5d80a4222e3 Mon Sep 17 00:00:00 2001 From: Paolo Insogna Date: Thu, 19 Feb 2026 17:06:42 +0100 Subject: [PATCH 2/2] fixup Signed-off-by: Paolo Insogna --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d1c3840..cb526ed 100644 --- a/package.json +++ b/package.json @@ -2,16 +2,16 @@ "name": "@platformatic/dynamic-buffer", "version": "0.2.0", "description": "A small utility class to work with logically contiguous binary data split across multiple Buffer chunks.", - "homepage": "https://github.com/platformatic/platformatic/dynamic-buffer", + "homepage": "https://github.com/platformatic/dynamic-buffer", "author": "Platformatic Inc. (https://platformatic.dev)", "license": "Apache-2.0", "repository": { "type": "git", - "url": "git+https://github.com/platformatic/platformatic/dynamic-buffer.git" + "url": "git+https://github.com/platformatic/dynamic-buffer.git" }, "keywords": [], "bugs": { - "url": "https://github.com/platformatic/platformatic/dynamic-buffer/issues" + "url": "https://github.com/platformatic/dynamic-buffer/issues" }, "private": false, "files": [ @@ -53,4 +53,4 @@ "engines": { "node": ">= 22.19.0" } -} \ No newline at end of file +}