@gunshi/definition 0.27.0-beta.1 → 0.27.0-beta.3

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 +10 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -66,6 +66,16 @@ export default define({
66
66
  })
67
67
  ```
68
68
 
69
+ About details, See the below official docs sections:
70
+
71
+ - Essentials:
72
+ - [Declarative Configuration](https://gunshi.dev/guide/essentials/declarative)
73
+ - [Type Safe](https://gunshi.dev/guide/essentials/type-safe)
74
+ - [Composable Sub-commands](https://gunshi.dev/guide/essentials/composable)
75
+ - [Lazy & Async Command Loading](https://gunshi.dev/guide/essentials/lazy-async)
76
+ - ## Advanced:
77
+ - [Type System](https://gunshi.dev/guide/advanced/type-system)
78
+
69
79
  ## ©️ License
70
80
 
71
81
  [MIT](http://opensource.org/licenses/MIT)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gunshi/definition",
3
3
  "description": "utilities for gunshi command definition",
4
- "version": "0.27.0-beta.1",
4
+ "version": "0.27.0-beta.3",
5
5
  "author": {
6
6
  "name": "kazuya kawaguchi",
7
7
  "email": "kawakazu80@gmail.com"
@@ -56,8 +56,8 @@
56
56
  "jsr": "^0.13.5",
57
57
  "jsr-exports-lint": "^0.4.1",
58
58
  "publint": "^0.3.14",
59
- "tsdown": "^0.15.6",
60
- "gunshi": "0.27.0-beta.1"
59
+ "tsdown": "0.15.9",
60
+ "gunshi": "0.27.0-beta.3"
61
61
  },
62
62
  "scripts": {
63
63
  "build": "tsdown",