From 756e2309ecd7bc173343d4745e38fe8d3d142cbe Mon Sep 17 00:00:00 2001 From: bourgeoa Date: Fri, 19 Jun 2026 14:33:56 +0200 Subject: [PATCH 1/4] 4.0.8-0 --- 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 5005dfc..50f2c9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "solid-logic", - "version": "4.0.7", + "version": "4.0.8-0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "solid-logic", - "version": "4.0.7", + "version": "4.0.8-0", "license": "MIT", "dependencies": { "@uvdsl/solid-oidc-client-browser": "^0.2.3", diff --git a/package.json b/package.json index b58ed0a..76461c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solid-logic", - "version": "4.0.7", + "version": "4.0.8-0", "description": "Core business logic of SolidOS", "type": "module", "main": "dist/solid-logic.js", From a62443fe059e22afe110d5749b8898b50873cbbe Mon Sep 17 00:00:00 2001 From: bourgeoa Date: Sun, 21 Jun 2026 12:40:03 +0200 Subject: [PATCH 2/4] package-lock.json --- package-lock.json | 34 ++-------------------------------- 1 file changed, 2 insertions(+), 32 deletions(-) diff --git a/package-lock.json b/package-lock.json index 907756d..d78fe80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "solid-logic", - "version": "4.0.8-1", + "version": "4.0.8-0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "solid-logic", - "version": "4.0.8-1", + "version": "4.0.8-0", "license": "MIT", "dependencies": { "@uvdsl/solid-oidc-client-browser": "^0.2.3", @@ -3540,9 +3540,6 @@ "arm64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3557,9 +3554,6 @@ "arm64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3574,9 +3568,6 @@ "loong64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3591,9 +3582,6 @@ "loong64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3608,9 +3596,6 @@ "ppc64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3625,9 +3610,6 @@ "riscv64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3642,9 +3624,6 @@ "riscv64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ @@ -3659,9 +3638,6 @@ "s390x" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3676,9 +3652,6 @@ "x64" ], "dev": true, - "libc": [ - "glibc" - ], "license": "MIT", "optional": true, "os": [ @@ -3693,9 +3666,6 @@ "x64" ], "dev": true, - "libc": [ - "musl" - ], "license": "MIT", "optional": true, "os": [ From 8afec24028b48efa3ce21341b071d28605e26580 Mon Sep 17 00:00:00 2001 From: bourgeoa Date: Sun, 21 Jun 2026 12:54:33 +0200 Subject: [PATCH 3/4] remove npm-publish-staging --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb2f39d..a2a9442 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,12 +72,6 @@ jobs: with: node_version: 22 - npm-publish-staging: - needs: build - uses: SolidOS/solidos/.github/workflows/publish-prerelease.yml@staging - with: - node_version: 22 - npm-publish-latest: needs: [build] runs-on: ubuntu-latest From 744355aeb4a6cc7aa9f95864e3aedd9d717742ec Mon Sep 17 00:00:00 2001 From: bourgeoa Date: Sun, 21 Jun 2026 12:58:59 +0200 Subject: [PATCH 4/4] add oidc permissions --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2a9442..2ae6b5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,6 +68,9 @@ jobs: npm-publish-dev: needs: build + permissions: + id-token: write + contents: read uses: SolidOS/solidos/.github/workflows/publish-prerelease.yml@main with: node_version: 22