Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unpin dependencies #22

Merged
merged 4 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading