@softarc/native-federation 0.9.2-beta.4 → 0.9.2-beta.5

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 +4 -8
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,11 +1,7 @@
1
- # native-federation-core
1
+ # @softarc/native-federation
2
2
 
3
- This library was generated with [Nx](https://nx.dev).
3
+ This is the **framework- and bundler-agnostic** foundation for Native Federation.
4
4
 
5
- ## Building
5
+ Please find here an [example project](https://github.com/manfredsteyer/native-federation-core-example.git). There, have a look at ``build/build-common.ts``.
6
6
 
7
- Run `nx build native-federation-core` to build the library.
8
-
9
- ## Running unit tests
10
-
11
- Run `nx test native-federation-core` to execute the unit tests via [Jest](https://jestjs.io).
7
+ There is also an [Angular-specific wrapper](https://www.npmjs.com/package/@angular-architects/native-federation).
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@softarc/native-federation",
3
- "version": "0.9.2-beta.4",
3
+ "version": "0.9.2-beta.5",
4
4
  "type": "commonjs",
5
5
  "main": "./src/index.js",
6
6
  "typings": "./src/index.d.ts",
7
7
  "dependencies": {},
8
8
  "peerDependencies": {
9
- "@softarc/native-federation-runtime": "0.9.2-beta.4"
9
+ "@softarc/native-federation-runtime": "0.9.2-beta.5"
10
10
  }
11
11
  }