@gunshi/combinators 0.30.8 → 0.31.0

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.
package/lib/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- //#region ../../node_modules/.pnpm/args-tokens@0.24.3/node_modules/args-tokens/lib/resolver.d.ts
1
+ //#region ../../node_modules/.pnpm/args-tokens@0.25.0/node_modules/args-tokens/lib/resolver.d.ts
2
2
 
3
3
  //#region src/resolver.d.ts
4
4
  /**
@@ -439,7 +439,7 @@ interface Args {
439
439
  * @typeParam T - {@link Args | Arguments} which is an object that defines the command line arguments.
440
440
  */
441
441
  //#endregion
442
- //#region ../../node_modules/.pnpm/args-tokens@0.24.3/node_modules/args-tokens/lib/combinators.d.ts
442
+ //#region ../../node_modules/.pnpm/args-tokens@0.25.0/node_modules/args-tokens/lib/combinators.d.ts
443
443
  //#region src/combinators.d.ts
444
444
  /**
445
445
  * @author kazuya kawaguchi (a.k.a. kazupon)
package/lib/index.js CHANGED
@@ -1,4 +1,8 @@
1
- //#region ../../node_modules/.pnpm/args-tokens@0.24.3/node_modules/args-tokens/lib/combinators.js
1
+ //#region ../../node_modules/.pnpm/args-tokens@0.25.0/node_modules/args-tokens/lib/combinators.js
2
+ /**
3
+ * @author kazuya kawaguchi (a.k.a. kazupon)
4
+ * @license MIT
5
+ */
2
6
  /**
3
7
  * Create a string argument schema with optional validation.
4
8
  *
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.30.8",
4
+ "version": "0.31.0",
5
5
  "author": {
6
6
  "name": "kazuya kawaguchi",
7
7
  "email": "kawakazu80@gmail.com"
@@ -57,7 +57,7 @@
57
57
  "jsr-exports-lint": "^0.4.2",
58
58
  "publint": "^0.3.20",
59
59
  "tsdown": "0.21.0",
60
- "gunshi": "0.30.8"
60
+ "gunshi": "0.31.0"
61
61
  },
62
62
  "scripts": {
63
63
  "build": "tsdown",