How to Upgrade IFX's SDK Version
Find Desired Version
Find the latest SDK tag on the arcxp-ifx-node-sdk page
Update package.json
The SDK version is defined inside of package.json (do not include the āvā)
"dependencies": { "@arcxp/arcxp-ifx-node-sdk": "1.3.0"}Now run npm install
Have a feature request or suggestion? Let us know on Our Ideas Portal.