@simplysm/sd-cli 7.0.272 → 7.0.273

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 +1 -0
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -81,6 +81,7 @@ sd-cli add db-lib main
81
81
  추가 작업
82
82
  * [각 패키지에 orm 설정](docs/conf-orm.md)
83
83
  * [DB 라이브러리 패키지에 모델 추가](#DB-라이브러리-패키지에-모델-추가)
84
+ * [테스트 환경 구성](docs/add-tests.md)
84
85
 
85
86
  ### 패키지별 세부기능 추가
86
87
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplysm/sd-cli",
3
- "version": "7.0.272",
3
+ "version": "7.0.273",
4
4
  "description": "심플리즘 패키지 - CLI",
5
5
  "author": "김석래",
6
6
  "repository": {
@@ -23,11 +23,11 @@
23
23
  "@babel/parser": "^7.17.0",
24
24
  "@babel/types": "^7.17.0",
25
25
  "@ngtools/webpack": "^13.2.2",
26
- "@simplysm/sd-core-common": "7.0.272",
27
- "@simplysm/sd-core-node": "7.0.272",
28
- "@simplysm/sd-service-common": "7.0.272",
29
- "@simplysm/sd-service-server": "7.0.272",
30
- "@simplysm/sd-storage": "7.0.272",
26
+ "@simplysm/sd-core-common": "7.0.273",
27
+ "@simplysm/sd-core-node": "7.0.273",
28
+ "@simplysm/sd-service-common": "7.0.273",
29
+ "@simplysm/sd-service-server": "7.0.273",
30
+ "@simplysm/sd-storage": "7.0.273",
31
31
  "browserslist": "^4.19.1",
32
32
  "chokidar": "^3.5.3",
33
33
  "connect": "^3.7.0",