From 98efce2c1958b9953352ace3f0ee2128e208eefa Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 22:57:27 +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 70930d12..1975eff9 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "access": "public", "provenance": true }, + "packageManager": "npm@11.6.4+sha512.1118cab46a05a50aee6bff5b1b4fa1df18afff89d57465620a3518035026955db87c5bdf9d207b07b7487d99f2490d450cb774655ad63ec2cba7bf1d0ad25d45", "exports": { ".": "./src/decode-json.mjs" }, @@ -22,14 +23,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" @@ -57,6 +58,5 @@ "arlac77/template-arlac77-github", "arlac77/template-kronos-component" ] - }, - "packageManager": "npm@11.6.4+sha512.1118cab46a05a50aee6bff5b1b4fa1df18afff89d57465620a3518035026955db87c5bdf9d207b07b7487d99f2490d450cb774655ad63ec2cba7bf1d0ad25d45" + } } From 86ce991ff97fd35226b78664737f940eecdb4395 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 22:57:31 +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 cb5980a3e24bc4e5aa5e0cc4dc45c796e54705d3 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 22:57:33 +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 9745acee3c5de24b4979e5e686d8fb95745f8f94 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 22:57:35 +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 a833fd5a..53cc39dd 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ +[![npm](https://img.shields.io/npm/v/@kronos-integration/interceptor-decode-json.svg)](https://www.npmjs.com/package/@kronos-integration/interceptor-decode-json) [![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-decode-json\&badge=detailed)](https://bundlejs.com/?q=@kronos-integration/interceptor-decode-json) +[![downloads](http://img.shields.io/npm/dm/@kronos-integration/interceptor-decode-json.svg?style=flat-square)](https://npmjs.org/package/@kronos-integration/interceptor-decode-json) [![GitHub Issues](https://img.shields.io/github/issues/Kronos-Integration/interceptor-decode-json.svg?style=flat-square)](https://github.com/Kronos-Integration/interceptor-decode-json/issues) [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FKronos-Integration%2Finterceptor-decode-json%2Fbadge\&style=flat)](https://actions-badge.atrox.dev/Kronos-Integration/interceptor-decode-json/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-decode-json/badge.svg)](https://snyk.io/test/github/Kronos-Integration/interceptor-decode-json) -[![Coverage Status](https://coveralls.io/repos/Kronos-Integration/interceptor-decode-json/badge.svg)](https://coveralls.io/github/Kronos-Integration/interceptor-decode-json) # kronos-interceptor-decode-json From 30dcceb52855a9eb19a6591ceaa6ee641f2acbcd Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 23:24:27 +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 52185487097ca389cd2a36ad1105da0ab6cfc1c9 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 23:24:30 +0000 Subject: [PATCH 6/8] chore: add next (on.push.branches) chore: add next (on.pull_request.branches) From 235bffec6d5ca7d91790d8f0556b34e5c0c1e435 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 23:24:32 +0000 Subject: [PATCH 7/8] chore: add npx playwright install --with-deps (jobs.update_package_lock.steps.run) From eb14e7df61f57ba8177d65619e7778edda964ec8 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Sun, 7 Dec 2025 23:24:34 +0000 Subject: [PATCH 8/8] docs(README): update from template