fmea-api-mcp-server 1.1.51 → 1.1.53
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/data/changelog.json +23 -1
- package/dist/index.js +1 -1
- package/dist/synonyms.js +1 -1
- package/package.json +1 -1
package/data/changelog.json
CHANGED
|
@@ -3155,7 +3155,7 @@
|
|
|
3155
3155
|
}
|
|
3156
3156
|
]
|
|
3157
3157
|
},
|
|
3158
|
-
"1.1.
|
|
3158
|
+
"1.1.51": {
|
|
3159
3159
|
"generated_at": "2026-03-21T20:12:11.032663",
|
|
3160
3160
|
"previous": "openapi.20260321_201210.json",
|
|
3161
3161
|
"latest": "openapi.latest.json",
|
|
@@ -3464,5 +3464,27 @@
|
|
|
3464
3464
|
]
|
|
3465
3465
|
}
|
|
3466
3466
|
]
|
|
3467
|
+
},
|
|
3468
|
+
"1.1.52": {
|
|
3469
|
+
"generated_at": "2026-03-21T12:49:53.000000",
|
|
3470
|
+
"summary": {
|
|
3471
|
+
"added": 0,
|
|
3472
|
+
"removed": 0,
|
|
3473
|
+
"modified": 0
|
|
3474
|
+
},
|
|
3475
|
+
"added": [],
|
|
3476
|
+
"removed": [],
|
|
3477
|
+
"modified": []
|
|
3478
|
+
},
|
|
3479
|
+
"1.1.53": {
|
|
3480
|
+
"generated_at": "2026-03-21T12:51:21.000000",
|
|
3481
|
+
"summary": {
|
|
3482
|
+
"added": 0,
|
|
3483
|
+
"removed": 0,
|
|
3484
|
+
"modified": 0
|
|
3485
|
+
},
|
|
3486
|
+
"added": [],
|
|
3487
|
+
"removed": [],
|
|
3488
|
+
"modified": []
|
|
3467
3489
|
}
|
|
3468
3490
|
}
|
package/dist/index.js
CHANGED
package/dist/synonyms.js
CHANGED
|
@@ -72,7 +72,7 @@ export const RESOURCE_ALIASES = {
|
|
|
72
72
|
'evaluation-excel': ['evaluation excel', 'evaluation export', 'export evaluation', 'criteria excel', 'evaluation criteria excel'],
|
|
73
73
|
'notice-excel': ['notice excel', 'notices excel', 'export notices', 'notice export', 'announcements excel'],
|
|
74
74
|
'process-symbol-excel': ['process symbol excel', 'process symbols excel', 'export process symbols', 'process symbol export'],
|
|
75
|
-
'user-excel': ['user excel', 'users excel', 'export users', 'user list excel', 'users spreadsheet', 'user list spreadsheet'
|
|
75
|
+
'user-excel': ['user excel', 'users excel', 'export users', 'user list excel', 'users spreadsheet', 'user list spreadsheet'],
|
|
76
76
|
'worksheet-template-excel': ['worksheet template excel', 'template excel', 'export worksheet templates', 'worksheet templates spreadsheet'],
|
|
77
77
|
// [R40] Revision history
|
|
78
78
|
'revision': ['revision history', 'change history', 'change log', 'edit history', 'project history', 'version history', 'audit history', 'revisions'],
|