ngx-edu-sharing-metaqs2 0.9.13 → 0.9.15
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/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ This library provides the widgets for the MetaDataQualityService.
|
|
|
5
5
|
A running version of the widgets can be found [here](https://metaqs-2-ng.staging.openeduhub.net/).
|
|
6
6
|
|
|
7
7
|
## Dependencies
|
|
8
|
-
- Angular
|
|
8
|
+
- Angular 17 to 19 (16 is not supported due to using input() signals in the library)
|
|
9
9
|
- [ng2-charts](https://valor-software.com/ng2-charts/)
|
|
10
10
|
|
|
11
11
|
These are not enforced as peer dependencies, but are required for the widgets to work:
|
package/package.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"name": "ngx-edu-sharing-metaqs2",
|
|
3
3
|
"description": "OEH MetaQS widgets library",
|
|
4
4
|
"license": "GNU GPL v2",
|
|
5
|
-
"version": "0.9.
|
|
5
|
+
"version": "0.9.15",
|
|
6
6
|
"author": "Torsten Simon",
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@angular/common": "^17.0.0 || ^18.0.0",
|
|
9
|
-
"@angular/core": "^17.0.0 || ^18.0.0",
|
|
8
|
+
"@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
9
|
+
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
10
10
|
"ng2-charts": "^6.0.1"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|