@nstudio/xplat 16.5.4 → 16.5.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/xplat",
3
- "version": "16.5.4",
3
+ "version": "16.5.6",
4
4
  "description": "Cross-platform (xplat) tools for Nx workspaces.",
5
5
  "homepage": "https://nstudio.io/xplat",
6
6
  "repository": {
@@ -41,10 +41,11 @@
41
41
  "postinstall": "node src/utils/postinstall.js"
42
42
  },
43
43
  "dependencies": {
44
+ "@angular-devkit/schematics": "file:angular-devkit-schematics-16.1.3-no-throw.0.tgz",
44
45
  "@nx/devkit": "^16.0.0",
45
46
  "@nx/js": "^16.0.0",
46
- "@nstudio/focus": "16.5.4",
47
- "@nstudio/xplat-utils": "16.5.4"
47
+ "@nstudio/focus": "16.5.6",
48
+ "@nstudio/xplat-utils": "16.5.6"
48
49
  },
49
50
  "author": "Nathan Walker",
50
51
  "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.5.4';
4
+ exports.xplatVersion = '16.5.6';
5
5
  exports.nxVersion = '^16.0.0';
@@ -460,6 +460,8 @@ var XplatHelpers;
460
460
  directory,
461
461
  testEnvironment,
462
462
  interactive: false,
463
+ unitTestRunner: 'jest',
464
+ bundler: 'none'
463
465
  };
464
466
  if (libName === 'scss') {
465
467
  libOptions.skipTsConfig = true;