Compare commits
2 Commits
7ceb9eb639
...
fb5c188972
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fb5c188972 | ||
|
|
a08682ef68 |
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@baekyangdan/core-utils",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.14",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@baekyangdan/core-utils",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.14",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@swc/core": "^1.15.5",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@baekyangdan/core-utils",
|
||||
"version": "1.0.13",
|
||||
"version": "1.0.14",
|
||||
"description": "Common Repo",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
||||
@@ -13,7 +13,7 @@ export class SignupRequestDTO extends BaseRequestDTO {
|
||||
nickname!: string;
|
||||
|
||||
@IsString()
|
||||
accoundId!: string;
|
||||
accountId!: string;
|
||||
|
||||
@IsString()
|
||||
@Matches(PasswordFormat)
|
||||
|
||||
Reference in New Issue
Block a user