@socketsecurity/cli-with-sentry 1.0.101 → 1.0.102

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.
@@ -1 +1 @@
1
- {"version":3,"file":"coana-fix.d.mts","sourceRoot":"","sources":["../../../../src/commands/fix/coana-fix.mts"],"names":[],"mappings":"AA8BA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAChD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAE9C,wBAAsB,QAAQ,CAC5B,SAAS,EAAE,SAAS,GACnB,OAAO,CAAC,OAAO,CAAC;IAAE,KAAK,EAAE,OAAO,CAAA;CAAE,CAAC,CAAC,CA6RtC"}
1
+ {"version":3,"file":"coana-fix.d.mts","sourceRoot":"","sources":["../../../../src/commands/fix/coana-fix.mts"],"names":[],"mappings":"AA8BA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAA;AAChD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,iBAAiB,CAAA;AAE9C,wBAAsB,QAAQ,CAC5B,SAAS,EAAE,SAAS,GACnB,OAAO,CAAC,OAAO,CAAC;IAAE,KAAK,EAAE,OAAO,CAAA;CAAE,CAAC,CAAC,CA+RtC"}
package/dist/utils.js CHANGED
@@ -2631,7 +2631,7 @@ function cmdFlagValueToArray(flagValue) {
2631
2631
  return flagValue.trim().split(/, */);
2632
2632
  }
2633
2633
  if (Array.isArray(flagValue)) {
2634
- return flagValue.flatMap(v => v.split(/, */));
2634
+ return flagValue.flatMap(cmdFlagValueToArray);
2635
2635
  }
2636
2636
  return [];
2637
2637
  }
@@ -4195,5 +4195,5 @@ exports.toFilterConfig = toFilterConfig;
4195
4195
  exports.updateConfigValue = updateConfigValue;
4196
4196
  exports.walkNestedMap = walkNestedMap;
4197
4197
  exports.writeSocketJson = writeSocketJson;
4198
- //# debugId=1548800f-eb54-4ca4-b24f-724bfdaf19db
4198
+ //# debugId=959050a9-b4ef-473d-b6d3-d5b716295e2f
4199
4199
  //# sourceMappingURL=utils.js.map