@boperators/plugin-ts-language-server 0.1.3 → 0.1.4
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.
- package/README.md +1 -1
- package/package.json +3 -4
- package/logo.png +0 -0
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @boperators/plugin-ts-language-server
|
|
2
2
|
|
|
3
|
-

|
|
4
4
|
|
|
5
5
|
TypeScript Language Server plugin for [boperators](https://www.npmjs.com/package/boperators) - provides IDE support with source mapping.
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@boperators/plugin-ts-language-server",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "TypeScript Language Server plugin for boperators - IDE support with source mapping.",
|
|
6
6
|
"repository": {
|
|
@@ -30,11 +30,10 @@
|
|
|
30
30
|
"package.json",
|
|
31
31
|
"README.md",
|
|
32
32
|
"license.txt",
|
|
33
|
-
"dist"
|
|
34
|
-
"logo.png"
|
|
33
|
+
"dist"
|
|
35
34
|
],
|
|
36
35
|
"peerDependencies": {
|
|
37
|
-
"boperators": "0.1.
|
|
36
|
+
"boperators": "0.1.4",
|
|
38
37
|
"typescript": ">=5.0.0 <5.10.0"
|
|
39
38
|
},
|
|
40
39
|
"devDependencies": {
|
package/logo.png
DELETED
|
Binary file
|