@conduction/nextcloud-vue 1.0.0-beta.6 → 1.0.0-beta.7

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 +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduction/nextcloud-vue",
3
- "version": "1.0.0-beta.6",
3
+ "version": "1.0.0-beta.7",
4
4
  "description": "Shared Vue component library for Conduction Nextcloud apps — complements @nextcloud/vue with higher-level components, OpenRegister integration, and NL Design System support",
5
5
  "license": "EUPL-1.2",
6
6
  "author": "Conduction B.V. <info@conduction.nl>",
@@ -32,6 +32,8 @@
32
32
  "lint-fix": "npm run lint -- --fix",
33
33
  "stylelint": "stylelint 'src/**/*.vue' 'src/**/*.css'",
34
34
  "check:docs": "node scripts/check-docs.js",
35
+ "check:jsdoc": "node scripts/check-jsdoc.js",
36
+ "jsdoc-baselines:update": "node scripts/check-jsdoc.js --update",
35
37
  "prepublishOnly": "npm run build",
36
38
  "styleguide": "cd styleguide && npm run server",
37
39
  "styleguide:build": "cd styleguide && npm run build"