@nx/angular 20.7.0-canary.20250328-4a3a824 → 20.7.0-canary.20250329-bf8848d
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/migrations.json +12 -0
- package/package.json +9 -9
package/migrations.json
CHANGED
|
@@ -1341,6 +1341,10 @@
|
|
|
1341
1341
|
"version": "~19.0.0",
|
|
1342
1342
|
"alwaysAddToPackageJson": false
|
|
1343
1343
|
},
|
|
1344
|
+
"@angular/google-maps": {
|
|
1345
|
+
"version": "~19.0.0",
|
|
1346
|
+
"alwaysAddToPackageJson": false
|
|
1347
|
+
},
|
|
1344
1348
|
"ng-packagr": {
|
|
1345
1349
|
"version": "~19.0.0",
|
|
1346
1350
|
"alwaysAddToPackageJson": false
|
|
@@ -1537,6 +1541,10 @@
|
|
|
1537
1541
|
"version": "~19.1.0",
|
|
1538
1542
|
"alwaysAddToPackageJson": false
|
|
1539
1543
|
},
|
|
1544
|
+
"@angular/google-maps": {
|
|
1545
|
+
"version": "~19.1.0",
|
|
1546
|
+
"alwaysAddToPackageJson": false
|
|
1547
|
+
},
|
|
1540
1548
|
"ng-packagr": {
|
|
1541
1549
|
"version": "~19.1.0",
|
|
1542
1550
|
"alwaysAddToPackageJson": false
|
|
@@ -1598,6 +1606,10 @@
|
|
|
1598
1606
|
"version": "~19.2.1",
|
|
1599
1607
|
"alwaysAddToPackageJson": false
|
|
1600
1608
|
},
|
|
1609
|
+
"@angular/google-maps": {
|
|
1610
|
+
"version": "~19.2.1",
|
|
1611
|
+
"alwaysAddToPackageJson": false
|
|
1612
|
+
},
|
|
1601
1613
|
"ng-packagr": {
|
|
1602
1614
|
"version": "~19.2.0",
|
|
1603
1615
|
"alwaysAddToPackageJson": false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/angular",
|
|
3
|
-
"version": "20.7.0-canary.
|
|
3
|
+
"version": "20.7.0-canary.20250329-bf8848d",
|
|
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": {
|
|
@@ -72,14 +72,14 @@
|
|
|
72
72
|
"semver": "^7.5.3",
|
|
73
73
|
"tslib": "^2.3.0",
|
|
74
74
|
"webpack-merge": "^5.8.0",
|
|
75
|
-
"@nx/devkit": "20.7.0-canary.
|
|
76
|
-
"@nx/js": "20.7.0-canary.
|
|
77
|
-
"@nx/eslint": "20.7.0-canary.
|
|
78
|
-
"@nx/webpack": "20.7.0-canary.
|
|
79
|
-
"@nx/rspack": "20.7.0-canary.
|
|
80
|
-
"@nx/module-federation": "20.7.0-canary.
|
|
81
|
-
"@nx/web": "20.7.0-canary.
|
|
82
|
-
"@nx/workspace": "20.7.0-canary.
|
|
75
|
+
"@nx/devkit": "20.7.0-canary.20250329-bf8848d",
|
|
76
|
+
"@nx/js": "20.7.0-canary.20250329-bf8848d",
|
|
77
|
+
"@nx/eslint": "20.7.0-canary.20250329-bf8848d",
|
|
78
|
+
"@nx/webpack": "20.7.0-canary.20250329-bf8848d",
|
|
79
|
+
"@nx/rspack": "20.7.0-canary.20250329-bf8848d",
|
|
80
|
+
"@nx/module-federation": "20.7.0-canary.20250329-bf8848d",
|
|
81
|
+
"@nx/web": "20.7.0-canary.20250329-bf8848d",
|
|
82
|
+
"@nx/workspace": "20.7.0-canary.20250329-bf8848d",
|
|
83
83
|
"piscina": "^4.4.0"
|
|
84
84
|
},
|
|
85
85
|
"peerDependencies": {
|