Skip to content

Commit f282730

Browse files
Merge pull request #22 from simatic-ax/chore/restructur_apax_yml
chore: restructure apax.yml
2 parents 7300619 + 67a6ed3 commit f282730

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

apax.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ type: lib
99
repository:
1010
type: git
1111
url: https://github.com/simatic-ax/io
12+
# Registry information, where the package will be published
13+
registries:
14+
'@simatic-ax': 'https://npm.pkg.github.com/'
1215
# Environment variables
1316
variables:
1417
APAX_BUILD_ARGS:
@@ -17,16 +20,16 @@ variables:
1720
targets:
1821
- '1500'
1922
- 'llvm'
23+
# Install Setting
24+
installStrategy: strict
25+
apaxVersion: 3.2.1
2026
# Dependencies
21-
dependencies:
22-
"@ax/system-timer": 7.0.17
2327
devDependencies:
2428
'@ax/sdk': 2405.0.0
2529
# "@simatic-ax/mocks": 0.1.3 TEMPORARY DIABLED BEACUSE OF DISABLED MOCKING FUNCTIONALITY
2630
"@simatic-ax/snippetscollection": 1.0.0
27-
# Registry information, where the package will be published
28-
registries:
29-
'@simatic-ax': 'https://npm.pkg.github.com/'
31+
dependencies:
32+
"@ax/system-timer": 7.0.17
3033
# Files, which will be shipped with the library
3134
files:
3235
- 'README.md'

0 commit comments

Comments
 (0)