vscode-languageserver-protocol 3.17.3-next.6 → 3.17.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3125,7 +3125,7 @@ export interface WorkspaceEditClientCapabilities {
3125
3125
  };
3126
3126
  }
3127
3127
  /**
3128
- * The parameters passed via a apply workspace edit request.
3128
+ * The parameters passed via an apply workspace edit request.
3129
3129
  */
3130
3130
  export interface ApplyWorkspaceEditParams {
3131
3131
  /**
@@ -621,7 +621,7 @@
621
621
  },
622
622
  "StructureLiteral": {
623
623
  "additionalProperties": false,
624
- "description": "Defines a unnamed structure of an object literal.",
624
+ "description": "Defines an unnamed structure of an object literal.",
625
625
  "properties": {
626
626
  "deprecated": {
627
627
  "description": "Whether the literal is deprecated or not. If deprecated the property contains the deprecation message.",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vscode-languageserver-protocol",
3
3
  "description": "VSCode Language Server Protocol implementation",
4
- "version": "3.17.3-next.6",
4
+ "version": "3.17.3",
5
5
  "author": "Microsoft Corporation",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -18,8 +18,8 @@
18
18
  },
19
19
  "typings": "./lib/common/api.d.ts",
20
20
  "dependencies": {
21
- "vscode-jsonrpc": "8.1.0-next.7",
22
- "vscode-languageserver-types": "3.17.3-next.3"
21
+ "vscode-jsonrpc": "8.1.0",
22
+ "vscode-languageserver-types": "3.17.3"
23
23
  },
24
24
  "scripts": {
25
25
  "prepublishOnly": "echo \"⛔ Can only publish from a secure pipeline ⛔\" && node ../build/npm/fail",