vscode-languageserver-protocol
Advanced tools
Comparing version 3.16.0-next.4 to 3.16.0-next.5
@@ -16,3 +16,3 @@ "use strict"; | ||
constructor(method) { | ||
super(method); | ||
super(method, vscode_jsonrpc_1.ParameterStructures.byName); | ||
} | ||
@@ -23,3 +23,3 @@ } | ||
constructor(method) { | ||
super(method); | ||
super(method, vscode_jsonrpc_1.ParameterStructures.byName); | ||
} | ||
@@ -26,0 +26,0 @@ } |
{ | ||
"name": "vscode-languageserver-protocol", | ||
"description": "VSCode Language Server Protocol implementation", | ||
"version": "3.16.0-next.4", | ||
"version": "3.16.0-next.5", | ||
"author": "Microsoft Corporation", | ||
@@ -20,14 +20,7 @@ "license": "MIT", | ||
"typings": "./lib/common/api.d.ts", | ||
"devDependencies": { | ||
"webpack": "^4.43.0", | ||
"webpack-cli": "^3.3.11", | ||
"mocha": "^7.1.2", | ||
"http-server": "0.12.3" | ||
}, | ||
"dependencies": { | ||
"vscode-jsonrpc": "6.0.0-next.2", | ||
"vscode-jsonrpc": "6.0.0-next.3", | ||
"vscode-languageserver-types": "3.16.0-next.2" | ||
}, | ||
"scripts": { | ||
"install:dev": "cd src/node && npm install && cd ../browser && npm run install:dev && cd ../..", | ||
"prepublishOnly": "npm run clean && npm run compile && npm test", | ||
@@ -37,10 +30,10 @@ "postpublish": "node ../build/npm/post-publish.js", | ||
"compile": "node ../build/bin/tsc -b ./tsconfig.json", | ||
"watch": "node ../build/bin/tsc -b ./tsconfig.json -w", | ||
"watch": "node ../build/bin/tsc -b ./tsconfig-watch.json -w", | ||
"clean": "node ../node_modules/rimraf/bin.js lib && node ../node_modules/rimraf/bin.js dist", | ||
"test": "npm run test:node && npm run test:browser", | ||
"test:node": "node ../node_modules/mocha/bin/_mocha", | ||
"test:browser": "npm run webpack:test:silent && node ./src/browser/test/index.js", | ||
"webpack:test": "cd ../types && npm run compile:esm && cd ../protocol && webpack --mode none --config ./src/browser/test/webpack.config.js", | ||
"webpack:test:silent": "cd ../types && npm run compile:esm && cd ../protocol && webpack --silent --mode none --config ./src/browser/test/webpack.config.js" | ||
"test:browser": "npm run webpack:test:silent && node ../build/bin/runBrowserTests.js http://127.0.0.1:8080/protocol/src/browser/test/", | ||
"webpack:test": "cd ../types && npm run compile:esm && cd ../protocol && node ../build/bin/webpack --mode none --config ./src/browser/test/webpack.config.js", | ||
"webpack:test:silent": "cd ../types && npm run compile:esm && cd ../protocol && node ../build/bin/webpack --silent --mode none --config ./src/browser/test/webpack.config.js" | ||
} | ||
} |
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
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
0
194188
44
4680
1
+ Addedvscode-jsonrpc@6.0.0-next.3(transitive)
- Removedvscode-jsonrpc@6.0.0-next.2(transitive)
Updatedvscode-jsonrpc@6.0.0-next.3