@dialpad/dialtone-vue 2.103.0 → 2.103.1

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.
@@ -1 +1 @@
1
- {"version":3,"file":"dates.d.ts","sourceRoot":"","sources":["../../../common/dates.js"],"names":[],"mappings":"AA+CA;;;GAGG;AACH,sCAFW,MAAM,QAIhB;AAED;;;;;GAKG;AACH,oCAHW,IAAI,GACF,MAAM,CAIlB;AAED;;;;;GAKG;AACH,kDAHW,MAAM,GACJ,MAAM,CAalB;AAaD;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,mCAHW,IAAI,GACF,MAAM,CAclB"}
1
+ {"version":3,"file":"dates.d.ts","sourceRoot":"","sources":["../../../common/dates.js"],"names":[],"mappings":"AAiDA;;;GAGG;AACH,sCAFW,MAAM,QAIhB;AAED;;;;;GAKG;AACH,oCAHW,IAAI,GACF,MAAM,CAIlB;AAED;;;;;GAKG;AACH,kDAHW,MAAM,GACJ,MAAM,CAalB;AAaD;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,mCAHW,IAAI,GACF,MAAM,CAclB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dialpad/dialtone-vue",
3
- "version": "2.103.0",
3
+ "version": "2.103.1",
4
4
  "description": "Vue component library for Dialpad's design system Dialtone",
5
5
  "scripts": {
6
6
  "build": "run-s clean build:main build:typescript build:documentation",
@@ -8,6 +8,7 @@
8
8
  "build:main": "vite build",
9
9
  "lint": "run-s lint:code lint:docs",
10
10
  "build:documentation": "node scripts/build-docs.js",
11
+ "build:documentation:functions": "npx typedoc --plugin typedoc-plugin-markdown",
11
12
  "clean": "rm -rf ./dist",
12
13
  "install:all": "npm install && npm install --prefix generator-dialtone-vue",
13
14
  "lint-staged:code": "eslint --ext .js,.vue --ignore-path .gitignore --fix",
@@ -20,8 +21,8 @@
20
21
  "start": "npm run storybook",
21
22
  "storybook": "STORYBOOK_ENV=development storybook dev -p 9010",
22
23
  "storybook:clean": "rm -rf ./storybook-static",
23
- "storybook:build": "npm run storybook:clean && STORYBOOK_ENV=production storybook build && touch ./storybook-static/.nojekyll",
24
- "storybook:build:docs-only": "STORYBOOK_ENV=production storybook build --docs",
24
+ "storybook:build": "npm run build:documentation:functions && npm run storybook:clean && STORYBOOK_ENV=production storybook build && touch ./storybook-static/.nojekyll",
25
+ "storybook:build:docs-only": "STORYBOOK_ENV=production && build:documentation:functions && storybook build --docs",
25
26
  "storybook:test": "test-storybook --url http://localhost:9010/",
26
27
  "test": "vitest run",
27
28
  "test:one": "vitest related --run",
@@ -100,6 +101,8 @@
100
101
  "source-map-support": "^0.5.21",
101
102
  "storybook": "^7.4.6",
102
103
  "storybook-dark-mode": "^3.0.1",
104
+ "typedoc": "^0.25.2",
105
+ "typedoc-plugin-markdown": "^3.16.0",
103
106
  "vite": "^4.4.9",
104
107
  "vitest": "^0.34.5",
105
108
  "vue": "^2.7.14",