iwgt 2.4.5 → 2.4.6

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2.0",
3
- "generatedAt": "2025-10-07T13:06:51.090Z",
3
+ "generatedAt": "2025-10-07T13:07:58.669Z",
4
4
  "description": "Справочник по библиотеке common.v2.js для InSales - набор готовых скриптов для разработки шаблонов",
5
5
  "installation": {
6
6
  "method": "liquid_tag",
@@ -4,7 +4,7 @@
4
4
  "description": "Liquid фильтры InSales",
5
5
  "totalCategories": 7,
6
6
  "totalFilters": 53,
7
- "generatedAt": "2025-10-07T13:06:51.074Z"
7
+ "generatedAt": "2025-10-07T13:07:58.652Z"
8
8
  },
9
9
  "categories": [
10
10
  {
@@ -4,7 +4,7 @@
4
4
  "description": "Liquid переменные InSales",
5
5
  "totalCategories": 19,
6
6
  "totalVariables": 436,
7
- "generatedAt": "2025-10-07T13:06:50.724Z"
7
+ "generatedAt": "2025-10-07T13:07:58.348Z"
8
8
  },
9
9
  "categories": [
10
10
  {
@@ -58,7 +58,7 @@ const httpServer = createServer(async (req, res) => {
58
58
  res.end(JSON.stringify({
59
59
  status: 'ok',
60
60
  service: 'InSales Widgets MCP Server',
61
- version: '2.4.3',
61
+ version: '2.4.5',
62
62
  transport: 'SSE',
63
63
  endpoints: {
64
64
  sse: '/sse',
package/dist/server.js CHANGED
@@ -25,7 +25,7 @@ export class WidgetServer {
25
25
  constructor() {
26
26
  this.server = new Server({
27
27
  name: 'insales-widgets',
28
- version: '2.4.3',
28
+ version: '2.4.5',
29
29
  }, {
30
30
  capabilities: {
31
31
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iwgt",
3
- "version": "2.4.5",
3
+ "version": "2.4.6",
4
4
  "description": "MCP server",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",