@ihk-gfi/lux-components-update 16.6.2 → 16.6.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ihk-gfi/lux-components-update",
3
- "version": "16.6.2",
3
+ "version": "16.6.3",
4
4
  "description": "Schematics für die Aktualisierung von LUX-Applikationen",
5
5
  "scripts": {
6
6
  "build": "npm run clean && tsc -p tsconfig.json",
@@ -21,8 +21,7 @@ function update160500(options, runNpmInstall = true) {
21
21
  (0, index_1.updateDevDep)('@angular/cli', '16.2.15', false),
22
22
  (0, index_1.updateDevDep)('@compodoc/compodoc', '1.1.25', true),
23
23
  (0, index_1.updateDep)('ng2-pdf-viewer', '10.3.0', true),
24
- (0, index_1.deleteDep)('pdfjs-dist'),
25
- (0, index_1.deleteDevDep)('pdfjs-dist'),
24
+ (0, index_1.updateDep)('pdfjs-dist', '4.6.82', false),
26
25
  updateAngularJson(options),
27
26
  updateAppModuleTs(options),
28
27
  (0, util_1.messageSuccessRule)(`Die LUX-Components wurden auf die Version 16.5.0 aktualisiert.`),