@dialpad/dialtone-vue 3.3.0 → 3.6.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,10 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-vue",
3
- "version": "3.3.0",
3
+ "version": "3.6.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",
6
+ "build": "vue-cli-service build --target lib --name dialtone-vue index.js && npm run build:documentation",
7
+ "build:documentation": "node scripts/build-docs.js",
7
8
  "clean": "rm -rf ./dist",
8
9
  "pretest": "npm run clean",
9
10
  "lint": "run-s lint:code lint:docs",
@@ -24,7 +25,8 @@
24
25
  "test:watch": "vue-cli-service test:unit --watch --timeout 100000 --require source-map-support/register --colors components/**/*.test.js recipes/**/*.test.js"
25
26
  },
26
27
  "files": [
27
- "dist/*.js"
28
+ "dist/*.js",
29
+ "dist/component-documentation.json"
28
30
  ],
29
31
  "main": "./dist/dialtone-vue.common.js",
30
32
  "dependencies": {
@@ -35,7 +37,7 @@
35
37
  "devDependencies": {
36
38
  "@commitlint/cli": "^17.0.2",
37
39
  "@commitlint/config-conventional": "^17.0.2",
38
- "@dialpad/dialtone": "^6.29.1",
40
+ "@dialpad/dialtone": "^6.32.0",
39
41
  "@semantic-release/changelog": "^6.0.1",
40
42
  "@semantic-release/git": "^10.0.1",
41
43
  "@vue/cli-plugin-babel": "~5.0.4",
@@ -69,6 +71,7 @@
69
71
  "sinon": "^14.0.0",
70
72
  "source-map-support": "^0.5.21",
71
73
  "vue": "^3.2.37",
74
+ "vue-docgen-api": "^4.47.0",
72
75
  "yo": "^4.3.0"
73
76
  },
74
77
  "peerDependencies": {