iwgt 2.3.1 → 2.4.0

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025
3
+ Copyright (c) 2024
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2.0",
3
- "generatedAt": "2025-10-07T06:52:19.540Z",
3
+ "generatedAt": "2025-10-07T10:14:14.949Z",
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-07T06:52:19.502Z"
7
+ "generatedAt": "2025-10-07T10:14:14.863Z"
8
8
  },
9
9
  "categories": [
10
10
  {
@@ -447,7 +447,7 @@
447
447
  {
448
448
  "id": "image_url",
449
449
  "name": "image_url",
450
- "description": "Фильтр для указания размера изображения.",
450
+ "description": "Фильтр для указания размера и формата изображения с поддержкой современных форматов и режимов изменения размера.",
451
451
  "parameters": [],
452
452
  "example": ""
453
453
  },
@@ -4,7 +4,7 @@
4
4
  "description": "Liquid переменные InSales",
5
5
  "totalCategories": 19,
6
6
  "totalVariables": 436,
7
- "generatedAt": "2025-10-07T06:52:16.882Z"
7
+ "generatedAt": "2025-10-07T10:14:13.693Z"
8
8
  },
9
9
  "categories": [
10
10
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iwgt",
3
- "version": "2.3.1",
3
+ "version": "2.4.0",
4
4
  "description": "MCP server",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,6 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@modelcontextprotocol/sdk": "^1.0.4",
26
+ "glob": "^11.0.3",
26
27
  "zod": "^3.23.8"
27
28
  }
28
- }
29
+ }