@nrwl/angular 16.3.1 → 16.3.2

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/executors.js CHANGED
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("@nx/angular/executors"), exports);
5
- //# sourceMappingURL=executors.js.map
package/generators.js CHANGED
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("@nx/angular/generators"), exports);
5
- //# sourceMappingURL=generators.js.map
package/index.js CHANGED
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("@nx/angular"), exports);
5
- //# sourceMappingURL=index.js.map
package/mf/index.js CHANGED
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("@nx/angular/mf"), exports);
5
- //# sourceMappingURL=index.js.map
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("@nx/angular/module-federation"), exports);
5
- //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/angular",
3
- "version": "16.3.1",
3
+ "version": "16.3.2",
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, 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- Upgrading AngularJS applications \n\n- Single Component Application Modules (SCAMs) \n\n- NgRx helpers. \n\n- Utilities for automatic workspace refactoring.",
6
6
  "repository": {
@@ -54,7 +54,7 @@
54
54
  "builders": "./executors.json",
55
55
  "schematics": "./generators.json",
56
56
  "dependencies": {
57
- "@nx/angular": "16.3.1",
57
+ "@nx/angular": "16.3.2",
58
58
  "tslib": "^2.3.0"
59
59
  },
60
60
  "publishConfig": {
@@ -66,5 +66,5 @@
66
66
  "module": "fesm2022/nrwl-angular.mjs",
67
67
  "typings": "index.d.ts",
68
68
  "sideEffects": false,
69
- "gitHead": "29dc4bd6d069abfd91d8f4e0640047b23ceafac5"
69
+ "gitHead": "097c1ca05f2fd825a6d7c70659350acd8455e144"
70
70
  }
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("@nx/angular/plugins/component-testing"), exports);
5
- //# sourceMappingURL=component-testing.js.map
package/tailwind.js CHANGED
@@ -2,4 +2,3 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("@nx/angular/tailwind"), exports);
5
- //# sourceMappingURL=tailwind.js.map
package/testing/index.js CHANGED
@@ -4,4 +4,3 @@ exports.readFirst = exports.readAll = void 0;
4
4
  var testing_1 = require("@nx/angular/testing");
5
5
  Object.defineProperty(exports, "readAll", { enumerable: true, get: function () { return testing_1.readAll; } });
6
6
  Object.defineProperty(exports, "readFirst", { enumerable: true, get: function () { return testing_1.readFirst; } });
7
- //# sourceMappingURL=index.js.map
package/executors.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"executors.js","sourceRoot":"","sources":["../../../packages-legacy/angular/executors.ts"],"names":[],"mappings":";;;AAAA,gEAAsC"}
package/generators.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"generators.js","sourceRoot":"","sources":["../../../packages-legacy/angular/generators.ts"],"names":[],"mappings":";;;AAAA,iEAAuC"}
package/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../packages-legacy/angular/index.ts"],"names":[],"mappings":";;;AAAA,sDAA4B"}
package/mf/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages-legacy/angular/mf/index.ts"],"names":[],"mappings":";;;AAAA,yDAA+B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages-legacy/angular/module-federation/index.ts"],"names":[],"mappings":";;;AAAA,wEAA8C"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"component-testing.js","sourceRoot":"","sources":["../../../../packages-legacy/angular/plugins/component-testing.ts"],"names":[],"mappings":";;;AAAA,gFAAsD"}
package/tailwind.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"tailwind.js","sourceRoot":"","sources":["../../../packages-legacy/angular/tailwind.ts"],"names":[],"mappings":";;;AAAA,+DAAqC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../packages-legacy/angular/testing/index.ts"],"names":[],"mappings":";;;AAAA,+CAAyD;AAAhD,kGAAA,OAAO,OAAA;AAAE,oGAAA,SAAS,OAAA"}