@optique/run 1.0.0-dev.1197 → 1.0.0-dev.1200

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/dist/run.d.cts CHANGED
@@ -332,7 +332,9 @@ type AcceptExactOptionalRunOptions<TOptions> = [TOptions] extends [RunOptions |
332
332
  * // myapp --format=<TAB> # Use completion
333
333
  * ```
334
334
  *
335
- * @since 0.11.0 Added support for {@link Program} objects.
335
+ * Supports {@link Program} objects.
336
+ *
337
+ * @since 1.0.0
336
338
  */
337
339
  declare function run<T extends Parser<Mode, unknown, unknown>, const TContexts extends NonEmptySourceContexts>(parser: T, options: RunOptions & {
338
340
  readonly contexts: TContexts;
package/dist/run.d.ts CHANGED
@@ -332,7 +332,9 @@ type AcceptExactOptionalRunOptions<TOptions> = [TOptions] extends [RunOptions |
332
332
  * // myapp --format=<TAB> # Use completion
333
333
  * ```
334
334
  *
335
- * @since 0.11.0 Added support for {@link Program} objects.
335
+ * Supports {@link Program} objects.
336
+ *
337
+ * @since 1.0.0
336
338
  */
337
339
  declare function run<T extends Parser<Mode, unknown, unknown>, const TContexts extends NonEmptySourceContexts>(parser: T, options: RunOptions & {
338
340
  readonly contexts: TContexts;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/run",
3
- "version": "1.0.0-dev.1197+8fa87a88",
3
+ "version": "1.0.0-dev.1200+810bacf1",
4
4
  "description": "Type-safe combinatorial command-line interface parser",
5
5
  "keywords": [
6
6
  "CLI",
@@ -70,7 +70,7 @@
70
70
  },
71
71
  "sideEffects": false,
72
72
  "dependencies": {
73
- "@optique/core": "1.0.0-dev.1197+8fa87a88"
73
+ "@optique/core": "1.0.0-dev.1200+810bacf1"
74
74
  },
75
75
  "devDependencies": {
76
76
  "@types/node": "^20.19.9",