@nx/angular 20.1.0-canary.20241025-1218502 → 20.1.0-canary.20241026-f84b6e5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "20.1.0-canary.20241025-1218502",
3
+ "version": "20.1.0-canary.20241026-f84b6e5",
4
4
  "private": false,
5
5
  "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, Tailwind CSS, 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.",
6
6
  "repository": {
@@ -80,12 +80,12 @@
80
80
  "webpack-merge": "^5.8.0",
81
81
  "webpack": "^5.88.0",
82
82
  "@module-federation/enhanced": "0.6.9",
83
- "@nx/devkit": "20.1.0-canary.20241025-1218502",
84
- "@nx/js": "20.1.0-canary.20241025-1218502",
85
- "@nx/eslint": "20.1.0-canary.20241025-1218502",
86
- "@nx/webpack": "20.1.0-canary.20241025-1218502",
87
- "@nx/web": "20.1.0-canary.20241025-1218502",
88
- "@nx/workspace": "20.1.0-canary.20241025-1218502",
83
+ "@nx/devkit": "20.1.0-canary.20241026-f84b6e5",
84
+ "@nx/js": "20.1.0-canary.20241026-f84b6e5",
85
+ "@nx/eslint": "20.1.0-canary.20241026-f84b6e5",
86
+ "@nx/webpack": "20.1.0-canary.20241026-f84b6e5",
87
+ "@nx/web": "20.1.0-canary.20241026-f84b6e5",
88
+ "@nx/workspace": "20.1.0-canary.20241026-f84b6e5",
89
89
  "piscina": "^4.4.0"
90
90
  },
91
91
  "peerDependencies": {
@@ -24,7 +24,7 @@
24
24
  "name": {
25
25
  "type": "string",
26
26
  "description": "The name to give to the remote Angular app.",
27
- "pattern": "^[a-zA-Z][^:]*$",
27
+ "pattern": "^[a-zA-Z_$][a-zA-Z_$0-9]*$",
28
28
  "x-priority": "important"
29
29
  },
30
30
  "host": {