@dialpad/dialtone-vue 3.9.0 → 3.12.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/package.json CHANGED
@@ -1,9 +1,11 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-vue",
3
- "version": "3.9.0",
3
+ "version": "3.12.0",
4
4
  "description": "Vue component library for Dialtone components",
5
5
  "scripts": {
6
- "build": "vue-cli-service build --target lib --name dialtone-vue index.js && npm run build:documentation",
6
+ "build": "npm run clean && npm run build-main && npm run build-emoji",
7
+ "build-main": "vue-cli-service build --target lib --name dialtone-vue --no-clean index.js && npm run build:documentation",
8
+ "build-emoji": "vue-cli-service build --target lib --name emoji --no-clean emoji.js && npm run build:documentation",
7
9
  "build:documentation": "node scripts/build-docs.js",
8
10
  "clean": "rm -rf ./dist",
9
11
  "pretest": "npm run clean",
@@ -28,7 +30,10 @@
28
30
  "dist/*.js",
29
31
  "dist/component-documentation.json"
30
32
  ],
31
- "main": "./dist/dialtone-vue.common.js",
33
+ "exports": {
34
+ ".": "./dist/dialtone-vue.common.js",
35
+ "./emoji": "./dist/emoji.common.js"
36
+ },
32
37
  "dependencies": {
33
38
  "emoji-regex": "^10.1.0",
34
39
  "emoji-toolkit": "^6.6.0",
@@ -37,14 +42,16 @@
37
42
  "devDependencies": {
38
43
  "@commitlint/cli": "^17.0.2",
39
44
  "@commitlint/config-conventional": "^17.0.2",
40
- "@dialpad/dialtone": "^6.32.0",
45
+ "@dialpad/dialtone": "^6.34.2",
46
+ "@percy/cli": "1.6.4",
47
+ "@percy/storybook": "4.2.1",
41
48
  "@semantic-release/changelog": "^6.0.1",
42
49
  "@semantic-release/git": "^10.0.1",
43
50
  "@vue/cli-plugin-babel": "~5.0.4",
44
51
  "@vue/cli-plugin-eslint": "~5.0.4",
45
52
  "@vue/cli-plugin-unit-mocha": "~5.0.4",
46
53
  "@vue/cli-service": "~5.0.4",
47
- "@vue/test-utils": "^2.0.0",
54
+ "@vue/test-utils": "^2.0.2",
48
55
  "axe-core": "^4.4.2",
49
56
  "babel-eslint": "^10.1.0",
50
57
  "babel-plugin-dynamic-import-node": "^2.3.3",
@@ -75,9 +82,8 @@
75
82
  "yo": "^4.3.0"
76
83
  },
77
84
  "peerDependencies": {
78
- "@dialpad/dialtone": ">=6.29",
79
- "vue": "^3.2.37",
80
- "yo": "^4.3.0"
85
+ "@dialpad/dialtone": ">=6.34",
86
+ "vue": ">=3.2"
81
87
  },
82
88
  "engineStrict": true,
83
89
  "engines": {