feat(core): Add support for floating licenses (#7090)

This PR updates the license-sdk to v2.5.0 which introduces optional
support for floating licenses.
This commit is contained in:
Cornelius Suermann
2023-09-04 15:56:20 +02:00
committed by GitHub
parent fd78021b68
commit e26553f198
4 changed files with 19 additions and 6 deletions

View File

@@ -102,7 +102,7 @@
},
"dependencies": {
"@n8n/client-oauth2": "workspace:*",
"@n8n_io/license-sdk": "~2.4.0",
"@n8n_io/license-sdk": "~2.5.1",
"@oclif/command": "^1.8.16",
"@oclif/core": "^1.16.4",
"@oclif/errors": "^1.3.6",