@smartytalent/mcp-tools 0.4.4 → 0.4.5

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/tools.json +9 -3
  2. package/package.json +1 -1
package/dist/tools.json CHANGED
@@ -3034,7 +3034,9 @@
3034
3034
  "pl-PL",
3035
3035
  "de-DE",
3036
3036
  "it-IT",
3037
- "he-IL"
3037
+ "he-IL",
3038
+ "fr-FR",
3039
+ "cs-CZ"
3038
3040
  ]
3039
3041
  }
3040
3042
  }
@@ -4383,7 +4385,9 @@
4383
4385
  "pl-PL",
4384
4386
  "de-DE",
4385
4387
  "it-IT",
4386
- "he-IL"
4388
+ "he-IL",
4389
+ "fr-FR",
4390
+ "cs-CZ"
4387
4391
  ]
4388
4392
  }
4389
4393
  }
@@ -5547,7 +5551,9 @@
5547
5551
  "pl-PL",
5548
5552
  "de-DE",
5549
5553
  "it-IT",
5550
- "he-IL"
5554
+ "he-IL",
5555
+ "fr-FR",
5556
+ "cs-CZ"
5551
5557
  ]
5552
5558
  }
5553
5559
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/mcp-tools",
3
- "version": "0.4.4",
3
+ "version": "0.4.5",
4
4
  "description": "MCP tool definitions for SmartyTalent API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",