@wiresphere/devkit 0.2.0 → 0.3.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@wiresphere/devkit",
3
- "version": "0.2.0",
4
- "description": "Build-time toolchain BOM + shared dev configs for ws-admin module workspaces. Installs the Angular CLI, builders, ng-packagr, TypeScript, Module Federation plugin, plus prettier/husky/pretty-quick. Ships a canonical prettier.config.js, tsconfig.base.json, and ws-pre-commit hook bin so workspaces consume them by reference and stay in sync with the host. Pairs with @wiresphere/ws-shared (runtime BOM + share map).",
3
+ "version": "0.3.0",
4
+ "description": "Build-time toolchain BOM + shared dev configs for ws-admin module workspaces. Declares the Angular CLI, builders, ng-packagr, TypeScript, Module Federation plugin, and prettier/husky/pretty-quick as peerDependencies so they install at the workspace top-level (where Angular CLI resolves them). Ships a canonical prettier.config.js, tsconfig.base.json, and ws-pre-commit hook bin so workspaces consume them by reference and stay in sync with the host. Pairs with @wiresphere/shared (runtime BOM + share map). Requires npm 7+ for peerDep auto-install.",
5
5
  "license": "Artistic-2.0",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -14,7 +14,7 @@
14
14
  "prettier.config.js",
15
15
  "tsconfig.base.json"
16
16
  ],
17
- "dependencies": {
17
+ "peerDependencies": {
18
18
  "@angular-architects/module-federation": "^12.5.3",
19
19
  "@angular-devkit/build-angular": "12.2.0",
20
20
  "@angular/cli": "12.2.0",
@@ -1,7 +1,7 @@
1
1
  // Canonical prettier config for ws-admin modules + host.
2
2
  //
3
3
  // Consumers reference this via package.json:
4
- // "prettier": "@wiresphere/ws-devkit/prettier.config.js"
4
+ // "prettier": "@wiresphere/devkit/prettier.config.js"
5
5
  //
6
6
  // Override locally by switching to a .prettierrc.js that imports and spreads
7
7
  // this object. Prefer overriding individual options over forking the whole