shell-dsl 0.0.30 → 0.0.31

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,4 +1,5 @@
1
1
  export { escape, escapeForInterpolation } from "./escape.ts";
2
2
  export { expandEscapes } from "./expand-escapes.ts";
3
+ export { globVirtualFS, type GlobVirtualFS, type GlobOptions } from "./glob.ts";
3
4
  export { createFlagParser, type FlagDefinition, type CommandSpec, type FlagError, type ParseResult, type FlagParser, } from "./flag-parser.ts";
4
5
  export { matchGlob } from "./match-glob.ts";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shell-dsl",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "A sandboxed shell-style DSL for running scriptable command pipelines in-process without host OS access",
5
5
  "author": "ricsam <oss@ricsam.dev>",
6
6
  "license": "MIT",