From d76084e0e53f408b2e1dd524b37f27cb17a731c2 Mon Sep 17 00:00:00 2001 From: Gergana Dimitrova Date: Fri, 27 Mar 2026 13:17:05 +0200 Subject: [PATCH] Fix package.json versions --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index af9850d..62c475a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sap_oss/alert-notification-client", - "version": "1.14.0", + "version": "1.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@sap_oss/alert-notification-client", - "version": "1.14.0", + "version": "1.12.0", "license": "Apache-2.0", "dependencies": { "axios": ">=1.6.0", diff --git a/package.json b/package.json index cd241a8..84cb4ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sap_oss/alert-notification-client", - "version": "1.14.0", + "version": "1.12.0", "description": "SAP Alert Notification service for SAP BTP Node.js API client", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -58,4 +58,4 @@ "lint-staged": { "*.ts": "eslint --cache --fix" } -} +} \ No newline at end of file