From 5d32218d396a07666160e96cf53517451c3d0ffb Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 22:59:12 +0000 Subject: [PATCH 1/8] chore(package): add 0BSD (license) chore(scripts): add documentation readme --section=API ./src**/*.mjs (scripts.docs) chore(scripts): add documentation lint ./src**/*.mjs (scripts.lint:docs) --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 63b87ee3..4ad278cd 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "access": "public", "provenance": true }, + "packageManager": "npm@11.6.4+sha512.1118cab46a05a50aee6bff5b1b4fa1df18afff89d57465620a3518035026955db87c5bdf9d207b07b7487d99f2490d450cb774655ad63ec2cba7bf1d0ad25d45", "exports": { ".": "./src/webhook.mjs" }, @@ -18,14 +19,14 @@ "email": "markus.felten@gmx.de" } ], - "license": "BSD-2-Clause", + "license": "0BSD", "scripts": { "test": "node --run test:ava", "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs", "cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp", - "docs": "documentation readme --section=API ./src/**/*.mjs", + "docs": "documentation readme --section=API ./src**/*.mjs", "lint": "node --run lint:docs", - "lint:docs": "documentation lint ./src/**/*.mjs" + "lint:docs": "documentation lint ./src**/*.mjs" }, "dependencies": { "@kronos-integration/interceptor": "^13.0.6", @@ -54,6 +55,5 @@ "arlac77/template-arlac77-github", "arlac77/template-kronos-component" ] - }, - "packageManager": "npm@11.6.4+sha512.1118cab46a05a50aee6bff5b1b4fa1df18afff89d57465620a3518035026955db87c5bdf9d207b07b7487d99f2490d450cb774655ad63ec2cba7bf1d0ad25d45" + } } From 1704fac0051fbefc777309150bf6b0196d0d2331 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 22:59:14 +0000 Subject: [PATCH 2/8] chore: add next (on.push.branches) chore: add next (on.pull_request.branches) --- .github/workflows/codeql_analysis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql_analysis.yml b/.github/workflows/codeql_analysis.yml index 0198aac9..d14d1001 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -3,9 +3,11 @@ on: push: branches: - master + - next pull_request: branches: - master + - next jobs: analyze: name: Analyze @@ -16,14 +18,14 @@ jobs: - name: git checkout run: git checkout if: ${{ github.event_name == 'pull_request' }} - - name: prepare CodeQL - uses: github/codeql-action/init@v4 - with: - languages: javascript - name: prepare node uses: actions/setup-node@v6.1.0 with: node-version: 24.11.1 + - name: prepare CodeQL + uses: github/codeql-action/init@v4 + with: + languages: javascript - name: install run: npm ci - name: perform CodeQL analysis From 229a55f1885bfc87eb47908da50c740c8baa74d5 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 22:59:16 +0000 Subject: [PATCH 3/8] chore: add npx playwright install --with-deps (jobs.update_package_lock.steps.run) --- .github/workflows/update_package_lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_package_lock.yml b/.github/workflows/update_package_lock.yml index 5bb2d97c..2773687d 100644 --- a/.github/workflows/update_package_lock.yml +++ b/.github/workflows/update_package_lock.yml @@ -18,7 +18,7 @@ jobs: - name: remove lock run: rm package-lock.json - name: install playwright - run: npx playwright install + run: npx playwright install --with-deps - name: test run: npm install-test env: From b621ad6713ab17a0556503def4a28307a5bf19ad Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 22:59:19 +0000 Subject: [PATCH 4/8] docs(README): update from template --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 811d4879..06da6388 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ +[![npm](https://img.shields.io/npm/v/@kronos-integration/interceptor-webhook.svg)](https://www.npmjs.com/package/@kronos-integration/interceptor-webhook) [![License](https://img.shields.io/badge/License-0BSD-blue.svg)](https://spdx.org/licenses/0BSD.html) +[![bundlejs](https://deno.bundlejs.com/?q=@kronos-integration/interceptor-webhook\&badge=detailed)](https://bundlejs.com/?q=@kronos-integration/interceptor-webhook) +[![downloads](http://img.shields.io/npm/dm/@kronos-integration/interceptor-webhook.svg?style=flat-square)](https://npmjs.org/package/@kronos-integration/interceptor-webhook) [![GitHub Issues](https://img.shields.io/github/issues/Kronos-Integration/interceptor-webhook.svg?style=flat-square)](https://github.com/Kronos-Integration/interceptor-webhook/issues) [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FKronos-Integration%2Finterceptor-webhook%2Fbadge\&style=flat)](https://actions-badge.atrox.dev/Kronos-Integration/interceptor-webhook/goto) [![Styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![Known Vulnerabilities](https://snyk.io/test/github/Kronos-Integration/interceptor-webhook/badge.svg)](https://snyk.io/test/github/Kronos-Integration/interceptor-webhook) -[![Coverage Status](https://coveralls.io/repos/Kronos-Integration/interceptor-webhook/badge.svg)](https://coveralls.io/github/Kronos-Integration/interceptor-webhook) # @kronos-integration/interceptor-webhook From 9f1b2da4fd36c6874b1c28afd8ad0b396167cd77 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 23:26:11 +0000 Subject: [PATCH 5/8] chore(package): add 0BSD (license) chore(scripts): add documentation readme --section=API ./src**/*.mjs (scripts.docs) chore(scripts): add documentation lint ./src**/*.mjs (scripts.lint:docs) From 991dccb620690b17a9b7b06adf5a49b5e5352377 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 23:26:15 +0000 Subject: [PATCH 6/8] chore: add next (on.push.branches) chore: add next (on.pull_request.branches) From 10496eb784f5ebb1e511afb472a479010176d259 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 23:26:16 +0000 Subject: [PATCH 7/8] chore: add npx playwright install --with-deps (jobs.update_package_lock.steps.run) From 84b32eef3484c894a34f45faee7fb831d7d05799 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 23:26:19 +0000 Subject: [PATCH 8/8] docs(README): update from template