@optique/temporal 1.0.0-dev.680 → 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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -36,7 +36,7 @@ The following example uses the `plainDate()` value parser to accept a date in
36
36
 
37
37
  ~~~~ typescript
38
38
  import { run } from "@optique/run";
39
- import { option } from "@optique/core/parser";
39
+ import { option } from "@optique/core/primitives";
40
40
  import { plainDate } from "@optique/temporal";
41
41
 
42
42
  const cli = run({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/temporal",
3
- "version": "1.0.0-dev.680+e3db1f18",
3
+ "version": "1.0.0-dev.690+bf6538f6",
4
4
  "description": "Temporal value parsers for Optique",
5
5
  "keywords": [
6
6
  "CLI",
@@ -56,7 +56,7 @@
56
56
  "sideEffects": false,
57
57
  "dependencies": {
58
58
  "@js-temporal/polyfill": "^0.5.1",
59
- "@optique/core": "1.0.0-dev.680+e3db1f18"
59
+ "@optique/core": "1.0.0-dev.690+bf6538f6"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@types/node": "^20.19.9",