File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ type: lib
9
9
repository :
10
10
type : git
11
11
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/'
12
15
# Environment variables
13
16
variables :
14
17
APAX_BUILD_ARGS :
@@ -17,16 +20,16 @@ variables:
17
20
targets :
18
21
- ' 1500'
19
22
- ' llvm'
23
+ # Install Setting
24
+ installStrategy : strict
25
+ apaxVersion : 3.2.1
20
26
# Dependencies
21
- dependencies :
22
- " @ax/system-timer " : 7.0.17
23
27
devDependencies :
24
28
' @ax/sdk ' : 2405.0.0
25
29
# "@simatic-ax/mocks": 0.1.3 TEMPORARY DIABLED BEACUSE OF DISABLED MOCKING FUNCTIONALITY
26
30
" @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
30
33
# Files, which will be shipped with the library
31
34
files :
32
35
- ' README.md'
You can’t perform that action at this time.
0 commit comments