@avenirs-esr/avenirs-dsav 0.1.18 → 0.1.19

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 (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -15,6 +15,10 @@ Vue 3. VueDSFR offers a component library based on
15
15
 
16
16
  The AVENIR(s) program needs its own identity, hence this adaptation of VueDSFR.
17
17
 
18
+ ## Complete documentation
19
+
20
+ You can find the complete documentation on our [github page](https://avenirs-esr.github.io/avenirs-dsav/).
21
+
18
22
  ## Installation
19
23
 
20
24
  In your project, run `npm install @ævenirs-esr/avenirs-dsav`.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@avenirs-esr/avenirs-dsav",
3
3
  "type": "module",
4
- "version": "0.1.18",
4
+ "version": "0.1.19",
5
5
  "main": "dist/avenirs-dsav.umd.js",
6
6
  "module": "dist/avenirs-dsav.es.js",
7
7
  "types": "dist/index.d.ts",
@@ -36,7 +36,10 @@
36
36
  "build-storybook": "storybook build",
37
37
  "release:patch": "npm version patch --git-tag-version -m \"chore(release): update version to %s\" --tag-version-prefix v",
38
38
  "release:minor": "npm version minor --git-tag-version -m \"chore(release): update version to %s\" --tag-version-prefix v",
39
- "release:major": "npm version major --git-tag-version -m \"chore(release): update version to %s\" --tag-version-prefix v"
39
+ "release:major": "npm version major --git-tag-version -m \"chore(release): update version to %s\" --tag-version-prefix v",
40
+ "docs:generate": "node generate-docs.js",
41
+ "docs:dev": "npm run docs:generate && vitepress dev docs",
42
+ "docs:build": "npm run docs:generate && vitepress build docs"
40
43
  },
41
44
  "peerDependencies": {
42
45
  "vue": "^3.5.13",
@@ -94,6 +97,7 @@
94
97
  "vite": "^6.3.3",
95
98
  "vite-plugin-vue-devtools": "^7.3.9",
96
99
  "vite-svg-loader": "^5.1.0",
100
+ "vitepress": "^1.6.4",
97
101
  "vitest": "^3.2.4",
98
102
  "vue-tsc": "^2.1.2",
99
103
  "workbox-window": "^7.1.0"