-
Notifications
You must be signed in to change notification settings - Fork 231
Open
Description
With what library do you have an issue?
native-federation
Reproduction of the bug/regression with instructions
Problem Description
When running nx g @angular-architects/native-federation:init --project <project> --port <port> --type remote
, the schematic adds an outdated version of to the . @softarc/native-federation-node``package.json
The schematic adds:
"@softarc/native-federation-node": "^2.0.10"
Steps to Reproduce
- Create a new Angular workspace with Nx
- Install
@angular-architects/native-federation
- Run:
nx g @angular-architects/native-federation:init --project miles --port 4203 --type remote
- Check - the added version is outdated
package.json``@softarc/native-federation-node
Expected behavior
The schematic should add the current version that matches the native-federation library:
"@softarc/native-federation-node": "^3.3.5"
Versions of Native/Module Federation, Angular, Node, Browser, and operating system
Native-federation: 20.1.6
Angular version: 20.1.8
Other information
No response
I would be willing to submit a PR to fix this issue
- Yes
- No
Metadata
Metadata
Assignees
Labels
No labels