Skip to content

Commit

Permalink
chore: update dependency versions and update layout of apax yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerSchinkoethe committed Jun 18, 2024
1 parent d8805bc commit 03f341f
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,31 @@ type: lib
repository:
type: git
url: https://github.com/simatic-ax/dynamics
# Registry information, where the package will be published
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
# Environment variables
variables:
APAX_BUILD_ARGS:
- '--debug'
dependencies:
"@ax/simatic-1500-clocks": ^6.0.37
"@ax/system-math": ^6.0.94
targets:
- "1500"
- "plcsim"
- "llvm"
# Install Setting
installStrategy: strict
apaxVersion: 3.2.1
# Dependencies
devDependencies:
"@ax/sdk": ^2405.0.0
"@ax/axunit-runner-llvm-win-x64": ^5.0.1
# Registry information, where the package will be published
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
"@ax/sdk": 2405.0.0
"@ax/axunit-runner-llvm-win-x64": 5.0.4
dependencies:
"@ax/simatic-1500-clocks": 7.0.4
"@ax/system-math": 7.0.17
# Files, which will be shipped with the library
files:
- 'README.md'
- 'LICENSE.md'
- 'doc'
- 'src'
- 'snippets'
targets:
- "1500"
- "plcsim"
- "llvm"
installStrategy: strict
apaxVersion: 3.1.0
- 'snippets'

0 comments on commit 03f341f

Please sign in to comment.