From 6a20fcd3aaf3383f8dce4665073f1f5658be1c96 Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Mon, 27 Apr 2026 16:13:09 +0200 Subject: [PATCH 1/2] build: defined published package content with .files in package.json Signed-off-by: Maksim Sukharev --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index a243925..4374d40 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,11 @@ }, "author": "Nextcloud GmbH and Nextcloud contributors", "license": "AGPL-3.0-or-later", + "files": [ + "dist", + "AUTHORS.md", + "LICENSES" + ], "keywords": [ "nextcloud" ], From 8f00265651f8167ae0192e647def30890a7e170a Mon Sep 17 00:00:00 2001 From: Maksim Sukharev Date: Mon, 27 Apr 2026 16:16:07 +0200 Subject: [PATCH 2/2] chore: release v1.4.0 Signed-off-by: Maksim Sukharev --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 39f4354..bdbf2a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/notify_push", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@nextcloud/notify_push", - "version": "1.3.1", + "version": "1.4.0", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/axios": "^2.6.0", diff --git a/package.json b/package.json index 4374d40..1429817 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/notify_push", - "version": "1.3.1", + "version": "1.4.0", "description": "A javascript client for notify_push events", "type": "module", "exports": {