@influxdata/flux-lsp-cli
Advanced tools
Comparing version 0.5.6 to 0.6.0
{ | ||
"name": "@influxdata/flux-lsp-cli", | ||
"version": "0.5.6", | ||
"version": "0.6.0", | ||
"description": "Flux cli LSP server", | ||
@@ -22,3 +22,3 @@ "repository": { | ||
"dependencies": { | ||
"@influxdata/flux-lsp-node": "^0.3.1", | ||
"@influxdata/flux-lsp-node": "^0.4.1", | ||
"through2": "^3.0.1", | ||
@@ -25,0 +25,0 @@ "yargs": "^15.0.2" |
@@ -11,3 +11,3 @@ const { EventEmitter } = require('events') | ||
this.args = args | ||
this.server = new Server(this.args['disable-folding']) | ||
this.server = new Server(this.args['disable-folding'], false) | ||
} | ||
@@ -14,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7979
0
+ Added@influxdata/flux-lsp-node@0.4.2(transitive)
- Removed@influxdata/flux-lsp-node@0.3.2(transitive)