@retailcrm/embed-ui 0.9.23-alpha.3 → 0.9.23

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/CHANGELOG.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Changelog
2
2
 
3
3
 
4
+ ## [0.9.23](https://github.com/retailcrm/embed-ui/compare/v0.9.23-alpha.3...v0.9.23) (2026-05-23)
4
5
  ## [0.9.23-alpha.3](https://github.com/retailcrm/embed-ui/compare/v0.9.23-alpha.2...v0.9.23-alpha.3) (2026-05-23)
5
6
 
6
7
  ### Features
package/dist/meta.json CHANGED
@@ -1570,9 +1570,9 @@
1570
1570
  "name": "image.workers",
1571
1571
  "type": "Array<string>",
1572
1572
  "description": {
1573
- "en-GB": "A list of servers that process images.",
1574
- "es-ES": "Una lista de servidores que procesan imágenes.",
1575
- "ru-RU": "Список серверов, обрабатывающих изображения."
1573
+ "en-GB": "List of image preview worker hosts used to build resized or cropped image URLs.",
1574
+ "es-ES": "Lista de hosts de workers de previsualización de imágenes usados para crear URLs de imágenes redimensionadas o recortadas.",
1575
+ "ru-RU": "Список host-ов image preview workers для построения URL уменьшенных или обрезанных изображений."
1576
1576
  },
1577
1577
  "readonly": true
1578
1578
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@retailcrm/embed-ui",
3
3
  "type": "module",
4
- "version": "0.9.23-alpha.3",
4
+ "version": "0.9.23",
5
5
  "description": "API and components for creating RetailCRM UI extensions",
6
6
  "repository": {
7
7
  "type": "git",
@@ -57,10 +57,10 @@
57
57
  "@omnicajs/symfony-router": "^1.0.0",
58
58
  "@omnicajs/vue-remote": "^0.2.24",
59
59
  "@remote-ui/rpc": "^1.4.5",
60
- "@retailcrm/embed-ui-v1-components": "^0.9.23-alpha.3",
61
- "@retailcrm/embed-ui-v1-contexts": "^0.9.23-alpha.3",
62
- "@retailcrm/embed-ui-v1-endpoint": "^0.9.23-alpha.3",
63
- "@retailcrm/embed-ui-v1-types": "^0.9.23-alpha.3",
60
+ "@retailcrm/embed-ui-v1-components": "^0.9.23",
61
+ "@retailcrm/embed-ui-v1-contexts": "^0.9.23",
62
+ "@retailcrm/embed-ui-v1-endpoint": "^0.9.23",
63
+ "@retailcrm/embed-ui-v1-types": "^0.9.23",
64
64
  "yargs": "^17.7.2"
65
65
  },
66
66
  "devDependencies": {
@@ -69,7 +69,7 @@
69
69
  "@modulify/git-toolkit": "^0.0.2",
70
70
  "@modulify/pkg": "^1.0.1",
71
71
  "@omnicajs/eslint-plugin-dependencies": "^0.0.2",
72
- "@retailcrm/embed-ui-v1-testing": "^0.9.23-alpha.3",
72
+ "@retailcrm/embed-ui-v1-testing": "^0.9.23",
73
73
  "@types/git-semver-tags": "^7.0.0",
74
74
  "@types/node": "^22.19.2",
75
75
  "@types/semver": "^7.7.1",