mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
feat(core): Add experimental proxy support to License-SDK (no-changelog) (#6253)
* bump license-sdk to 2.4.0 * commit pnpm-lock-yaml
This commit is contained in:
parent
a4c0cc9b5c
commit
f1598d6fdc
|
@ -116,7 +116,7 @@
|
|||
"tsconfig-paths": "^4.1.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@n8n_io/license-sdk": "~2.3.0",
|
||||
"@n8n_io/license-sdk": "~2.4.0",
|
||||
"@oclif/command": "^1.8.16",
|
||||
"@oclif/core": "^1.16.4",
|
||||
"@oclif/errors": "^1.3.6",
|
||||
|
|
|
@ -188,8 +188,8 @@ importers:
|
|||
packages/cli:
|
||||
dependencies:
|
||||
'@n8n_io/license-sdk':
|
||||
specifier: ~2.3.0
|
||||
version: 2.3.0
|
||||
specifier: ~2.4.0
|
||||
version: 2.4.0
|
||||
'@oclif/command':
|
||||
specifier: ^1.8.16
|
||||
version: 1.8.18(@oclif/config@1.18.5)(supports-color@8.1.1)
|
||||
|
@ -5545,8 +5545,8 @@ packages:
|
|||
dev: false
|
||||
optional: true
|
||||
|
||||
/@n8n_io/license-sdk@2.3.0:
|
||||
resolution: {integrity: sha512-1qOg4VEi2mZzhAJ5Uh9IT9Jn/b3xCaxyFbovYLtymzy3ObafUyWieUrSQri3BrCbW1dwQHz99DEVFxYCq1Je0Q==}
|
||||
/@n8n_io/license-sdk@2.4.0:
|
||||
resolution: {integrity: sha512-99kuCVH4NcBi4nyn/WIpd6KSIMLk/pbBks0zr8bC65ALKj0se7/2MwC6N+WwGkG7NqH0kMdGe/7Y5KnJkMTefg==}
|
||||
engines: {node: '>=14.0.0', npm: '>=7.10.0'}
|
||||
dependencies:
|
||||
crypto-js: 4.1.1
|
||||
|
|
Loading…
Reference in a new issue