realreport 1.1.0 → 1.1.3

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 +2 -2
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # RealReport
2
2
 
3
- [RealReport](https://reaal-report.com)는 Javascript 리포팅 라이브러리입니다.
3
+ [RealReport](https://real-report.com)는 Javascript 리포팅 라이브러리입니다.
4
4
 
5
- RealReport 사용하려면 반드시 제품 [라이선스](https://real-report.com/license)가 필요합니다. 라이선스를 발급 받고 제품을 다운로드하는 더 자세한 방법은 [라이선스 발급](https://reaal-report.com/license) 페이지를 참조하세요.
5
+ RealReport 사용하려면 반드시 제품 [라이선스](https://real-report.com/license)가 필요합니다. 라이선스를 발급 받고 제품을 다운로드하는 더 자세한 방법은 [라이선스 발급](https://real-report.com/license) 페이지를 참조하세요.
6
6
 
7
7
  ## JavaScript 설치
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "realreport",
3
- "version": "1.1.0",
3
+ "version": "1.1.3",
4
4
  "description": "RealReport Runtime Viewer",
5
5
  "license": "LICENSE.md",
6
6
  "author": {
@@ -48,8 +48,11 @@
48
48
  "copyfiles": "^2.4.1",
49
49
  "eslint": "^8.5.0",
50
50
  "eslint-plugin-jest": "^25.3.2",
51
+ "http-server": "^14.1.0",
51
52
  "jest": "^27.4.5",
53
+ "jszip": "^3.7.1",
52
54
  "match-url-wildcard": "0.0.4",
55
+ "npm-packlist": "^3.0.0",
53
56
  "prettier": "^2.5.1",
54
57
  "rimraf": "^3.0.2",
55
58
  "rollup": "^2.61.1",
@@ -64,4 +67,4 @@
64
67
  "typescript": "^4.5.4"
65
68
  },
66
69
  "dependencies": {}
67
- }
70
+ }