@optique/logtape 1.0.0-dev.1533 → 1.0.0-dev.1547

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/index.cjs CHANGED
@@ -527,6 +527,8 @@ function loggingOptions(config) {
527
527
  $stateType: [],
528
528
  priority: 0,
529
529
  usage: [],
530
+ leadingNames: /* @__PURE__ */ new Set(),
531
+ acceptingAnyToken: false,
530
532
  initialState: void 0,
531
533
  parse: (context) => ({
532
534
  success: true,
package/dist/index.js CHANGED
@@ -504,6 +504,8 @@ function loggingOptions(config) {
504
504
  $stateType: [],
505
505
  priority: 0,
506
506
  usage: [],
507
+ leadingNames: /* @__PURE__ */ new Set(),
508
+ acceptingAnyToken: false,
507
509
  initialState: void 0,
508
510
  parse: (context) => ({
509
511
  success: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/logtape",
3
- "version": "1.0.0-dev.1533+25e020de",
3
+ "version": "1.0.0-dev.1547+bde3f632",
4
4
  "description": "LogTape logging integration for Optique CLI parser",
5
5
  "keywords": [
6
6
  "CLI",
@@ -63,7 +63,7 @@
63
63
  }
64
64
  },
65
65
  "dependencies": {
66
- "@optique/core": "1.0.0-dev.1533+25e020de"
66
+ "@optique/core": "1.0.0-dev.1547+bde3f632"
67
67
  },
68
68
  "devDependencies": {
69
69
  "@logtape/file": "^2.0.4",