umple-lsp-server 0.1.0 → 0.1.1

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.
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ require('../out/server.js');
package/out/server.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "umple-lsp-server",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Language Server Protocol implementation for the Umple modeling language",
5
5
  "main": "out/server.js",
6
6
  "bin": {
7
- "umple-lsp-server": "out/server.js"
7
+ "umple-lsp-server": "bin/umple-lsp-server"
8
8
  },
9
9
  "files": [
10
10
  "out/",
11
+ "bin/",
11
12
  "tree-sitter-umple.wasm"
12
13
  ],
13
14
  "scripts": {
package/out/bin.d.ts DELETED
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env node
2
- import "./server";
package/out/bin.js DELETED
@@ -1,5 +0,0 @@
1
- #!/usr/bin/env node
2
- "use strict";
3
- Object.defineProperty(exports, "__esModule", { value: true });
4
- require("./server");
5
- //# sourceMappingURL=bin.js.map
package/out/bin.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"bin.js","sourceRoot":"","sources":["../src/bin.ts"],"names":[],"mappings":";;;AACA,oBAAkB"}