Skip to content

Commit

Permalink
remove unecessary package
Browse files Browse the repository at this point in the history
  • Loading branch information
ThKindler committed Jan 19, 2024
1 parent f038b0a commit e1bff4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
10 changes: 1 addition & 9 deletions apax-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"dependencies": {
"@ax/system-timer": "^6.0.94",
"@ax/simatic-1500-distributedio": "^6.0.3",
"@ax/system-serde": "^6.0.94",
"@ax/apax": "^3.0.0"
"@ax/system-serde": "^6.0.94"
},
"devDependencies": {
"@ax/sdk": "^2311.0.1",
Expand Down Expand Up @@ -71,13 +70,6 @@
"@ax/system-strings": "6.0.94"
}
},
"@ax/apax": {
"name": "@ax/apax",
"version": "3.0.0",
"integrity": "sha512-JrTU75WIgtd082JklVuUOHFtJRlW9UKT0l/3uv73dgBri84xURoiMA9zYDAdKkUaL3fk0ridlJJ77SD+ivtiQw==",
"resolved": "https://registry.simatic-ax.siemens.io/@ax/apax/-/apax-3.0.0.tgz",
"dependencies": {}
},
"@ax/axunitst": {
"name": "@ax/axunitst",
"version": "4.1.8",
Expand Down
3 changes: 1 addition & 2 deletions apax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dependencies:
"@ax/system-timer": ^6.0.94
"@ax/simatic-1500-distributedio": ^6.0.3
"@ax/system-serde": ^6.0.94
"@ax/apax": ^3.0.0

# Registry information, where the package will be published
registries:
Expand All @@ -39,4 +38,4 @@ files:
- 'src'
- 'snippets'
installStrategy: strict
apaxVersion: 3.0.0
apaxVersion: 3.1.0

0 comments on commit e1bff4c

Please sign in to comment.