@dev.smartpricing/message-composer-layer 1.0.4 → 1.0.5

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.
Files changed (1) hide show
  1. package/package.json +15 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev.smartpricing/message-composer-layer",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "files": [
@@ -10,24 +10,12 @@
10
10
  "nuxt.config.ts",
11
11
  "app.config.ts"
12
12
  ],
13
- "scripts": {
14
- "build": "nuxt build",
15
- "dev": "nuxt dev",
16
- "lint": "eslint app/ --fix",
17
- "format": "prettier --write app/",
18
- "postinstall": "nuxt prepare",
19
- "test:e2e": "playwright test",
20
- "test:e2e:debug": "playwright test --debug",
21
- "test:e2e:ui": "playwright test --ui",
22
- "cleanup": "nuxt cleanup && rm -rf node_modules pnpm-lock.yaml"
23
- },
24
13
  "dependencies": {
25
14
  "@formkit/drag-and-drop": "^0.5.3",
26
15
  "@nuxtjs/i18n": "^10.3.0",
27
16
  "@pinia/colada": "^1.2.1",
28
17
  "@pinia/colada-nuxt": "^1.0.0",
29
18
  "@pinia/nuxt": "^0.11.3",
30
- "@dev.smartpricing/message-composer-utils": "workspace:*",
31
19
  "@tiptap/extension-character-count": "^3.22.5",
32
20
  "@tiptap/extension-emoji": "^3.22.5",
33
21
  "@tiptap/extension-link": "^3.22.5",
@@ -49,7 +37,8 @@
49
37
  "vue": "^3.5.33",
50
38
  "vue-router": "^5.0.6",
51
39
  "vue3-emoji-picker": "^1.1.8",
52
- "zod": "^4.4.1"
40
+ "zod": "^4.4.1",
41
+ "@dev.smartpricing/message-composer-utils": "3.1.5"
53
42
  },
54
43
  "devDependencies": {
55
44
  "@nuxt/eslint": "^1.15.2",
@@ -60,5 +49,16 @@
60
49
  },
61
50
  "peerDependencies": {
62
51
  "nuxt-ui-layer": ">=1.3.0"
52
+ },
53
+ "scripts": {
54
+ "build": "nuxt build",
55
+ "dev": "nuxt dev",
56
+ "lint": "eslint app/ --fix",
57
+ "format": "prettier --write app/",
58
+ "postinstall": "nuxt prepare",
59
+ "test:e2e": "playwright test",
60
+ "test:e2e:debug": "playwright test --debug",
61
+ "test:e2e:ui": "playwright test --ui",
62
+ "cleanup": "nuxt cleanup && rm -rf node_modules pnpm-lock.yaml"
63
63
  }
64
- }
64
+ }