@dssp/dkpi 1.0.15 → 1.0.17
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dssp/dkpi",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.17",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@dssp/integration-allbaro": "^1.0.5",
|
|
52
52
|
"@dssp/integration-kiscon": "^1.0.5",
|
|
53
|
-
"@dssp/project": "^1.0.
|
|
53
|
+
"@dssp/project": "^1.0.17",
|
|
54
54
|
"@material/web": "^2.4.0",
|
|
55
55
|
"@operato/chart": "^10.0.0",
|
|
56
56
|
"@operato/gantt": "^10.0.0",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@things-factory/builder": "^10.0.0"
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "fe13467a5bc0a0f2b00b795856cfc65c809378a2"
|
|
111
111
|
}
|
package/schema.graphql
CHANGED
|
@@ -10432,7 +10432,7 @@ input ProjectPatch {
|
|
|
10432
10432
|
"""발주 유형 (PUBLIC: 공공, PRIVATE: 민간)"""
|
|
10433
10433
|
sectorType: String
|
|
10434
10434
|
|
|
10435
|
-
"""
|
|
10435
|
+
"""공사 시방서 PDF URL (https 전체 URL)"""
|
|
10436
10436
|
siteSpecPdfUrl: String
|
|
10437
10437
|
|
|
10438
10438
|
"""프로젝트 착공일정"""
|