Skip to content

Commit

Permalink
update apax lock
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinerSchinkoethe committed Jun 18, 2024
1 parent 4380336 commit d2cd4b6
Showing 1 changed file with 11 additions and 13 deletions.
24 changes: 11 additions & 13 deletions apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,31 @@ type: lib
repository:
type: git
url: https://github.com/simatic-ax/lacyccom
# 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'
# - 'axunit-llvm'
- 'llvm'
# Install Setting
installStrategy: strict
apaxVersion: 3.1.0
# Dependencies
devDependencies:
'@ax/sdk': ^2311.0.1
"@simatic-ax/snippetscollection": ^0.0.15

'@ax/sdk': 2405.0.0
"@simatic-ax/snippetscollection": 1.0.0
dependencies:
"@ax/system-timer": ^6.0.94
"@ax/simatic-1500-distributedio": ^7.0.0
"@ax/system-serde": ^6.0.94

# Registry information, where the package will be published
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
"@ax/system-timer": 7.0.17
"@ax/simatic-1500-distributedio": 7.0.1
"@ax/system-serde": 7.0.17
# Files, which will be shipped with the library
files:
- 'README.md'
- 'LICENSE.md'
- 'doc'
- 'src'
- 'snippets'
installStrategy: strict
apaxVersion: 3.1.0

0 comments on commit d2cd4b6

Please sign in to comment.