@nstudio/xplat 16.7.2 → 16.7.3

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/xplat",
3
- "version": "16.7.2",
3
+ "version": "16.7.3",
4
4
  "description": "Cross-platform (xplat) tools for Nx workspaces.",
5
5
  "homepage": "https://nstudio.io/xplat",
6
6
  "repository": {
@@ -45,8 +45,8 @@
45
45
  "@nx/devkit": "^16.0.0",
46
46
  "@nx/js": "^16.0.0",
47
47
  "@nx/linter": "^16.0.0",
48
- "@nstudio/focus": "16.7.2",
49
- "@nstudio/xplat-utils": "16.7.2"
48
+ "@nstudio/focus": "16.7.3",
49
+ "@nstudio/xplat-utils": "16.7.3"
50
50
  },
51
51
  "author": "Nathan Walker",
52
52
  "license": "MIT",
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.nxVersion = exports.xplatVersion = void 0;
4
- exports.xplatVersion = '16.7.2';
4
+ exports.xplatVersion = '16.7.3';
5
5
  exports.nxVersion = '^16.0.0';
@@ -457,7 +457,7 @@ var XplatHelpers;
457
457
  }
458
458
  const libOptions = {
459
459
  name: libName,
460
- directory: `libs/${directory ? directory + '/' : ''}${libName}`,
460
+ directory: `libs/${directory}`,
461
461
  testEnvironment,
462
462
  interactive: false,
463
463
  unitTestRunner: 'jest',