takuhon 0.3.0 → 0.5.0
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "takuhon",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Takuhon — open-source portable profile server. This bare-name package is a thin redirect to @takuhon/cli; install it (`npm i -g takuhon`) to expose the `takuhon` CLI globally.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": "Takuhon contributors",
|
|
@@ -38,6 +38,6 @@
|
|
|
38
38
|
"node": ">=22.0.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@takuhon/cli": "0.
|
|
41
|
+
"@takuhon/cli": "0.5.0"
|
|
42
42
|
}
|
|
43
43
|
}
|