npm package diff
Package: @forge/cli
Versions: 10.13.5-next.0-experimental-4d5d98e - 10.13.5-next.0-experimental-f38fac9
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,9 +19,8 @@
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);
@@ -37,9 +36,8 @@
(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) => {