@ws-test-realm/devkit 0.6.0-ng18 → 0.6.1-ng18
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 +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ws-test-realm/devkit",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1-ng18",
|
|
4
4
|
"description": "Build-time toolchain BOM + shared dev configs for ws-admin module workspaces. Declares the Angular CLI, builders, ng-packagr, TypeScript and the native-federation plugin as peerDependencies so they install at the workspace top-level. Ships a canonical prettier.config.js, tsconfig.base.json, and ws-pre-commit hook bin. Pairs with @wiresphere/shared (runtime BOM).",
|
|
5
5
|
"license": "Artistic-2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@angular-architects/native-federation": "^18.0.0",
|
|
23
23
|
"@angular-devkit/build-angular": "18.2.13",
|
|
24
|
+
"@angular/build": "18.2.13",
|
|
24
25
|
"@angular/cli": "18.2.13",
|
|
25
26
|
"@angular/compiler-cli": "18.2.13",
|
|
26
27
|
"husky": "^9.0.0",
|