Skip to content

Commit

Permalink
add dependencies explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuergen committed Feb 12, 2024
1 parent d4d5e32 commit abc2313
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 20 deletions.
39 changes: 20 additions & 19 deletions apax-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@
"name": "@simatic-ax/windowtracking",
"version": "0.0.0-placeholder",
"dependencies": {
"@simatic-ax/simple-control-modules": "5.0.1"
"@simatic-ax/simple-control-modules": "5.0.1",
"@ax/system-timer": "6.0.94"
},
"devDependencies": {
"@ax/sdk": "2311.0.1",
"@simatic-ax/snippetscollection": "0.1.3"
"@simatic-ax/snippetscollection": "1.0.0"
}
},
"packages": {
Expand Down Expand Up @@ -40,9 +41,9 @@
},
"@simatic-ax/snippetscollection": {
"name": "@simatic-ax/snippetscollection",
"version": "0.1.3",
"integrity": "sha512-YcuBXUs4VeW60LLdJ/p7p2aCXWxhrzHg4YEmMKtDOLPjL7EWbQT+4RUNoE2PANv7VTX/hr9+iLjR5ahfKp2utA==",
"resolved": "https://npm.pkg.github.com/download/@simatic-ax/snippetscollection/0.1.3/e287ad803a10c04ed92a9b73eb1b735ca267212f",
"version": "1.0.0",
"integrity": "sha512-8BNldIIGZuuLSiMjJxcBmHt7sL7kSlc0dss88BcrfnL/7iXPmHwhlnh4XobcVoOHXaz5f8cbMbXCUrffBIwecQ==",
"resolved": "https://npm.pkg.github.com/download/@simatic-ax/snippetscollection/1.0.0/60302d7e0da15a914ce0126503398063a42e1917",
"dependencies": {}
},
"@simatic-ax/simple-control-modules": {
Expand All @@ -55,6 +56,13 @@
"@simatic-ax/io": "5.0.0"
}
},
"@ax/system-timer": {
"name": "@ax/system-timer",
"version": "6.0.94",
"integrity": "sha512-z2qQVgSKHt78DJZTgIxoAvZdviUzzZmIC3A5bXoWx3ak4fot7D9sa0bKmKp90kP5JqVnkEbl12zYtrBBEVKmNg==",
"resolved": "https://registry.simatic-ax.siemens.io/@ax/system-timer/-/system-timer-6.0.94.tgz",
"dependencies": {}
},
"@ax/axunitst": {
"name": "@ax/axunitst",
"version": "4.1.8",
Expand Down Expand Up @@ -204,13 +212,6 @@
"@ax/certificate-management-linux-x64": "1.1.0"
}
},
"@ax/system-timer": {
"name": "@ax/system-timer",
"version": "6.0.94",
"integrity": "sha512-z2qQVgSKHt78DJZTgIxoAvZdviUzzZmIC3A5bXoWx3ak4fot7D9sa0bKmKp90kP5JqVnkEbl12zYtrBBEVKmNg==",
"resolved": "https://registry.simatic-ax.siemens.io/@ax/system-timer/-/system-timer-6.0.94.tgz",
"dependencies": {}
},
"@simatic-ax/io": {
"name": "@simatic-ax/io",
"version": "5.0.0",
Expand Down Expand Up @@ -704,13 +705,6 @@
],
"dependencies": {}
},
"@ax/st-docs": {
"name": "@ax/st-docs",
"version": "6.0.146",
"integrity": "sha512-KUs6JC/dWedgnaxH7UrqAOuJm6rKS4gzXTLguqXbtWHKdDKOceIw1yODyjty4iuOm6TkDm2UX4ya6QFC84eBHA==",
"resolved": "https://registry.simatic-ax.siemens.io/@ax/st-docs/-/st-docs-6.0.146.tgz",
"dependencies": {}
},
"@ax/system-math": {
"name": "@ax/system-math",
"version": "6.0.94",
Expand All @@ -724,6 +718,13 @@
"integrity": "sha512-8xn57nA5NfZ6ImTxmFGvzFp7wLL38JdUgjsuEg+xbzs29e8ftvbTCNqaWMVdX05N4QNAqohq2BlEkIyFtDH8Qg==",
"resolved": "https://registry.simatic-ax.siemens.io/@ax/system-datetime/-/system-datetime-6.0.94.tgz",
"dependencies": {}
},
"@ax/st-docs": {
"name": "@ax/st-docs",
"version": "6.0.146",
"integrity": "sha512-KUs6JC/dWedgnaxH7UrqAOuJm6rKS4gzXTLguqXbtWHKdDKOceIw1yODyjty4iuOm6TkDm2UX4ya6QFC84eBHA==",
"resolved": "https://registry.simatic-ax.siemens.io/@ax/st-docs/-/st-docs-6.0.146.tgz",
"dependencies": {}
}
},
"workspaces": {}
Expand Down
3 changes: 2 additions & 1 deletion apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ variables:
# Dependencies
devDependencies:
"@ax/sdk": 2311.0.1
"@simatic-ax/snippetscollection": 0.1.3
"@simatic-ax/snippetscollection": 1.0.0
dependencies:
"@simatic-ax/simple-control-modules": 5.0.1
"@ax/system-timer": 6.0.94
registries:
'@simatic-ax': 'https://npm.pkg.github.com/'
# Files which 'apax pack' will include
Expand Down

0 comments on commit abc2313

Please sign in to comment.