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 CHANGED
@@ -20,7 +20,7 @@ $ npm install -g kubun
20
20
  $ kubun COMMAND
21
21
  running command...
22
22
  $ kubun (--version)
23
- kubun/0.3.3 darwin-arm64 node-v24.5.0
23
+ kubun/0.3.4 darwin-arm64 node-v24.12.0
24
24
  $ kubun --help [COMMAND]
25
25
  USAGE
26
26
  $ kubun COMMAND
@@ -444,5 +444,5 @@
444
444
  ]
445
445
  }
446
446
  },
447
- "version": "0.3.3"
447
+ "version": "0.3.4"
448
448
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubun",
3
- "version": "0.3.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.1",
40
+ "@enkaku/server": "^0.12.2",
41
41
  "@enkaku/token": "0.12.3",
42
- "@hono/node-server": "^1.19.6",
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/client": "^0.3.7",
50
- "@kubun/db": "^0.3.6",
49
+ "@kubun/db": "^0.3.7",
51
50
  "@kubun/db-postgres": "^0.3.2",
52
- "@kubun/db-sqlite": "^0.3.3",
53
- "@kubun/graphql": "^0.3.10",
54
- "@kubun/http-client": "^0.3.0",
55
- "@kubun/protocol": "^0.3.6",
56
- "@kubun/server": "^0.3.8"
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.44",
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=. node --experimental-vm-modules ../../node_modules/jest/bin/jest.js",
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
  }