oclif 4.22.44 → 4.22.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/oclif.manifest.json +83 -83
  2. package/package.json +3 -3
@@ -899,88 +899,6 @@
899
899
  "win.js"
900
900
  ]
901
901
  },
902
- "generate:command": {
903
- "aliases": [],
904
- "args": {
905
- "name": {
906
- "description": "name of command",
907
- "name": "name",
908
- "required": true
909
- }
910
- },
911
- "description": "Add a command to an existing CLI or plugin.",
912
- "flags": {
913
- "commands-dir": {
914
- "description": "The directory to create the command in.",
915
- "name": "commands-dir",
916
- "default": "src/commands",
917
- "hasDynamicHelp": false,
918
- "multiple": false,
919
- "type": "option"
920
- },
921
- "force": {
922
- "description": "Overwrite existing files.",
923
- "name": "force",
924
- "allowNo": false,
925
- "type": "boolean"
926
- }
927
- },
928
- "hasDynamicHelp": false,
929
- "hiddenAliases": [],
930
- "id": "generate:command",
931
- "pluginAlias": "oclif",
932
- "pluginName": "oclif",
933
- "pluginType": "core",
934
- "strict": true,
935
- "isESM": false,
936
- "relativePath": [
937
- "lib",
938
- "commands",
939
- "generate",
940
- "command.js"
941
- ]
942
- },
943
- "generate:hook": {
944
- "aliases": [],
945
- "args": {
946
- "name": {
947
- "description": "Name of hook (snake_case).",
948
- "name": "name",
949
- "required": true
950
- }
951
- },
952
- "description": "Add a hook to an existing CLI or plugin.",
953
- "flags": {
954
- "event": {
955
- "description": "Event to run hook on.",
956
- "name": "event",
957
- "default": "init",
958
- "hasDynamicHelp": false,
959
- "multiple": false,
960
- "type": "option"
961
- },
962
- "force": {
963
- "description": "Overwrite existing files.",
964
- "name": "force",
965
- "allowNo": false,
966
- "type": "boolean"
967
- }
968
- },
969
- "hasDynamicHelp": false,
970
- "hiddenAliases": [],
971
- "id": "generate:hook",
972
- "pluginAlias": "oclif",
973
- "pluginName": "oclif",
974
- "pluginType": "core",
975
- "strict": true,
976
- "isESM": false,
977
- "relativePath": [
978
- "lib",
979
- "commands",
980
- "generate",
981
- "hook.js"
982
- ]
983
- },
984
902
  "upload:deb": {
985
903
  "aliases": [],
986
904
  "args": {},
@@ -1193,7 +1111,89 @@
1193
1111
  "upload",
1194
1112
  "win.js"
1195
1113
  ]
1114
+ },
1115
+ "generate:command": {
1116
+ "aliases": [],
1117
+ "args": {
1118
+ "name": {
1119
+ "description": "name of command",
1120
+ "name": "name",
1121
+ "required": true
1122
+ }
1123
+ },
1124
+ "description": "Add a command to an existing CLI or plugin.",
1125
+ "flags": {
1126
+ "commands-dir": {
1127
+ "description": "The directory to create the command in.",
1128
+ "name": "commands-dir",
1129
+ "default": "src/commands",
1130
+ "hasDynamicHelp": false,
1131
+ "multiple": false,
1132
+ "type": "option"
1133
+ },
1134
+ "force": {
1135
+ "description": "Overwrite existing files.",
1136
+ "name": "force",
1137
+ "allowNo": false,
1138
+ "type": "boolean"
1139
+ }
1140
+ },
1141
+ "hasDynamicHelp": false,
1142
+ "hiddenAliases": [],
1143
+ "id": "generate:command",
1144
+ "pluginAlias": "oclif",
1145
+ "pluginName": "oclif",
1146
+ "pluginType": "core",
1147
+ "strict": true,
1148
+ "isESM": false,
1149
+ "relativePath": [
1150
+ "lib",
1151
+ "commands",
1152
+ "generate",
1153
+ "command.js"
1154
+ ]
1155
+ },
1156
+ "generate:hook": {
1157
+ "aliases": [],
1158
+ "args": {
1159
+ "name": {
1160
+ "description": "Name of hook (snake_case).",
1161
+ "name": "name",
1162
+ "required": true
1163
+ }
1164
+ },
1165
+ "description": "Add a hook to an existing CLI or plugin.",
1166
+ "flags": {
1167
+ "event": {
1168
+ "description": "Event to run hook on.",
1169
+ "name": "event",
1170
+ "default": "init",
1171
+ "hasDynamicHelp": false,
1172
+ "multiple": false,
1173
+ "type": "option"
1174
+ },
1175
+ "force": {
1176
+ "description": "Overwrite existing files.",
1177
+ "name": "force",
1178
+ "allowNo": false,
1179
+ "type": "boolean"
1180
+ }
1181
+ },
1182
+ "hasDynamicHelp": false,
1183
+ "hiddenAliases": [],
1184
+ "id": "generate:hook",
1185
+ "pluginAlias": "oclif",
1186
+ "pluginName": "oclif",
1187
+ "pluginType": "core",
1188
+ "strict": true,
1189
+ "isESM": false,
1190
+ "relativePath": [
1191
+ "lib",
1192
+ "commands",
1193
+ "generate",
1194
+ "hook.js"
1195
+ ]
1196
1196
  }
1197
1197
  },
1198
- "version": "4.22.44"
1198
+ "version": "4.22.46"
1199
1199
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "oclif",
3
3
  "description": "oclif: create your own CLI",
4
- "version": "4.22.44",
4
+ "version": "4.22.46",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "oclif": "bin/run.js"
@@ -9,14 +9,14 @@
9
9
  "bugs": "https://github.com/oclif/oclif/issues",
10
10
  "dependencies": {
11
11
  "@aws-sdk/client-cloudfront": "^3.927.0",
12
- "@aws-sdk/client-s3": "^3.927.0",
12
+ "@aws-sdk/client-s3": "^3.932.0",
13
13
  "@inquirer/confirm": "^3.1.22",
14
14
  "@inquirer/input": "^2.2.4",
15
15
  "@inquirer/select": "^2.5.0",
16
16
  "@oclif/core": "^4.8.0",
17
17
  "@oclif/plugin-help": "^6.2.34",
18
18
  "@oclif/plugin-not-found": "^3.2.71",
19
- "@oclif/plugin-warn-if-update-available": "^3.1.52",
19
+ "@oclif/plugin-warn-if-update-available": "^3.1.53",
20
20
  "ansis": "^3.16.0",
21
21
  "async-retry": "^1.3.3",
22
22
  "change-case": "^4",