fixparser-plugin-mcp 9.1.2-0bb024fe → 9.1.2
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/cjs/MCPPlugin.js +1 -1
- package/build/esm/MCPPlugin.mjs +1 -1
- package/package.json +3 -16
package/build/cjs/MCPPlugin.js
CHANGED
|
@@ -177034,7 +177034,7 @@ var missingOrEmpty = (value) => {
|
|
|
177034
177034
|
};
|
|
177035
177035
|
var LicenseManager = class _LicenseManager {
|
|
177036
177036
|
/** Release information for version checking */
|
|
177037
|
-
static #RELEASE_INFORMATION = "
|
|
177037
|
+
static #RELEASE_INFORMATION = "MTc0ODAzODMxMDAwMw==";
|
|
177038
177038
|
/** Current license key */
|
|
177039
177039
|
static #licenseKey;
|
|
177040
177040
|
/** Whether to use distributed key */
|
package/build/esm/MCPPlugin.mjs
CHANGED
|
@@ -177034,7 +177034,7 @@ var missingOrEmpty = (value) => {
|
|
|
177034
177034
|
};
|
|
177035
177035
|
var LicenseManager = class _LicenseManager {
|
|
177036
177036
|
/** Release information for version checking */
|
|
177037
|
-
static #RELEASE_INFORMATION = "
|
|
177037
|
+
static #RELEASE_INFORMATION = "MTc0ODAzODMxMDAwMw==";
|
|
177038
177038
|
/** Current license key */
|
|
177039
177039
|
static #licenseKey;
|
|
177040
177040
|
/** Whether to use distributed key */
|
package/package.json
CHANGED
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fixparser-plugin-mcp",
|
|
3
|
-
"version": "9.1.2
|
|
3
|
+
"version": "9.1.2",
|
|
4
4
|
"description": "FIXParser MCP plugin",
|
|
5
|
-
"files": [
|
|
6
|
-
"./build/",
|
|
7
|
-
"./types/",
|
|
8
|
-
"./LICENSE.md"
|
|
9
|
-
],
|
|
5
|
+
"files": ["./build/", "./types/", "./LICENSE.md"],
|
|
10
6
|
"repository": {
|
|
11
7
|
"type": "git",
|
|
12
8
|
"url": "git+https://gitlab.com/logotype/fixparser.git"
|
|
@@ -29,16 +25,7 @@
|
|
|
29
25
|
"fixparser-common": "*",
|
|
30
26
|
"zod": "3.25.27"
|
|
31
27
|
},
|
|
32
|
-
"keywords": [
|
|
33
|
-
"FIXParser",
|
|
34
|
-
"MCP",
|
|
35
|
-
"AI Agent",
|
|
36
|
-
"agent",
|
|
37
|
-
"AI",
|
|
38
|
-
"MCP Server",
|
|
39
|
-
"Model Context Protocol",
|
|
40
|
-
"LLM"
|
|
41
|
-
],
|
|
28
|
+
"keywords": ["FIXParser", "MCP", "AI Agent", "agent", "AI", "MCP Server", "Model Context Protocol", "LLM"],
|
|
42
29
|
"homepage": "https://fixparser.dev",
|
|
43
30
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
44
31
|
"types": "./types/MCPPlugin.d.ts",
|