@nx/angular 23.2.0-pr.36527.2252709 → 23.2.0-pr.36838.ef8e258

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 CHANGED
@@ -7,9 +7,9 @@
7
7
 
8
8
  <div style="text-align: center;">
9
9
 
10
- [![License](https://img.shields.io/npm/l/@nx/workspace.svg?style=flat-square)]()
10
+ [![License](https://img.shields.io/npm/l/@nx/workspace.svg?style=flat-square)](<>)
11
11
  [![NPM Version](https://badge.fury.io/js/nx.svg)](https://www.npmjs.com/package/nx)
12
- [![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)]()
12
+ [![Semantic Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](<>)
13
13
  [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
14
14
  [![Join us on the Official Nx Discord Server](https://img.shields.io/discord/1143497901675401286?label=discord)](https://go.nx.dev/community)
15
15
  [![Nx Sandboxing](https://staging.nx.app/workspaces/62d013ea0852fe0a2df74438/sandbox-badge.svg)](https://nx.dev/docs/features/ci-features/sandboxing)
@@ -1,6 +1,5 @@
1
1
  import type { NgPackagrBuilderOptions } from '@angular-devkit/build-angular';
2
2
 
3
- export interface BuildAngularLibraryExecutorOptions
4
- extends NgPackagrBuilderOptions {
3
+ export interface BuildAngularLibraryExecutorOptions extends NgPackagrBuilderOptions {
5
4
  project?: string;
6
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "23.2.0-pr.36527.2252709",
3
+ "version": "23.2.0-pr.36838.ef8e258",
4
4
  "private": false,
5
5
  "type": "commonjs",
6
6
  "description": "The Nx Plugin for Angular contains executors, generators, and utilities for managing Angular applications and libraries within an Nx workspace. It provides: \n\n- Integration with libraries such as Storybook, Jest, ESLint, Playwright and Cypress. \n\n- Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to your codebase and publishable to npm) \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
@@ -79,15 +79,15 @@
79
79
  "picomatch": "4.0.4",
80
80
  "semver": "^7.6.3",
81
81
  "tslib": "^2.3.0",
82
- "@nx/eslint": "23.2.0-pr.36527.2252709",
83
- "@nx/devkit": "23.2.0-pr.36527.2252709",
84
- "@nx/js": "23.2.0-pr.36527.2252709",
85
- "@nx/web": "23.2.0-pr.36527.2252709"
82
+ "@nx/js": "23.2.0-pr.36838.ef8e258",
83
+ "@nx/web": "23.2.0-pr.36838.ef8e258",
84
+ "@nx/eslint": "23.2.0-pr.36838.ef8e258",
85
+ "@nx/devkit": "23.2.0-pr.36838.ef8e258"
86
86
  },
87
87
  "devDependencies": {
88
- "@nx/storybook": "23.2.0-pr.36527.2252709",
89
- "nx": "23.2.0-pr.36527.2252709",
90
- "@nx/vitest": "23.2.0-pr.36527.2252709"
88
+ "@nx/vitest": "23.2.0-pr.36838.ef8e258",
89
+ "@nx/storybook": "23.2.0-pr.36838.ef8e258",
90
+ "nx": "23.2.0-pr.36838.ef8e258"
91
91
  },
92
92
  "peerDependencies": {
93
93
  "@angular/build": ">= 20.0.0 < 23.0.0",
@@ -98,11 +98,11 @@
98
98
  "ng-packagr": ">= 20.0.0 < 23.0.0",
99
99
  "rxjs": "^6.5.3 || ^7.5.0",
100
100
  "webpack-merge": "^5.8.0",
101
- "@nx/module-federation": "23.2.0-pr.36527.2252709",
102
- "@nx/playwright": "23.2.0-pr.36527.2252709",
103
- "@nx/rspack": "23.2.0-pr.36527.2252709",
104
- "@nx/cypress": "23.2.0-pr.36527.2252709",
105
- "@nx/webpack": "23.2.0-pr.36527.2252709"
101
+ "@nx/playwright": "23.2.0-pr.36838.ef8e258",
102
+ "@nx/cypress": "23.2.0-pr.36838.ef8e258",
103
+ "@nx/webpack": "23.2.0-pr.36838.ef8e258",
104
+ "@nx/rspack": "23.2.0-pr.36838.ef8e258",
105
+ "@nx/module-federation": "23.2.0-pr.36838.ef8e258"
106
106
  },
107
107
  "peerDependenciesMeta": {
108
108
  "@angular/build": {