@masonator/coolify-mcp 0.2.13 → 0.2.14

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.
Files changed (2) hide show
  1. package/dist/index.cjs +2 -0
  2. package/package.json +2 -2
package/dist/index.cjs CHANGED
@@ -1,6 +1,8 @@
1
1
  #!/usr/bin/env node
2
2
  #!/usr/bin/env node
3
3
 
4
+ "use strict";
5
+
4
6
  "use strict";
5
7
  var __create = Object.create;
6
8
  var __defProp = Object.defineProperty;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@masonator/coolify-mcp",
3
3
  "scope": "@masonator",
4
- "version": "0.2.13",
4
+ "version": "0.2.14",
5
5
  "description": "MCP server implementation for Coolify",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
@@ -22,7 +22,7 @@
22
22
  "dist"
23
23
  ],
24
24
  "scripts": {
25
- "build": "node build.js && tsc --emitDeclarationOnly && shx chmod +x dist/index.js",
25
+ "build": "node build.js && tsc --emitDeclarationOnly && shx chmod +x dist/index.cjs",
26
26
  "dev": "tsc --watch",
27
27
  "test": "NODE_OPTIONS=--experimental-vm-modules jest",
28
28
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch",