kadai 0.7.1 → 1.0.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -983,7 +983,7 @@ var init_commands = __esm(() => {
983
983
  var require_package = __commonJS((exports, module) => {
984
984
  module.exports = {
985
985
  name: "kadai",
986
- version: "0.7.1",
986
+ version: "1.0.0",
987
987
  type: "module",
988
988
  bin: {
989
989
  kadai: "./dist/cli.js"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kadai",
3
- "version": "0.7.1",
3
+ "version": "1.0.0",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "kadai": "./dist/cli.js"