From ae4f505d1f71b8ba285482522bebb54a46bacc19 Mon Sep 17 00:00:00 2001 From: ashwin Date: Fri, 20 Feb 2026 10:07:04 -0500 Subject: [PATCH] SF-2380: Bump version to 1.7.0 and add publishConfig for GitHub Packages --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 4b6daf6..cad0cfb 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,14 @@ { "name": "@replicon/dynamodb-subscriber", "description": "", - "version": "1.6.0", + "version": "1.7.0", "author": "Andrew Ovens ", "repository": { "url": "git://github.com/replicon/dynamodb-subscriber.git" }, + "publishConfig": { + "registry": "https://npm.pkg.github.com" + }, "main": "index.js", "scripts": { "test": "mocha"