@flemist/mcp-project-tools 3.0.19 → 3.0.20
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/build/cli.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Command as u } from "commander";
|
|
2
|
-
import { S as c, a as p, b as f, A as g, p as m, s as d } from "./startMcpServer-
|
|
2
|
+
import { S as c, a as p, b as f, A as g, p as m, s as d } from "./startMcpServer-cVbuoauk.js";
|
|
3
3
|
import * as i from "path";
|
|
4
4
|
import * as h from "fs";
|
|
5
5
|
import C from "deepmerge";
|
package/build/index.js
CHANGED
|
@@ -1086,7 +1086,7 @@ function Gr(t, r) {
|
|
|
1086
1086
|
}
|
|
1087
1087
|
return e;
|
|
1088
1088
|
}
|
|
1089
|
-
const _r = "3.0.
|
|
1089
|
+
const _r = "3.0.20", Jr = {
|
|
1090
1090
|
version: _r
|
|
1091
1091
|
}, vo = "Project Tools", Eo = "project-tools", No = Jr.version, ko = "d00f70240703039df14c76176a055bce6b5484d2b552ba2c89820f03b8e5e60d", Pe = 25e3;
|
|
1092
1092
|
function Ae(t) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flemist/mcp-project-tools",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.20",
|
|
4
4
|
"description": "MCP project tools",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -11,8 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"type": "module",
|
|
13
13
|
"engines": {
|
|
14
|
-
"node": ">=20"
|
|
15
|
-
"pnpm": ">=10"
|
|
14
|
+
"node": ">=20"
|
|
16
15
|
},
|
|
17
16
|
"lint-staged": {
|
|
18
17
|
"*.{js,cjs,mjs,ts,cts,mts,svelte,json,json5,jsonc}": [
|
|
@@ -88,7 +87,6 @@
|
|
|
88
87
|
},
|
|
89
88
|
"scripts": {
|
|
90
89
|
"========================= install =========================": "",
|
|
91
|
-
"preinstall": "npx only-allow pnpm",
|
|
92
90
|
"publish:check": "pnpm pack",
|
|
93
91
|
"========================= deploy =========================": "",
|
|
94
92
|
"build": "vite build",
|