@gunshi/combinators 0.29.3 → 0.29.5

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/lib/index.js +1 -2
  2. package/package.json +4 -4
package/lib/index.js CHANGED
@@ -516,6 +516,5 @@ function extend(base, overrides) {
516
516
  for (const key of Object.keys(overrides)) result[key] = overrides[key];
517
517
  return result;
518
518
  }
519
-
520
519
  //#endregion
521
- export { args, boolean, choice, combinator, describe, extend, float, integer, map, merge, multiple, number, positional, required, short, string, unrequired, withDefault };
520
+ export { args, boolean, choice, combinator, describe, extend, float, integer, map, merge, multiple, number, positional, required, short, string, unrequired, withDefault };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gunshi/combinators",
3
3
  "description": "parser combinators for gunshi argument schema",
4
- "version": "0.29.3",
4
+ "version": "0.29.5",
5
5
  "author": {
6
6
  "name": "kazuya kawaguchi",
7
7
  "email": "kawakazu80@gmail.com"
@@ -52,12 +52,12 @@
52
52
  }
53
53
  },
54
54
  "devDependencies": {
55
- "deno": "^2.7.4",
56
- "jsr": "^0.13.5",
55
+ "deno": "^2.7.11",
56
+ "jsr": "^0.14.3",
57
57
  "jsr-exports-lint": "^0.4.2",
58
58
  "publint": "^0.3.18",
59
59
  "tsdown": "0.15.12",
60
- "gunshi": "0.29.3"
60
+ "gunshi": "0.29.5"
61
61
  },
62
62
  "scripts": {
63
63
  "build": "tsdown",