@nrwl/angular 15.4.6 → 15.4.8

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/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [15.4.6](https://github.com/nrwl/nx/compare/15.4.5...15.4.6) (2023-01-12)
6
+ ## [15.4.8](https://github.com/nrwl/nx/compare/15.4.7...15.4.8) (2023-01-12)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/angular
@@ -58,4 +58,3 @@ function loadRemoteContainer(remoteName) {
58
58
 
59
59
  export { loadRemoteModule, setRemoteDefinitions, setRemoteUrlResolver };
60
60
  //# sourceMappingURL=nrwl-angular-mf.mjs.map
61
- //# sourceMappingURL=nrwl-angular-mf.mjs.map
@@ -37,4 +37,3 @@ function readFirst(o) {
37
37
 
38
38
  export { readAll, readFirst };
39
39
  //# sourceMappingURL=nrwl-angular-testing.mjs.map
40
- //# sourceMappingURL=nrwl-angular-testing.mjs.map
@@ -349,4 +349,3 @@ function wrapIntoObservable(obj) {
349
349
 
350
350
  export { fetch, navigation, optimisticUpdate, pessimisticUpdate };
351
351
  //# sourceMappingURL=nrwl-angular.mjs.map
352
- //# sourceMappingURL=nrwl-angular.mjs.map
@@ -52,4 +52,3 @@ async function loadRemoteContainer(remoteName) {
52
52
 
53
53
  export { loadRemoteModule, setRemoteDefinitions, setRemoteUrlResolver };
54
54
  //# sourceMappingURL=nrwl-angular-mf.mjs.map
55
- //# sourceMappingURL=nrwl-angular-mf.mjs.map
@@ -37,4 +37,3 @@ function readFirst(o) {
37
37
 
38
38
  export { readAll, readFirst };
39
39
  //# sourceMappingURL=nrwl-angular-testing.mjs.map
40
- //# sourceMappingURL=nrwl-angular-testing.mjs.map
@@ -349,4 +349,3 @@ function wrapIntoObservable(obj) {
349
349
 
350
350
  export { fetch, navigation, optimisticUpdate, pessimisticUpdate };
351
351
  //# sourceMappingURL=nrwl-angular.mjs.map
352
- //# sourceMappingURL=nrwl-angular.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/angular",
3
- "version": "15.4.6",
3
+ "version": "15.4.8",
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, Cypress, Karma, and Protractor. \n\n- Generators to help scaffold code quickly (like: Micro Frontends, Libraries, both internal to your codebase and publishable to npm) \n\n- Upgrading AngularJS applications \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -68,12 +68,12 @@
68
68
  "dependencies": {
69
69
  "@angular-devkit/schematics": "~15.0.1",
70
70
  "@nguniversal/builders": "~15.0.0",
71
- "@nrwl/cypress": "15.4.6",
72
- "@nrwl/devkit": "15.4.6",
73
- "@nrwl/jest": "15.4.6",
74
- "@nrwl/linter": "15.4.6",
75
- "@nrwl/webpack": "15.4.6",
76
- "@nrwl/workspace": "15.4.6",
71
+ "@nrwl/cypress": "15.4.8",
72
+ "@nrwl/devkit": "15.4.8",
73
+ "@nrwl/jest": "15.4.8",
74
+ "@nrwl/linter": "15.4.8",
75
+ "@nrwl/webpack": "15.4.8",
76
+ "@nrwl/workspace": "15.4.8",
77
77
  "@phenomnomnominal/tsquery": "4.1.1",
78
78
  "@schematics/angular": "~15.0.1",
79
79
  "chalk": "4.1.0",
@@ -99,5 +99,5 @@
99
99
  "fesm2015": "fesm2015/nrwl-angular.mjs",
100
100
  "typings": "index.d.ts",
101
101
  "sideEffects": false,
102
- "gitHead": "38bc77e8ecc42de9225eb498027558c85c10e21a"
102
+ "gitHead": "fa752768db4c14e78de875a0a79f89a9f155fecf"
103
103
  }