@optique/core 1.0.0-dev.496 → 1.0.0-dev.498

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.
@@ -36,7 +36,7 @@ interface OrOptions {
36
36
  /**
37
37
  * Context information about what types of inputs are expected,
38
38
  * used for generating contextual error messages.
39
- * @since 1.0.0
39
+ * @since 0.7.0
40
40
  */
41
41
  interface NoMatchContext {
42
42
  /**
@@ -36,7 +36,7 @@ interface OrOptions {
36
36
  /**
37
37
  * Context information about what types of inputs are expected,
38
38
  * used for generating contextual error messages.
39
- * @since 1.0.0
39
+ * @since 0.7.0
40
40
  */
41
41
  interface NoMatchContext {
42
42
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/core",
3
- "version": "1.0.0-dev.496+8724e51b",
3
+ "version": "1.0.0-dev.498+913c3deb",
4
4
  "description": "Type-safe combinatorial command-line interface parser",
5
5
  "keywords": [
6
6
  "CLI",