kubun 0.6.2 → 0.7.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/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.6.2 darwin-arm64 node-v24.14.0
23
+ kubun/0.7.0 darwin-arm64 node-v24.14.0
24
24
  $ kubun --help [COMMAND]
25
25
  USAGE
26
26
  $ kubun COMMAND
@@ -513,5 +513,5 @@
513
513
  ]
514
514
  }
515
515
  },
516
- "version": "0.6.2"
516
+ "version": "0.7.0"
517
517
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kubun",
3
- "version": "0.6.2",
3
+ "version": "0.7.0",
4
4
  "license": "see LICENSE.md",
5
5
  "description": "Kubun CLI",
6
6
  "keywords": [],
@@ -28,25 +28,25 @@
28
28
  "topicSeparator": " "
29
29
  },
30
30
  "dependencies": {
31
- "@enkaku/codec": "^0.13.0",
32
- "@enkaku/token": "0.13.0",
31
+ "@enkaku/codec": "^0.14.0",
32
+ "@enkaku/token": "0.14.0",
33
33
  "@logtape/logtape": "^2.0.4",
34
- "@mokei/context-server": "^0.5.0",
34
+ "@mokei/context-server": "^0.6.0",
35
35
  "@oclif/core": "^4.8.3",
36
36
  "@oclif/plugin-help": "^6.2.37",
37
- "@oclif/plugin-plugins": "^5.4.56",
37
+ "@oclif/plugin-plugins": "^5.4.57",
38
38
  "graphql": "^16.13.1",
39
39
  "ora": "^9.3.0",
40
- "@kubun/graphql": "^0.6.1",
41
- "@kubun/client": "^0.6.1",
42
- "@kubun/http-server": "^0.6.2",
43
- "@kubun/mcp": "^0.6.0",
44
- "@kubun/protocol": "^0.6.0",
45
- "@kubun/http-client": "^0.6.2"
40
+ "@kubun/client": "^0.7.0",
41
+ "@kubun/http-client": "^0.7.0",
42
+ "@kubun/graphql": "^0.7.0",
43
+ "@kubun/http-server": "^0.7.0",
44
+ "@kubun/protocol": "^0.7.0",
45
+ "@kubun/mcp": "^0.7.0"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@oclif/test": "^4.1.16",
49
- "oclif": "^4.22.82",
49
+ "oclif": "^4.22.85",
50
50
  "ts-node": "^10",
51
51
  "typescript": "^5.9.3"
52
52
  },