@nx/angular 19.7.0-canary.20240821-2065033 → 19.7.0-canary.20240823-1824267

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,2 +1,2 @@
1
- export { setRemoteUrlResolver, setRemoteDefinitions, loadRemoteModule, } from './mf';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9hbmd1bGFyL21mL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxvQkFBb0IsRUFDcEIsb0JBQW9CLEVBQ3BCLGdCQUFnQixHQUNqQixNQUFNLE1BQU0sQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB7XG4gIHNldFJlbW90ZVVybFJlc29sdmVyLFxuICBzZXRSZW1vdGVEZWZpbml0aW9ucyxcbiAgbG9hZFJlbW90ZU1vZHVsZSxcbn0gZnJvbSAnLi9tZic7XG4iXX0=
1
+ export { setRemoteUrlResolver, setRemoteDefinitions, setRemoteDefinition, loadRemoteModule, } from './mf';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wYWNrYWdlcy9hbmd1bGFyL21mL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDTCxvQkFBb0IsRUFDcEIsb0JBQW9CLEVBQ3BCLG1CQUFtQixFQUNuQixnQkFBZ0IsR0FDakIsTUFBTSxNQUFNLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQge1xuICBzZXRSZW1vdGVVcmxSZXNvbHZlcixcbiAgc2V0UmVtb3RlRGVmaW5pdGlvbnMsXG4gIHNldFJlbW90ZURlZmluaXRpb24sXG4gIGxvYWRSZW1vdGVNb2R1bGUsXG59IGZyb20gJy4vbWYnO1xuIl19
@@ -53,5 +53,5 @@ async function loadRemoteContainer(remoteName) {
53
53
  * Generated bundle index. Do not edit.
54
54
  */
55
55
 
56
- export { loadRemoteModule, setRemoteDefinitions, setRemoteUrlResolver };
56
+ export { loadRemoteModule, setRemoteDefinition, setRemoteDefinitions, setRemoteUrlResolver };
57
57
  //# sourceMappingURL=nx-angular-mf.mjs.map
package/mf/index.d.ts CHANGED
@@ -1 +1 @@
1
- export { setRemoteUrlResolver, setRemoteDefinitions, loadRemoteModule, } from './mf';
1
+ export { setRemoteUrlResolver, setRemoteDefinitions, setRemoteDefinition, loadRemoteModule, } from './mf';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/angular",
3
- "version": "19.7.0-canary.20240821-2065033",
3
+ "version": "19.7.0-canary.20240823-1824267",
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": {
@@ -79,14 +79,14 @@
79
79
  "webpack-merge": "^5.8.0",
80
80
  "webpack": "^5.88.0",
81
81
  "@module-federation/enhanced": "~0.2.3",
82
- "@nx/devkit": "19.7.0-canary.20240821-2065033",
83
- "@nx/js": "19.7.0-canary.20240821-2065033",
84
- "@nx/eslint": "19.7.0-canary.20240821-2065033",
85
- "@nx/webpack": "19.7.0-canary.20240821-2065033",
86
- "@nx/web": "19.7.0-canary.20240821-2065033",
87
- "@nx/workspace": "19.7.0-canary.20240821-2065033",
82
+ "@nx/devkit": "19.7.0-canary.20240823-1824267",
83
+ "@nx/js": "19.7.0-canary.20240823-1824267",
84
+ "@nx/eslint": "19.7.0-canary.20240823-1824267",
85
+ "@nx/webpack": "19.7.0-canary.20240823-1824267",
86
+ "@nx/web": "19.7.0-canary.20240823-1824267",
87
+ "@nx/workspace": "19.7.0-canary.20240823-1824267",
88
88
  "piscina": "^4.4.0",
89
- "@nrwl/angular": "19.7.0-canary.20240821-2065033"
89
+ "@nrwl/angular": "19.7.0-canary.20240823-1824267"
90
90
  },
91
91
  "peerDependencies": {
92
92
  "@angular-devkit/build-angular": ">= 16.0.0 < 19.0.0",