From 852f698caf49c4733c5be728cb995aea3d67dada Mon Sep 17 00:00:00 2001 From: Thomas Drosdzoll Date: Wed, 24 Sep 2025 09:57:55 +0200 Subject: [PATCH 1/3] chore: Updates the publicKeys in the documentation --- template/apax.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/template/apax.yml b/template/apax.yml index 59dbed1..c0f8b95 100644 --- a/template/apax.yml +++ b/template/apax.yml @@ -25,7 +25,11 @@ registries: # The public key to verify dependencies coming from the GitHub community. This ensures, that the package is # not tampered with. publicKeys: - "@simatic-ax": "3792a7e926775425ccdd29ceed8c368c3008b5b33d7d5550b3cb1f58093e1dff" + "@ax": + "v1": "13ccb23efdc4fa45cb5e9b467a0344b57414b3ff136921400128bfc403a916f6" + "@simatic-ax": + "v1": "3792a7e926775425ccdd29ceed8c368c3008b5b33d7d5550b3cb1f58093e1dff" + "v2": "7af3e394eb2b285a3d99ab8e1f745cc6db75704b30a80393339c721a92ffffd9" # Dependencies devDependencies: From cc3eae233a8ee49fd3afe2de1b9e55f9e0fbfb88 Mon Sep 17 00:00:00 2001 From: Thomas Drosdzoll Date: Fri, 14 Nov 2025 13:01:47 +0100 Subject: [PATCH 2/3] Update template/apax.yml Co-authored-by: Stefan Becker <97045788+BeckerStS@users.noreply.github.com> --- template/apax.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/apax.yml b/template/apax.yml index c0f8b95..e63367b 100644 --- a/template/apax.yml +++ b/template/apax.yml @@ -22,7 +22,7 @@ targets: registries: '@simatic-ax': 'https://npm.pkg.github.com/' -# The public key to verify dependencies coming from the GitHub community. This ensures, that the package is +# The public key(s) to verify dependencies. This ensures, that the package is # not tampered with. publicKeys: "@ax": From 0e961dc990cdd0391d6f467dad8f7afed2b493aa Mon Sep 17 00:00:00 2001 From: Thomas Drosdzoll Date: Fri, 14 Nov 2025 13:02:08 +0100 Subject: [PATCH 3/3] Update apax.yml --- template/apax.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/template/apax.yml b/template/apax.yml index e63367b..792f697 100644 --- a/template/apax.yml +++ b/template/apax.yml @@ -25,8 +25,6 @@ registries: # The public key(s) to verify dependencies. This ensures, that the package is # not tampered with. publicKeys: - "@ax": - "v1": "13ccb23efdc4fa45cb5e9b467a0344b57414b3ff136921400128bfc403a916f6" "@simatic-ax": "v1": "3792a7e926775425ccdd29ceed8c368c3008b5b33d7d5550b3cb1f58093e1dff" "v2": "7af3e394eb2b285a3d99ab8e1f745cc6db75704b30a80393339c721a92ffffd9"