@nstudio/xplat 19.0.0-alpha.0 → 19.0.0

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": "19.0.0-alpha.0",
3
+ "version": "19.0.0",
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": "^19.0.0",
46
46
  "@nx/js": "^19.0.0",
47
47
  "@nx/eslint": "19.0.0",
48
- "@nstudio/focus": "19.0.0-alpha.0",
49
- "@nstudio/xplat-utils": "19.0.0-alpha.0"
48
+ "@nstudio/focus": "19.0.0",
49
+ "@nstudio/xplat-utils": "19.0.0"
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 = '19.0.0-alpha.0';
4
+ exports.xplatVersion = '19.0.0';
5
5
  exports.nxVersion = '^19.0.0';
@@ -464,7 +464,6 @@ var XplatHelpers;
464
464
  interactive: false,
465
465
  unitTestRunner: 'jest',
466
466
  bundler: 'none',
467
- projectNameAndRootFormat: 'derived',
468
467
  };
469
468
  if (libName === 'scss') {
470
469
  libOptions.skipTsConfig = true;