From 6ba5d1f9f61133508db2753bd76dac101d6d4af5 Mon Sep 17 00:00:00 2001 From: ashwin Date: Fri, 20 Feb 2026 10:15:27 -0500 Subject: [PATCH 1/2] SF-2380: Bump version to 1.7.1 and exclude test scripts from npm publish --- .npmignore | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 6c53d2c..5ca90ef 100644 --- a/.npmignore +++ b/.npmignore @@ -5,3 +5,8 @@ .travis.yml .vscode/ test/ +MANUAL_TEST.md +compare-versions.js +manual-test.js +run-comparison-test.sh +verify-output-shape.js diff --git a/package.json b/package.json index cad0cfb..755ebf1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@replicon/dynamodb-subscriber", "description": "", - "version": "1.7.0", + "version": "1.7.1", "author": "Andrew Ovens ", "repository": { "url": "git://github.com/replicon/dynamodb-subscriber.git" From 001f6df67a21f6f777835f528c11a95039364f06 Mon Sep 17 00:00:00 2001 From: ashwin Date: Fri, 20 Feb 2026 10:16:33 -0500 Subject: [PATCH 2/2] SF-2380: Revert .npmignore changes, version bump only --- .npmignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.npmignore b/.npmignore index 5ca90ef..6c53d2c 100644 --- a/.npmignore +++ b/.npmignore @@ -5,8 +5,3 @@ .travis.yml .vscode/ test/ -MANUAL_TEST.md -compare-versions.js -manual-test.js -run-comparison-test.sh -verify-output-shape.js