@angular-architects/native-federation 16.1.2 → 16.1.3

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,7 +53,7 @@ Start the Micro Frontend:
53
53
  ng serve mfe1 -o
54
54
  ```
55
55
 
56
- _(In the case of an error, see this [information below](#error-file-srcmaints-is-missing-from-the-typescript-compilation-plugin-angular-compiler"))_
56
+ _(In the case of an error, see this [information below](#error-file-srcmaints-is-missing-from-the-typescript-compilation-plugin-angular-compiler))_
57
57
 
58
58
  Wait until the Micro Frontend is started.
59
59
 
@@ -280,7 +280,7 @@ Start the remote:
280
280
  ng serve mfe1 -o
281
281
  ```
282
282
 
283
- _(In the case of an error, see this [information below](#error-file-srcmaints-is-missing-from-the-typescript-compilation-plugin-angular-compiler"))_
283
+ _(In the case of an error, see this [information below](#error-file-srcmaints-is-missing-from-the-typescript-compilation-plugin-angular-compiler))_
284
284
 
285
285
  Once the remote is started, start the shell:
286
286
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-architects/native-federation",
3
- "version": "16.1.2",
3
+ "version": "16.1.3",
4
4
  "main": "src/index.js",
5
5
  "generators": "./collection.json",
6
6
  "builders": "./builders.json",