@optique/core 1.0.0-dev.688 → 1.0.0-dev.690

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/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,7 +35,8 @@ Quick example
35
35
 
36
36
  ~~~~ typescript
37
37
  import { runParser } from "@optique/core/facade";
38
- import { object, option, argument } from "@optique/core/parser";
38
+ import { option, argument } from "@optique/core/primitives";
39
+ import { object } from "@optique/core/constructs";
39
40
  import { string, integer } from "@optique/core/valueparser";
40
41
  import process from "node:process";
41
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/core",
3
- "version": "1.0.0-dev.688+29c3a506",
3
+ "version": "1.0.0-dev.690+bf6538f6",
4
4
  "description": "Type-safe combinatorial command-line interface parser",
5
5
  "keywords": [
6
6
  "CLI",