jssm 5.147.2 → 5.147.4

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