UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

10 lines 587 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WORKSPACE_MANIFEST_FILENAME = exports.LAYOUT_VERSION = exports.ENGINE_NAME = exports.LOCKFILE_VERSION_V6 = exports.LOCKFILE_VERSION = exports.WANTED_LOCKFILE = void 0; exports.WANTED_LOCKFILE = 'pnpm-lock.yaml'; exports.LOCKFILE_VERSION = 5.4; exports.LOCKFILE_VERSION_V6 = '6.0'; exports.ENGINE_NAME = `${process.platform}-${process.arch}-node-${process.version.split('.')[0]}`; exports.LAYOUT_VERSION = 5; exports.WORKSPACE_MANIFEST_FILENAME = 'pnpm-workspace.yaml'; //# sourceMappingURL=index.js.map