@ihk-gfi/lux-components-update 15.0.1 → 15.0.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
CHANGED
|
@@ -37,6 +37,7 @@ function updateDependencies() {
|
|
|
37
37
|
updateDep('ng2-pdf-viewer', '8.0.1', addOrUpdate),
|
|
38
38
|
updateDep('pdfjs-dist', '2.13.216', addOrUpdate),
|
|
39
39
|
updateDep('ngx-cookie-service', '15.0.0', addOrUpdate),
|
|
40
|
+
updateDep('ngx-build-plus', '15.0.0', addOrUpdate),
|
|
40
41
|
updateDevDep('@ihk-gfi/lux-components-update', '15.0.0', addOrUpdate),
|
|
41
42
|
updateDevDep('@angular-eslint/builder', '15.2.1', updateIfExists),
|
|
42
43
|
updateDevDep('@angular-eslint/eslint-plugin', '15.2.1', updateIfExists),
|
package/updates/15.0.0/index.js
CHANGED
|
@@ -69,7 +69,7 @@ function removeMaAndFaIcons(options) {
|
|
|
69
69
|
}
|
|
70
70
|
exports.removeMaAndFaIcons = removeMaAndFaIcons;
|
|
71
71
|
function updateProjectStructure(options) {
|
|
72
|
-
var _a, _b, _c, _d;
|
|
72
|
+
var _a, _b, _c, _d, _e, _f;
|
|
73
73
|
return (0, schematics_1.chain)([
|
|
74
74
|
(0, util_1.messageInfoRule)(`Projektstruktur wird angepasst...`),
|
|
75
75
|
copyAppFiles(options),
|
|
@@ -80,6 +80,7 @@ function updateProjectStructure(options) {
|
|
|
80
80
|
(0, json_1.deleteJsonValue)('/angular.json', ['projects', options.project, 'architect', 'test', 'options', 'main']),
|
|
81
81
|
(0, util_1.applyRuleIfFileExists)((0, json_1.deleteJsonArray)(((_a = options.path) !== null && _a !== void 0 ? _a : '.') + '/src/tsconfig.app.json', ['files'], (node) => (0, json_1.findStringInArray)(node, 'polyfills.ts')), ((_b = options.path) !== null && _b !== void 0 ? _b : '.') + '/src/tsconfig.app.json'),
|
|
82
82
|
(0, util_1.applyRuleIfFileExists)((0, json_1.deleteJsonArray)(((_c = options.path) !== null && _c !== void 0 ? _c : '.') + '/src/tsconfig.spec.json', ['files'], (node) => (0, json_1.findStringInArray)(node, 'polyfills.ts')), ((_d = options.path) !== null && _d !== void 0 ? _d : '.') + '/src/tsconfig.spec.json'),
|
|
83
|
+
(0, util_1.applyRuleIfFileExists)((0, json_1.deleteJsonArray)(((_e = options.path) !== null && _e !== void 0 ? _e : '.') + '/src/tsconfig.spec.json', ['compilerOptions', 'types'], (node) => (0, json_1.findStringInArray)(node, 'node')), ((_f = options.path) !== null && _f !== void 0 ? _f : '.') + '/src/tsconfig.spec.json'),
|
|
83
84
|
(0, util_1.messageSuccessRule)(`Projektstruktur wurde angepasst.`)
|
|
84
85
|
]);
|
|
85
86
|
}
|