@nstudio/angular 16.7.4 → 16.7.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nstudio/angular",
3
- "version": "16.7.4",
3
+ "version": "16.7.6",
4
4
  "description": "Angular Plugin for xplat",
5
5
  "homepage": "https://nstudio.io/xplat",
6
6
  "repository": {
@@ -32,6 +32,6 @@
32
32
  "@nx/angular": "^16.0.0"
33
33
  },
34
34
  "peerDependencies": {
35
- "@nstudio/xplat": "16.7.4"
35
+ "@nstudio/xplat": "16.7.6"
36
36
  }
37
37
  }
@@ -33,7 +33,7 @@ function default_1(options) {
33
33
  })
34
34
  : (0, schematics_1.noop)(),
35
35
  (tree, context) => {
36
- const nrwlWebOptions = Object.assign(Object.assign({}, options), { standalone: false, skipInstall: true });
36
+ const nrwlWebOptions = Object.assign(Object.assign({}, options), { standalone: false, skipInstall: true, projectNameAndRootFormat: 'derived' });
37
37
  // remove non schema validated properties
38
38
  delete nrwlWebOptions.groupByName;
39
39
  delete nrwlWebOptions.useXplat;
@@ -46,11 +46,11 @@ function default_1(options) {
46
46
  delete nrwlWebOptions.setupSandbox;
47
47
  if (!options.directory) {
48
48
  // default to apps
49
- options.directory = 'apps';
49
+ nrwlWebOptions.directory = 'apps';
50
50
  }
51
51
  else if (options.directory.indexOf('apps/') === -1) {
52
52
  // ensure ends up in apps directory
53
- options.directory = `apps/${options.directory}`;
53
+ nrwlWebOptions.directory = `apps/${options.directory}`;
54
54
  }
55
55
  let executionOptions;
56
56
  if (options.useXplat) {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.typesJest = exports.jestPresetAngular = exports.zonejsVersion = exports.rxjsVersion = exports.ngxTranslateHttpVersion = exports.ngxTranslateVersion = exports.angularDevkitVersion = exports.angularVersion = exports.nxVersion = exports.xplatVersion = void 0;
4
- exports.xplatVersion = '16.7.4';
4
+ exports.xplatVersion = '16.7.6';
5
5
  exports.nxVersion = '^16.0.0';
6
6
  exports.angularVersion = '^16.0.0';
7
7
  exports.angularDevkitVersion = '^16.0.0';