@artilleryio/int-commons 2.0.0-9eb8ab5 → 2.0.0-c6ee732

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/engine_util.js +1 -1
  2. package/package.json +1 -1
package/engine_util.js CHANGED
@@ -606,7 +606,7 @@ function extractRegExp(doc, expr, opts) {
606
606
  if (!match) {
607
607
  return '';
608
608
  }
609
-
609
+
610
610
  if (group && match.groups) {
611
611
  return match.groups[group];
612
612
  } else if (match[0]) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artilleryio/int-commons",
3
- "version": "2.0.0-9eb8ab5",
3
+ "version": "2.0.0-c6ee732",
4
4
  "main": "./index.js",
5
5
  "dependencies": {
6
6
  "async": "^2.6.4",