Skip to content

Commit

Permalink
Merge pull request #22 from simatic-ax/update-packages
Browse files Browse the repository at this point in the history
unpin dependencies
  • Loading branch information
ThKindler authored Oct 17, 2024
2 parents 298e2bf + d55da7f commit 7c11894
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
54 changes: 27 additions & 27 deletions apax-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"name": "@simatic-ax/lacyccom",
"version": "0.0.0-placeholder",
"dependencies": {
"@ax/system-timer": "7.1.47",
"@ax/simatic-1500-distributedio": "7.0.1",
"@ax/system-serde": "7.1.47",
"@ax/system-timer": "^7.1.47",
"@ax/simatic-1500-distributedio": "^7.0.1",
"@ax/system-serde": "^7.1.47",
"@ax/simatic-1500-clocks": "^7.0.4"
},
"devDependencies": {
"@ax/sdk": "2405.1.0",
"@simatic-ax/snippetscollection": "1.0.0"
"@ax/sdk": "^2405.1.0",
"@simatic-ax/snippetscollection": "^1.0.0"
}
},
"packages": {
Expand Down Expand Up @@ -278,20 +278,6 @@
"@ax/system-datetime": "^7.1.47"
}
},
"@ax/system-math": {
"name": "@ax/system-math",
"version": "7.1.47",
"integrity": "sha512-xU30iSLTLTcSLSRrww4tguGUPr4lyiwHJBexUmsLXEBy/OyJqkwEJbY6gzGCJ6ciGXSQUVEkbfKM/blIztMzAA==",
"resolved": "https://registry.simatic-ax.siemens.io/@ax/system-math/-/system-math-7.1.47.tgz",
"dependencies": {}
},
"@ax/system-datetime": {
"name": "@ax/system-datetime",
"version": "7.1.47",
"integrity": "sha512-yk8erRctiVKHjpe1nca9WUhatotm6S5lEkye4R2XBl7vU7CaPp84q7MzhkSCgQYn08LJqlFRBbxP+bpERiei8g==",
"resolved": "https://registry.simatic-ax.siemens.io/@ax/system-datetime/-/system-datetime-7.1.47.tgz",
"dependencies": {}
},
"@ax/simatic-package-tool": {
"name": "@ax/simatic-package-tool",
"version": "1.0.3",
Expand Down Expand Up @@ -684,14 +670,6 @@
],
"dependencies": {}
},
"@ax/st-docs": {
"name": "@ax/st-docs",
"version": "7.0.52",
"integrity": "sha512-iKLQAGv6Au/CsImP/RmCy0nRIUCQMjrAdgo/AmWrH3+MvPLjhowbsNSQsq1YUP34PbYI0ThH6tQjkUta2dFc7A==",
"resolved": "https://registry.simatic-ax.siemens.io/@ax/st-docs/-/st-docs-7.0.52.tgz",
"dependencies": {},
"deprecated": ""
},
"@ax/axunitst-test-director-linux-x64": {
"name": "@ax/axunitst-test-director-linux-x64",
"version": "5.2.6",
Expand Down Expand Up @@ -743,6 +721,28 @@
"x64"
],
"dependencies": {}
},
"@ax/st-docs": {
"name": "@ax/st-docs",
"version": "7.0.52",
"integrity": "sha512-iKLQAGv6Au/CsImP/RmCy0nRIUCQMjrAdgo/AmWrH3+MvPLjhowbsNSQsq1YUP34PbYI0ThH6tQjkUta2dFc7A==",
"resolved": "https://registry.simatic-ax.siemens.io/@ax/st-docs/-/st-docs-7.0.52.tgz",
"dependencies": {},
"deprecated": ""
},
"@ax/system-math": {
"name": "@ax/system-math",
"version": "7.1.47",
"integrity": "sha512-xU30iSLTLTcSLSRrww4tguGUPr4lyiwHJBexUmsLXEBy/OyJqkwEJbY6gzGCJ6ciGXSQUVEkbfKM/blIztMzAA==",
"resolved": "https://registry.simatic-ax.siemens.io/@ax/system-math/-/system-math-7.1.47.tgz",
"dependencies": {}
},
"@ax/system-datetime": {
"name": "@ax/system-datetime",
"version": "7.1.47",
"integrity": "sha512-yk8erRctiVKHjpe1nca9WUhatotm6S5lEkye4R2XBl7vU7CaPp84q7MzhkSCgQYn08LJqlFRBbxP+bpERiei8g==",
"resolved": "https://registry.simatic-ax.siemens.io/@ax/system-datetime/-/system-datetime-7.1.47.tgz",
"dependencies": {}
}
},
"workspaces": {}
Expand Down
10 changes: 5 additions & 5 deletions apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ installStrategy: strict
apaxVersion: 3.2.1
# Dependencies
devDependencies:
'@ax/sdk': 2405.1.0
"@simatic-ax/snippetscollection": 1.0.0
'@ax/sdk': ^2405.1.0
"@simatic-ax/snippetscollection": ^1.0.0
dependencies:
"@ax/system-timer": 7.1.47
"@ax/simatic-1500-distributedio": 7.0.1
"@ax/system-serde": 7.1.47
"@ax/system-timer": ^7.1.47
"@ax/simatic-1500-distributedio": ^7.0.1
"@ax/system-serde": ^7.1.47
"@ax/simatic-1500-clocks": ^7.0.4
# Files, which will be shipped with the library
files:
Expand Down

0 comments on commit 7c11894

Please sign in to comment.