@conduction/nextcloud-vue 1.0.0-beta.225 → 1.0.0-beta.226
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 +6 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conduction/nextcloud-vue",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.226",
|
|
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>",
|
|
@@ -29,6 +29,8 @@
|
|
|
29
29
|
"sideEffects": [
|
|
30
30
|
"**/*.css",
|
|
31
31
|
"**/*.vue",
|
|
32
|
+
"dist/esm/index.js",
|
|
33
|
+
"dist/**/*.vue.js",
|
|
32
34
|
"**/CnWidgetGrid/registerDashboardWidgets.js",
|
|
33
35
|
"**/dashboardRegistration.js",
|
|
34
36
|
"**/Cn*Widget/index.js"
|
|
@@ -52,6 +54,7 @@
|
|
|
52
54
|
"check:integration-parity": "node scripts/check-integration-parity.js",
|
|
53
55
|
"check:integration-build": "node scripts/check-integration-build.js",
|
|
54
56
|
"check:css-entry": "node scripts/check-css-entry.js",
|
|
57
|
+
"check:dist-sideeffects": "node scripts/check-dist-sideeffects.mjs",
|
|
55
58
|
"check:a11y": "jest --config jest.a11y.config.js",
|
|
56
59
|
"jsdoc-baselines:update": "node scripts/check-jsdoc.js --update",
|
|
57
60
|
"prepare": "husky || true",
|
|
@@ -207,6 +210,7 @@
|
|
|
207
210
|
"vite": "^5.4.0",
|
|
208
211
|
"vue": "^2.7.16",
|
|
209
212
|
"vue-frag": "^1.4.3",
|
|
210
|
-
"vue-material-design-icons": "^5.2.0"
|
|
213
|
+
"vue-material-design-icons": "^5.2.0",
|
|
214
|
+
"webpack": "^5.109.0"
|
|
211
215
|
}
|
|
212
216
|
}
|