Skip to content

Commit abc2313

Browse files
committed
add dependencies explicitely
1 parent d4d5e32 commit abc2313

File tree

2 files changed

+22
-20
lines changed

2 files changed

+22
-20
lines changed

apax-lock.json

+20-19
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
"name": "@simatic-ax/windowtracking",
88
"version": "0.0.0-placeholder",
99
"dependencies": {
10-
"@simatic-ax/simple-control-modules": "5.0.1"
10+
"@simatic-ax/simple-control-modules": "5.0.1",
11+
"@ax/system-timer": "6.0.94"
1112
},
1213
"devDependencies": {
1314
"@ax/sdk": "2311.0.1",
14-
"@simatic-ax/snippetscollection": "0.1.3"
15+
"@simatic-ax/snippetscollection": "1.0.0"
1516
}
1617
},
1718
"packages": {
@@ -40,9 +41,9 @@
4041
},
4142
"@simatic-ax/snippetscollection": {
4243
"name": "@simatic-ax/snippetscollection",
43-
"version": "0.1.3",
44-
"integrity": "sha512-YcuBXUs4VeW60LLdJ/p7p2aCXWxhrzHg4YEmMKtDOLPjL7EWbQT+4RUNoE2PANv7VTX/hr9+iLjR5ahfKp2utA==",
45-
"resolved": "https://npm.pkg.github.com/download/@simatic-ax/snippetscollection/0.1.3/e287ad803a10c04ed92a9b73eb1b735ca267212f",
44+
"version": "1.0.0",
45+
"integrity": "sha512-8BNldIIGZuuLSiMjJxcBmHt7sL7kSlc0dss88BcrfnL/7iXPmHwhlnh4XobcVoOHXaz5f8cbMbXCUrffBIwecQ==",
46+
"resolved": "https://npm.pkg.github.com/download/@simatic-ax/snippetscollection/1.0.0/60302d7e0da15a914ce0126503398063a42e1917",
4647
"dependencies": {}
4748
},
4849
"@simatic-ax/simple-control-modules": {
@@ -55,6 +56,13 @@
5556
"@simatic-ax/io": "5.0.0"
5657
}
5758
},
59+
"@ax/system-timer": {
60+
"name": "@ax/system-timer",
61+
"version": "6.0.94",
62+
"integrity": "sha512-z2qQVgSKHt78DJZTgIxoAvZdviUzzZmIC3A5bXoWx3ak4fot7D9sa0bKmKp90kP5JqVnkEbl12zYtrBBEVKmNg==",
63+
"resolved": "https://registry.simatic-ax.siemens.io/@ax/system-timer/-/system-timer-6.0.94.tgz",
64+
"dependencies": {}
65+
},
5866
"@ax/axunitst": {
5967
"name": "@ax/axunitst",
6068
"version": "4.1.8",
@@ -204,13 +212,6 @@
204212
"@ax/certificate-management-linux-x64": "1.1.0"
205213
}
206214
},
207-
"@ax/system-timer": {
208-
"name": "@ax/system-timer",
209-
"version": "6.0.94",
210-
"integrity": "sha512-z2qQVgSKHt78DJZTgIxoAvZdviUzzZmIC3A5bXoWx3ak4fot7D9sa0bKmKp90kP5JqVnkEbl12zYtrBBEVKmNg==",
211-
"resolved": "https://registry.simatic-ax.siemens.io/@ax/system-timer/-/system-timer-6.0.94.tgz",
212-
"dependencies": {}
213-
},
214215
"@simatic-ax/io": {
215216
"name": "@simatic-ax/io",
216217
"version": "5.0.0",
@@ -704,13 +705,6 @@
704705
],
705706
"dependencies": {}
706707
},
707-
"@ax/st-docs": {
708-
"name": "@ax/st-docs",
709-
"version": "6.0.146",
710-
"integrity": "sha512-KUs6JC/dWedgnaxH7UrqAOuJm6rKS4gzXTLguqXbtWHKdDKOceIw1yODyjty4iuOm6TkDm2UX4ya6QFC84eBHA==",
711-
"resolved": "https://registry.simatic-ax.siemens.io/@ax/st-docs/-/st-docs-6.0.146.tgz",
712-
"dependencies": {}
713-
},
714708
"@ax/system-math": {
715709
"name": "@ax/system-math",
716710
"version": "6.0.94",
@@ -724,6 +718,13 @@
724718
"integrity": "sha512-8xn57nA5NfZ6ImTxmFGvzFp7wLL38JdUgjsuEg+xbzs29e8ftvbTCNqaWMVdX05N4QNAqohq2BlEkIyFtDH8Qg==",
725719
"resolved": "https://registry.simatic-ax.siemens.io/@ax/system-datetime/-/system-datetime-6.0.94.tgz",
726720
"dependencies": {}
721+
},
722+
"@ax/st-docs": {
723+
"name": "@ax/st-docs",
724+
"version": "6.0.146",
725+
"integrity": "sha512-KUs6JC/dWedgnaxH7UrqAOuJm6rKS4gzXTLguqXbtWHKdDKOceIw1yODyjty4iuOm6TkDm2UX4ya6QFC84eBHA==",
726+
"resolved": "https://registry.simatic-ax.siemens.io/@ax/st-docs/-/st-docs-6.0.146.tgz",
727+
"dependencies": {}
727728
}
728729
},
729730
"workspaces": {}

apax.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ variables:
2020
# Dependencies
2121
devDependencies:
2222
"@ax/sdk": 2311.0.1
23-
"@simatic-ax/snippetscollection": 0.1.3
23+
"@simatic-ax/snippetscollection": 1.0.0
2424
dependencies:
2525
"@simatic-ax/simple-control-modules": 5.0.1
26+
"@ax/system-timer": 6.0.94
2627
registries:
2728
'@simatic-ax': 'https://npm.pkg.github.com/'
2829
# Files which 'apax pack' will include

0 commit comments

Comments
 (0)