Skip to content

Commit

Permalink
chore: update versions to 2405 and fix layout of apax yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerSchinkoethe committed Jun 17, 2024
1 parent b069181 commit 0194532
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions apax.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -9,29 +10,31 @@ 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:
- '--debug'
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'

0 comments on commit 0194532

Please sign in to comment.