jssm 5.162.9 → 5.162.10

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.
@@ -111,7 +111,7 @@ function parseFslArgs(argv, spec) {
111
111
  return { positional, flags, helpText };
112
112
  }
113
113
 
114
- const getVersion = () => "5.162.9";
114
+ const getVersion = () => "5.162.10";
115
115
  const SPEC = {
116
116
  flags: {
117
117
  help: { short: "h", boolean: true },