step-node-agent 3.27.4 → 3.27.6

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.
@@ -109,7 +109,7 @@ function expand(str, isTop) {
109
109
  var isOptions = m.body.indexOf(',') >= 0;
110
110
  if (!isSequence && !isOptions) {
111
111
  // {a},b}
112
- if (m.post.match(/,.*\}/)) {
112
+ if (m.post.match(/,(?!,).*\}/)) {
113
113
  str = m.pre + '{' + m.body + escClose + m.post;
114
114
  return expand(str);
115
115
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "brace-expansion",
3
3
  "description": "Brace expansion as known from sh/bash",
4
- "version": "1.1.11",
4
+ "version": "1.1.12",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git://github.com/juliangruber/brace-expansion.git"
@@ -43,5 +43,8 @@
43
43
  "iphone/6.0..latest",
44
44
  "android-browser/4.2..latest"
45
45
  ]
46
+ },
47
+ "publishConfig": {
48
+ "tag": "1.x"
46
49
  }
47
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "step-node-agent",
3
- "version": "3.27.4",
3
+ "version": "3.27.6",
4
4
  "description": "The official STEP Agent implementation for Node.js",
5
5
  "main": "index.js",
6
6
  "scripts": {