geek-custom-api-core 0.0.63 → 0.0.64
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/.history/{package_20260310213944.json → package_20260413113743.json} +6 -2
- package/.history/{package_20260310215253.json → package_20260413113744.json} +6 -2
- package/dist/api/app/comment/entity/comment.entity.d.ts +1 -0
- package/dist/api/app/comment/entity/comment.entity.js +6 -0
- package/dist/api/app/comment/entity/comment.entity.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "geek-custom-api-core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.64",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"@nestjs/common": "^10.3.9",
|
|
25
25
|
"@nestjs/config": "^3.2.2",
|
|
26
26
|
"@nestjs/core": "^10.3.9",
|
|
27
|
+
"@nestjs/event-emitter": "^2.1.1",
|
|
27
28
|
"@nestjs/jwt": "^10.1.0",
|
|
28
29
|
"@nestjs/mapped-types": "^2.0.2",
|
|
29
30
|
"@nestjs/passport": "^10.0.0",
|
|
@@ -53,7 +54,7 @@
|
|
|
53
54
|
"devDependencies": {
|
|
54
55
|
"@nestjs/cli": "^10.0.0",
|
|
55
56
|
"@nestjs/schematics": "^9.0.0",
|
|
56
|
-
"@nestjs/testing": "^
|
|
57
|
+
"@nestjs/testing": "^10.4.22",
|
|
57
58
|
"@types/bcrypt": "^5.0.0",
|
|
58
59
|
"@types/express": "^4.17.13",
|
|
59
60
|
"@types/jest": "^29.5.0",
|
|
@@ -90,6 +91,9 @@
|
|
|
90
91
|
"transform": {
|
|
91
92
|
"^.+\\.(t|j)s$": "ts-jest"
|
|
92
93
|
},
|
|
94
|
+
"moduleNameMapper": {
|
|
95
|
+
"^src/(.*)$": "<rootDir>/$1"
|
|
96
|
+
},
|
|
93
97
|
"collectCoverageFrom": [
|
|
94
98
|
"**/*.(t|j)s"
|
|
95
99
|
],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "geek-custom-api-core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.64",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"@nestjs/common": "^10.3.9",
|
|
25
25
|
"@nestjs/config": "^3.2.2",
|
|
26
26
|
"@nestjs/core": "^10.3.9",
|
|
27
|
+
"@nestjs/event-emitter": "^2.1.1",
|
|
27
28
|
"@nestjs/jwt": "^10.1.0",
|
|
28
29
|
"@nestjs/mapped-types": "^2.0.2",
|
|
29
30
|
"@nestjs/passport": "^10.0.0",
|
|
@@ -53,7 +54,7 @@
|
|
|
53
54
|
"devDependencies": {
|
|
54
55
|
"@nestjs/cli": "^10.0.0",
|
|
55
56
|
"@nestjs/schematics": "^9.0.0",
|
|
56
|
-
"@nestjs/testing": "^
|
|
57
|
+
"@nestjs/testing": "^10.4.22",
|
|
57
58
|
"@types/bcrypt": "^5.0.0",
|
|
58
59
|
"@types/express": "^4.17.13",
|
|
59
60
|
"@types/jest": "^29.5.0",
|
|
@@ -90,6 +91,9 @@
|
|
|
90
91
|
"transform": {
|
|
91
92
|
"^.+\\.(t|j)s$": "ts-jest"
|
|
92
93
|
},
|
|
94
|
+
"moduleNameMapper": {
|
|
95
|
+
"^src/(.*)$": "<rootDir>/$1"
|
|
96
|
+
},
|
|
93
97
|
"collectCoverageFrom": [
|
|
94
98
|
"**/*.(t|j)s"
|
|
95
99
|
],
|
|
@@ -59,6 +59,12 @@ __decorate([
|
|
|
59
59
|
(0, class_transformer_1.Exclude)({ toClassOnly: true }),
|
|
60
60
|
__metadata("design:type", Number)
|
|
61
61
|
], Comment.prototype, "memberNo", void 0);
|
|
62
|
+
__decorate([
|
|
63
|
+
(0, typeorm_1.Column)(),
|
|
64
|
+
(0, class_validator_1.IsString)(),
|
|
65
|
+
(0, swagger_1.ApiProperty)({ description: '첨부파일', required: false }),
|
|
66
|
+
__metadata("design:type", String)
|
|
67
|
+
], Comment.prototype, "attachment", void 0);
|
|
62
68
|
__decorate([
|
|
63
69
|
(0, typeorm_1.Column)(),
|
|
64
70
|
(0, class_validator_1.IsString)(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"comment.entity.js","sourceRoot":"","sources":["../../../../../src/api/app/comment/entity/comment.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8C;AAC9C,yDAA4C;AAC5C,qDAMyB;AACzB,2EAA+D;AAC/D,uDAAoD;AACpD,qCAAyC;AAGlC,IAAM,OAAO,GAAb,MAAM,OAAQ,SAAQ,4BAAY;
|
|
1
|
+
{"version":3,"file":"comment.entity.js","sourceRoot":"","sources":["../../../../../src/api/app/comment/entity/comment.entity.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6CAA8C;AAC9C,yDAA4C;AAC5C,qDAMyB;AACzB,2EAA+D;AAC/D,uDAAoD;AACpD,qCAAyC;AAGlC,IAAM,OAAO,GAAb,MAAM,OAAQ,SAAQ,4BAAY;CA4CxC,CAAA;AA5CY,0BAAO;AAKhB;IAJC,IAAA,gBAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAW,EAAC,EAAE,WAAW,EAAE,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACtD,IAAA,2BAAO,EAAC,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC;;2CACZ;AAMnB;IAJC,IAAA,gBAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;IACZ,IAAA,qBAAW,EAAC,EAAE,WAAW,EAAE,YAAY,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;0CAC1C;AAKlB;IAHC,IAAA,gBAAM,GAAE;IACR,IAAA,wBAAM,EAAC,mBAAY,CAAC;IACpB,IAAA,qBAAW,EAAC,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;4CAChC;AAK1B;IAHC,IAAA,gBAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAW,EAAC,EAAE,WAAW,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;2CACxC;AAMnB;IAJC,IAAA,gBAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAW,EAAC,EAAE,WAAW,EAAE,kBAAkB,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IAChE,IAAA,2BAAO,EAAC,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC;;yCACd;AAMjB;IAJC,IAAA,gBAAM,GAAE;IACR,IAAA,gCAAc,GAAE;IAChB,IAAA,qBAAW,EAAC,EAAE,WAAW,EAAE,UAAU,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;IACxD,IAAA,2BAAO,EAAC,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC;;yCACd;AAKjB;IAHC,IAAA,gBAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAW,EAAC,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;;2CACnC;AAKnB;IAHC,IAAA,gBAAM,GAAE;IACR,IAAA,0BAAQ,GAAE;IACV,IAAA,qBAAW,EAAC,EAAE,WAAW,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;;wCACnC;kBA3CP,OAAO;IADnB,IAAA,gBAAM,EAAC,YAAY,CAAC;GACR,OAAO,CA4CnB"}
|