asterix-parser 1.0.0 → 1.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 +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,13 +4,19 @@
4
4
 
5
5
  - 모듈로 확인할 수 있는 내용
6
6
  - 배열 내의 객체 형태로 Asterix 데이터 파싱 결과.
7
- - 현재 구현된 내용: Category 021
7
+ - 현재 구현된 내용: Category 021 (Edition Number: 2.5)
8
8
 
9
9
  **기술 스택**
10
10
 
11
11
  ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
12
12
  ![Jest](https://img.shields.io/badge/-jest-%23C21325?style=for-the-badge&logo=jest&logoColor=white)
13
13
 
14
+ ---
15
+ ### 설치 방법
16
+ ```
17
+ npm install asterix-validator
18
+ npm install asterix-parser
19
+ ```
14
20
  ---
15
21
  ### 사용 예시
16
22
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asterix-parser",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/chung5072/asterix-validator"