@salesforce/plugin-release-management
Version:
A plugin for preparing and publishing npm packages
20 lines • 624 B
JavaScript
/*
* Copyright (c) 2020, salesforce.com, inc.
* All rights reserved.
* Licensed under the BSD 3-Clause license.
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
*/
export var CLI;
(function (CLI) {
CLI["SF"] = "sf";
CLI["SFDX"] = "sfdx";
})(CLI || (CLI = {}));
export var Channel;
(function (Channel) {
Channel["LEGACY"] = "legacy";
Channel["STABLE"] = "stable";
Channel["STABLE_RC"] = "stable-rc";
Channel["LATEST"] = "latest";
Channel["LATEST_RC"] = "latest-rc";
})(Channel || (Channel = {}));
//# sourceMappingURL=types.js.map