kubun 0.3.3 → 0.3.4
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/README.md +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "kubun",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4",
|
|
4
4
|
"license": "see LICENSE.md",
|
|
5
5
|
"description": "Kubun CLI",
|
|
6
6
|
"keywords": [],
|
|
@@ -37,27 +37,27 @@
|
|
|
37
37
|
"@enkaku/async": "^0.12.2",
|
|
38
38
|
"@enkaku/codec": "^0.12.0",
|
|
39
39
|
"@enkaku/http-server-transport": "^0.12.2",
|
|
40
|
-
"@enkaku/server": "^0.12.
|
|
40
|
+
"@enkaku/server": "^0.12.2",
|
|
41
41
|
"@enkaku/token": "0.12.3",
|
|
42
|
-
"@hono/node-server": "^1.19.
|
|
42
|
+
"@hono/node-server": "^1.19.8",
|
|
43
43
|
"@oclif/core": "^4.8.0",
|
|
44
44
|
"@oclif/plugin-help": "^6.2.36",
|
|
45
45
|
"@oclif/plugin-plugins": "^5.4.54",
|
|
46
46
|
"get-port": "^7.1.0",
|
|
47
47
|
"graphql": "^16.12.0",
|
|
48
48
|
"ora": "^9.0.0",
|
|
49
|
-
"@kubun/
|
|
50
|
-
"@kubun/db": "^0.3.6",
|
|
49
|
+
"@kubun/db": "^0.3.7",
|
|
51
50
|
"@kubun/db-postgres": "^0.3.2",
|
|
52
|
-
"@kubun/
|
|
53
|
-
"@kubun/
|
|
54
|
-
"@kubun/http-client": "^0.3.
|
|
55
|
-
"@kubun/
|
|
56
|
-
"@kubun/
|
|
51
|
+
"@kubun/graphql": "^0.3.14",
|
|
52
|
+
"@kubun/db-sqlite": "^0.3.4",
|
|
53
|
+
"@kubun/http-client": "^0.3.1",
|
|
54
|
+
"@kubun/server": "^0.3.13",
|
|
55
|
+
"@kubun/client": "^0.3.8",
|
|
56
|
+
"@kubun/protocol": "^0.3.11"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@oclif/test": "^4.1.15",
|
|
60
|
-
"oclif": "^4.22.
|
|
60
|
+
"oclif": "^4.22.63",
|
|
61
61
|
"shx": "^0.4.0",
|
|
62
62
|
"ts-node": "^10",
|
|
63
63
|
"typescript": "^5.9.3"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"build": "shx rm -rf dist && tsc -b",
|
|
68
68
|
"posttest": "pnpm run lint",
|
|
69
69
|
"test:types": "tsc --noEmit --skipLibCheck",
|
|
70
|
-
"test:unit": "OCLIF_TEST_ROOT=.
|
|
70
|
+
"test:unit": "OCLIF_TEST_ROOT=. vitest run",
|
|
71
71
|
"test": "pnpm run test:types && pnpm run test:unit",
|
|
72
72
|
"version": "oclif readme && git add README.md"
|
|
73
73
|
}
|