@ddunigma/node 3.0.0 → 3.0.1

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 +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,13 @@ V2 추가사항
8
8
 
9
9
  - 이제 한글 종성 결합 시스템을 활용하여 8개 기본 문자 × 8개 종성으로 64가지 조합을 만들어, 6비트를 한 글자로 표현합니다.
10
10
 
11
+ ### Credits
12
+
13
+ - Original Python Implementation by:
14
+ - [@i3ls](https://github.com/i3l3)
15
+ - [@gunu3371](https://github.com/gunu3371)
16
+ - Original Repository: [ddunigma](https://github.com/i3l3/ddunigma)
17
+
11
18
  ## Requirements
12
19
 
13
20
  - **Node.js >= 18.0.0**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ddunigma/node",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "main": "dist/index.cjs",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",