dep-context-mcp 1.1.2 → 1.1.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.
- package/dist/build-info.d.ts +3 -3
- package/dist/build-info.js +3 -3
- package/package.json +1 -1
package/dist/build-info.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export declare const BUILD_INFO: {
|
|
2
|
-
readonly version: "1.1.
|
|
2
|
+
readonly version: "1.1.3";
|
|
3
3
|
readonly name: "dep-context-mcp";
|
|
4
4
|
readonly description: "MCP server providing AI coding assistants with dependency context from node_modules";
|
|
5
5
|
readonly author: "Johnny Jarecsni";
|
|
6
6
|
readonly license: "MIT";
|
|
7
|
-
readonly buildTimestamp: "2026-01-23T00:
|
|
8
|
-
readonly gitCommit: "
|
|
7
|
+
readonly buildTimestamp: "2026-01-23T00:28:27.169Z";
|
|
8
|
+
readonly gitCommit: "c3a59c2";
|
|
9
9
|
readonly gitBranch: "main";
|
|
10
10
|
readonly nodeVersion: "v22.17.0";
|
|
11
11
|
readonly platform: "darwin";
|
package/dist/build-info.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
// This file is auto-generated during build
|
|
2
2
|
// Do not edit manually - regenerated on each build
|
|
3
3
|
export const BUILD_INFO = {
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.3",
|
|
5
5
|
"name": "dep-context-mcp",
|
|
6
6
|
"description": "MCP server providing AI coding assistants with dependency context from node_modules",
|
|
7
7
|
"author": "Johnny Jarecsni",
|
|
8
8
|
"license": "MIT",
|
|
9
|
-
"buildTimestamp": "2026-01-23T00:
|
|
10
|
-
"gitCommit": "
|
|
9
|
+
"buildTimestamp": "2026-01-23T00:28:27.169Z",
|
|
10
|
+
"gitCommit": "c3a59c2",
|
|
11
11
|
"gitBranch": "main",
|
|
12
12
|
"nodeVersion": "v22.17.0",
|
|
13
13
|
"platform": "darwin",
|