yukichant 6.0.1 → 6.0.2

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/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,6 +6,10 @@
6
6
  yukichantは、テキストデータを詠唱呪文(魔法の言葉)に変換するコマンドです。
7
7
  また変換した詠唱呪文は、元のテキストデータにデコードすることができます。
8
8
 
9
+ ## Demo
10
+
11
+ - ブラウザで試せるデモページ: [https://amanoese.github.io/yukichant/](https://amanoese.github.io/yukichant/)
12
+
9
13
  ## 特徴
10
14
 
11
15
  - **エンコード/デコード**: 任意のテキストを日本語の呪文風文章に変換し、復号できます。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yukichant",
3
- "version": "6.0.1",
3
+ "version": "6.0.2",
4
4
  "description": "",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -46,7 +46,7 @@
46
46
  "@semantic-release/github": "^12.0.6",
47
47
  "conventional-changelog-conventionalcommits": "^9.1.0",
48
48
  "husky": "^9.1.7",
49
- "jest": "^27.4.7",
49
+ "jest": "^30.3.0",
50
50
  "jest-extended": "^1.2.0",
51
51
  "semantic-release": "^25.0.3"
52
52
  },