npm package diff
Package: @forge/cli
Versions: 10.13.4 - 10.13.5-next.0-experimental-4d5d98e
File: package/out/command-line/index.js
Index: package/out/command-line/index.js
===================================================================
--- package/out/command-line/index.js
+++ package/out/command-line/index.js
@@ -19,8 +19,9 @@
const register_providers_commands_1 = require("./register-providers-commands");
const register_environments_commands_1 = require("./register-environments-commands");
const register_storage_commands_1 = require("./register-storage-commands");
const register_eligibility_commands_1 = require("./register-eligibility-commands");
+const register_version_commands_1 = require("./register-version-commands");
function registerCommands(deps) {
(0, register_autocomplete_commands_1.registerCommands)(deps);
(0, register_authentication_command_1.registerCommands)(deps);
(0, register_app_commands_1.registerCommands)(deps);
@@ -36,8 +37,9 @@
(0, register_settings_commands_1.registerCommands)(deps);
(0, register_providers_commands_1.registerCommands)(deps);
(0, register_storage_commands_1.registerCommands)(deps);
(0, register_eligibility_commands_1.registerCommands)(deps);
+ (0, register_version_commands_1.registerCommands)(deps);
}
exports.registerCommands = registerCommands;
const registerEvents = ({ ui }) => {
process.on('unhandledRejection', async (reason) => {