@optique/prompt 1.2.0-dev.2192 → 1.2.0-dev.2196

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 +6 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -25,7 +25,9 @@ bun add @optique/prompt
25
25
  Documentation
26
26
  -------------
27
27
 
28
- For full documentation, visit <https://optique.dev/integrations/prompt>.
28
+ For full documentation, visit the [prompt integration docs].
29
+
30
+ [prompt integration docs]: https://optique.dev/integrations/prompt
29
31
 
30
32
 
31
33
  Quick start
@@ -56,4 +58,6 @@ const name = prompt(option("--name", string()), {
56
58
  License
57
59
  -------
58
60
 
59
- MIT License. See [LICENSE](../../LICENSE) for details.
61
+ MIT License. See [LICENSE] for details.
62
+
63
+ [LICENSE]: ../../LICENSE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/prompt",
3
- "version": "1.2.0-dev.2192",
3
+ "version": "1.2.0-dev.2196",
4
4
  "description": "Generic prompt adapter support for Optique",
5
5
  "keywords": [
6
6
  "CLI",
@@ -60,16 +60,16 @@
60
60
  },
61
61
  "sideEffects": false,
62
62
  "dependencies": {
63
- "@optique/core": "1.2.0-dev.2192+fbd9db90"
63
+ "@optique/core": "1.2.0-dev.2196+93daad17"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@types/node": "^24.0.0",
67
67
  "fast-check": "^4.7.0",
68
68
  "tsdown": "^0.13.0",
69
69
  "typescript": "^5.8.3",
70
- "@optique/config": "1.2.0-dev.2192+fbd9db90",
71
- "@optique/env": "1.2.0-dev.2192+fbd9db90",
72
- "@optique/run": "1.2.0-dev.2192+fbd9db90"
70
+ "@optique/env": "1.2.0-dev.2196+93daad17",
71
+ "@optique/run": "1.2.0-dev.2196+93daad17",
72
+ "@optique/config": "1.2.0-dev.2196+93daad17"
73
73
  },
74
74
  "scripts": {
75
75
  "build": "tsdown",