@dev.smartpricing/message-composer-layer 1.0.23 → 1.0.25

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.
@@ -447,8 +447,6 @@ defineExpose({
447
447
  </script>
448
448
 
449
449
  <template>
450
-
451
- <UButton @click="navigateTo('/brands')" label="brand"/>
452
450
  <UForm
453
451
  ref="templateForm"
454
452
  :schema="draftSchema"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev.smartpricing/message-composer-layer",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "./nuxt.config.ts",
@@ -39,14 +39,14 @@
39
39
  "vue-router": "^5.0.6",
40
40
  "vue3-emoji-picker": "^1.1.8",
41
41
  "zod": "^4.4.1",
42
- "@dev.smartpricing/message-composer-utils": "3.1.23"
42
+ "@dev.smartpricing/message-composer-utils": "3.1.25"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@nuxt/eslint": "^1.15.2",
46
46
  "@nuxt/test-utils": "^4.0.3",
47
47
  "@playwright/test": "^1.59.1",
48
48
  "dotenv": "^17.4.2",
49
- "nuxt-ui-layer": "git+ssh://git@github.com:smartpricing/smartness-nuxt-ui#v1.5.4",
49
+ "nuxt-ui-layer": "git+ssh://git@github.com:smartpricing/smartness-nuxt-ui#v1.6.6",
50
50
  "vue-tsc": "^3.2.8"
51
51
  },
52
52
  "peerDependencies": {