@staff0rd/assist 0.149.3 → 0.149.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6,7 +6,7 @@ import { Command } from "commander";
6
6
  // package.json
7
7
  var package_default = {
8
8
  name: "@staff0rd/assist",
9
- version: "0.149.3",
9
+ version: "0.149.4",
10
10
  type: "module",
11
11
  main: "dist/index.js",
12
12
  bin: {
@@ -3456,6 +3456,8 @@ function groupByOperator(tokens) {
3456
3456
  if (op === void 0) {
3457
3457
  if (typeof token !== "string") return void 0;
3458
3458
  groups[groups.length - 1].push(token);
3459
+ } else if (op === "glob") {
3460
+ groups[groups.length - 1].push(token.pattern);
3459
3461
  } else if (SEPARATOR_OPS.has(op)) {
3460
3462
  groups.push([]);
3461
3463
  } else if (UNSAFE_OPS.has(op)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@staff0rd/assist",
3
- "version": "0.149.3",
3
+ "version": "0.149.4",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "bin": {