diff --git a/README.md b/README.md index 6c712cf..62e2402 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ This package contains functionality for handling drive functions such as moving Install with Apax: +> If not yet done login to the GitHub registry first. +> More information you'll find [here](https://github.com/simatic-ax/.github/blob/main/docs/personalaccesstoken.md) + ```cli apax add @simatic-ax/sinamics-drive-functions ``` diff --git a/apax-lock.json b/apax-lock.json index c50e0d1..18d0798 100644 --- a/apax-lock.json +++ b/apax-lock.json @@ -1,14 +1,14 @@ { "name": "@simatic-ax/sinamics-drive-functions", - "version": "1.1.0", + "version": "2.0.0", "lockFileVersion": "2", "installStrategy": "strict", "root": { "name": "@simatic-ax/sinamics-drive-functions", - "version": "1.1.0", + "version": "2.0.0", "dependencies": { - "@ax/simatic-1500-distributedio": "^10.0.1", - "@ax/system-serde": "^10.0.24" + "@ax/simatic-distributedio": "^11.0.14", + "@ax/system-serde": "^10.2.7" }, "devDependencies": { "@ax/sdk": "^2510.0.0" @@ -406,11 +406,11 @@ "@ax/trace": "3.1.0" } }, - "@ax/simatic-1500-distributedio": { - "name": "@ax/simatic-1500-distributedio", - "version": "10.0.3", - "integrity": "sha512-hqdBMPUAC3/YYVLKbw9VBPEJOBlmjB9NudoimrACISVV5bmzVBCi12Z16H+Q22VogpwN+cc/0pDRd/1AtmxcDw==", - "resolved": "https://registry.simatic-ax.siemens.io/@ax/simatic-1500-distributedio/-/simatic-1500-distributedio-10.0.3.tgz", + "@ax/simatic-distributedio": { + "name": "@ax/simatic-distributedio", + "version": "11.0.14", + "integrity": "sha512-H5PKBNfBwP/lWcTB1w/FBxMggHplVNfPkzUOyN5MBHe+0ehbyNX78SPUXC1cp9rqbgY9oWRvP0SCzGtm0FR0Qw==", + "resolved": "https://registry.simatic-ax.siemens.io/@ax/simatic-distributedio/-/simatic-distributedio-11.0.14.tgz", "dependencies": {} }, "@ax/simatic-package-tool": { diff --git a/apax.yml b/apax.yml index 743a8ad..bae8ae7 100644 --- a/apax.yml +++ b/apax.yml @@ -1,16 +1,18 @@ # General information name: "@simatic-ax/sinamics-drive-functions" -version: 1.1.0 +version: 2.0.0 author: Siemens AG # Description will be displayed in the apax extension -description: This library contains several implementations of drive functions (SINA_POS, SINA_SPEED) known from TIAP. +description: This library contains several implementations of drive functions (SINA_POS, SINA_SPEED, SINA_PARA, SINA_PARA_S) known from TIAP. type: lib keywords: - SINAMICS - SINA_SPEED - SINA_POS + - SINA_PARA + - SINA_PARA_S #URL to the repository repository: @@ -34,11 +36,11 @@ publicKeys: # Dependencies dependencies: - "@ax/simatic-1500-distributedio": ^10.0.1 - "@ax/system-serde": ^10.0.24 + "@ax/simatic-distributedio": ^11.0.14 + "@ax/system-serde": ^10.2.7 devDependencies: - '@ax/sdk': ^2510.0.0 + "@ax/sdk": ^2510.0.0 # Project variables variables: