ux4g-components-angular 1.4.1 → 1.4.2
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ux4g-components-angular",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "UX4G Design System — Angular wrapper components",
|
|
6
6
|
"scripts": {
|
|
@@ -474,6 +474,7 @@
|
|
|
474
474
|
]
|
|
475
475
|
}
|
|
476
476
|
},
|
|
477
|
+
"sideEffects": true,
|
|
477
478
|
"files": [
|
|
478
479
|
"dist/"
|
|
479
480
|
],
|
|
@@ -483,7 +484,7 @@
|
|
|
483
484
|
},
|
|
484
485
|
"dependencies": {
|
|
485
486
|
"@angular/compiler-cli": "^19.2.20",
|
|
486
|
-
"ux4g-components-web": "^1.4.
|
|
487
|
+
"ux4g-components-web": "^1.4.2"
|
|
487
488
|
},
|
|
488
489
|
"devDependencies": {
|
|
489
490
|
"@angular/common": "^19.2.20",
|