@retailcrm/embed-ui 0.9.22-alpha.7 → 0.9.22

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.22](https://github.com/retailcrm/embed-ui/compare/v0.9.22-alpha.7...v0.9.22) (2026-05-20)
4
5
  ## [0.9.22-alpha.7](https://github.com/retailcrm/embed-ui/compare/v0.9.22-alpha.6...v0.9.22-alpha.7) (2026-05-20)
5
6
 
6
7
  ### Bug Fixes
package/bin/embed-ui.mjs CHANGED
@@ -459,7 +459,7 @@ const promptForInstallSelection = async (packageJson) => {
459
459
  const DEFAULT_INDENT = " ";
460
460
  const DEFAULT_NEWLINE = "\n";
461
461
  const INIT_RUNTIME_DEPENDENCIES = [
462
- { name: "@omnicajs/vue-remote", range: "^0.2.23" },
462
+ { name: "@omnicajs/vue-remote", range: "^0.2.24" },
463
463
  { name: "@remote-ui/rpc", range: "^1.4.7" },
464
464
  { name: "pinia", range: "^2.2" },
465
465
  { name: "vue", range: "^3.5" },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@retailcrm/embed-ui",
3
3
  "type": "module",
4
- "version": "0.9.22-alpha.7",
4
+ "version": "0.9.22",
5
5
  "description": "API and components for creating RetailCRM UI extensions",
6
6
  "repository": {
7
7
  "type": "git",
@@ -55,12 +55,12 @@
55
55
  "@floating-ui/dom": "^1.6.13",
56
56
  "@inquirer/prompts": "^8.4.3",
57
57
  "@omnicajs/symfony-router": "^1.0.0",
58
- "@omnicajs/vue-remote": "^0.2.23",
58
+ "@omnicajs/vue-remote": "^0.2.24",
59
59
  "@remote-ui/rpc": "^1.4.5",
60
- "@retailcrm/embed-ui-v1-components": "^0.9.22-alpha.7",
61
- "@retailcrm/embed-ui-v1-contexts": "^0.9.22-alpha.7",
62
- "@retailcrm/embed-ui-v1-endpoint": "^0.9.22-alpha.7",
63
- "@retailcrm/embed-ui-v1-types": "^0.9.22-alpha.7",
60
+ "@retailcrm/embed-ui-v1-components": "^0.9.22",
61
+ "@retailcrm/embed-ui-v1-contexts": "^0.9.22",
62
+ "@retailcrm/embed-ui-v1-endpoint": "^0.9.22",
63
+ "@retailcrm/embed-ui-v1-types": "^0.9.22",
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.22-alpha.7",
72
+ "@retailcrm/embed-ui-v1-testing": "^0.9.22",
73
73
  "@types/git-semver-tags": "^7.0.0",
74
74
  "@types/node": "^22.19.2",
75
75
  "@types/semver": "^7.7.1",