From 0194532d4b41828bcb0a63fe5532963782d2a9f6 Mon Sep 17 00:00:00 2001 From: Reiner Schinkoethe Date: Mon, 17 Jun 2024 14:46:39 +0200 Subject: [PATCH] chore: update versions to 2405 and fix layout of apax yml --- apax.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/apax.yml b/apax.yml index 1d20814..1e0e0e2 100644 --- a/apax.yml +++ b/apax.yml @@ -1,6 +1,7 @@ # General information name: '@simatic-ax/json' version: 0.0.0-placeholder +author: Siemens AG type: lib # Description will be displayed in the apax extension description: This is supporting the serializing of a JSON object model and @@ -9,6 +10,9 @@ description: This is supporting the serializing of a JSON object model and repository: type: git url: https://github.com/simatic-ax/json +# Registry information, where the package will be published +registries: + '@simatic-ax': 'https://npm.pkg.github.com/' # Environment variables variables: APAX_BUILD_ARGS: @@ -16,22 +20,21 @@ variables: targets: - '1500' - 'llvm' +# Install Setting +installStrategy: strict +apaxVersion: 3.2.1 # Dependencies devDependencies: "@ax/sdk": 2405.0.0 "@simatic-ax/snippetscollection": 1.0.0 dependencies: - "@ax/system-strings": 6.0.94 - "@simatic-ax/conversion": 2311.1.2 -registries: - '@simatic-ax': 'https://npm.pkg.github.com/' -# Files which 'apax pack' will include + "@ax/system-strings": 7.0.17 + "@simatic-ax/conversion": 2405.0.0 +# Files, which will be shipped with the library files: - 'README.md' - 'LICENSE.md' - 'changelog.md' - 'snippets' - 'docs' - - 'src' -installStrategy: strict -apaxVersion: 3.1.0 + - 'src' \ No newline at end of file