UNPKG

@nx/workspace

Version:

The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.

13 lines (12 loc) 634 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.angularCliVersion = exports.typescriptVersion = exports.nxVersion = void 0; const path_1 = require("path"); // Dynamic join() form bypasses the eslint self-circular-import check while // still resolving to the package's own package.json in both source and built // (local-dist) contexts. exports.nxVersion = require((0, path_1.join)('@nx/workspace', 'package.json')).version; exports.typescriptVersion = '~5.9.2'; // TODO: remove when preset generation is reworked and // deps are not installed from workspace exports.angularCliVersion = '~21.2.0';