diff --git a/@sammo/api_def/package.json b/@sammo/api_def/package.json index cea9f64..d0565aa 100644 --- a/@sammo/api_def/package.json +++ b/@sammo/api_def/package.json @@ -11,7 +11,7 @@ "scripts": { "build": "tsc --build" }, - "author": "", + "author": "Hide_D ", "type": "module", "license": "MIT", "dependencies": { diff --git a/@sammo/client/package.json b/@sammo/client/package.json index 3b8d6f4..c4d1aab 100644 --- a/@sammo/client/package.json +++ b/@sammo/client/package.json @@ -12,7 +12,7 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "format": "prettier --write src/" }, - "author": "", + "author": "Hide_D ", "type": "module", "license": "MIT", "dependencies": { diff --git a/@sammo/crypto/package.json b/@sammo/crypto/package.json index 36050da..9e9acdf 100644 --- a/@sammo/crypto/package.json +++ b/@sammo/crypto/package.json @@ -18,7 +18,7 @@ "build": "tsc --build", "test": "jest" }, - "author": "", + "author": "Hide_D ", "type": "module", "license": "MIT", "dependencies": { diff --git a/@sammo/game_logic/package.json b/@sammo/game_logic/package.json index a0aee2d..e24b063 100644 --- a/@sammo/game_logic/package.json +++ b/@sammo/game_logic/package.json @@ -6,7 +6,7 @@ "scripts": { "build": "tsc --build" }, - "author": "", + "author": "Hide_D ", "type": "module", "license": "MIT", "dependencies": { diff --git a/@sammo/gateway_client/package.json b/@sammo/gateway_client/package.json index b162dfb..fde88e3 100644 --- a/@sammo/gateway_client/package.json +++ b/@sammo/gateway_client/package.json @@ -12,7 +12,7 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "format": "prettier --write src/" }, - "author": "", + "author": "Hide_D ", "type": "module", "license": "MIT", "dependencies": { diff --git a/@sammo/gateway_server/package.json b/@sammo/gateway_server/package.json index 59e031b..91d5b27 100644 --- a/@sammo/gateway_server/package.json +++ b/@sammo/gateway_server/package.json @@ -10,7 +10,7 @@ ".": "./dist/index.js", "./exports": "./dist/exports.js" }, - "author": "", + "author": "Hide_D ", "type": "module", "license": "MIT", "dependencies": { diff --git a/@sammo/secure_token/package.json b/@sammo/secure_token/package.json index ed10fb7..a7a5806 100644 --- a/@sammo/secure_token/package.json +++ b/@sammo/secure_token/package.json @@ -6,7 +6,7 @@ "scripts": { "build": "tsc --build" }, - "author": "", + "author": "Hide_D ", "type": "module", "license": "MIT", "dependencies": { diff --git a/@sammo/server/package.json b/@sammo/server/package.json index d7194d7..194ff04 100644 --- a/@sammo/server/package.json +++ b/@sammo/server/package.json @@ -6,7 +6,7 @@ "scripts": { "build": "tsc --build" }, - "author": "", + "author": "Hide_D ", "type": "module", "license": "MIT", "dependencies": { diff --git a/@sammo/server_util/package.json b/@sammo/server_util/package.json index 3131d02..626f01b 100644 --- a/@sammo/server_util/package.json +++ b/@sammo/server_util/package.json @@ -8,7 +8,7 @@ }, "type": "module", "keywords": [], - "author": "", + "author": "Hide_D ", "license": "MIT", "dependencies": { "@sammo/api_def": "workspace:^", diff --git a/@sammo/util/package.json b/@sammo/util/package.json index 8c321a8..d853326 100644 --- a/@sammo/util/package.json +++ b/@sammo/util/package.json @@ -16,7 +16,7 @@ }, "type": "module", "keywords": [], - "author": "", + "author": "Hide_D ", "license": "MIT", "devDependencies": { "@types/node": "^20.6.3", diff --git a/@strpc/client_ky/package.json b/@strpc/client_ky/package.json index 98379e5..fb58e75 100644 --- a/@strpc/client_ky/package.json +++ b/@strpc/client_ky/package.json @@ -18,7 +18,7 @@ "build": "tsc --build" }, "type": "module", - "author": "", + "author": "Hide_D ", "license": "MIT", "peerDependencies": { "ky": "^1.0.1", diff --git a/@strpc/def/package.json b/@strpc/def/package.json index 95bd123..8daecad 100644 --- a/@strpc/def/package.json +++ b/@strpc/def/package.json @@ -12,6 +12,6 @@ "build": "tsc --build" }, "type": "module", - "author": "", + "author": "Hide_D ", "license": "MIT" } diff --git a/@strpc/express/package.json b/@strpc/express/package.json index 3dd1a05..0f9481f 100644 --- a/@strpc/express/package.json +++ b/@strpc/express/package.json @@ -12,7 +12,7 @@ "./proc_decorator": "./dist/proc_decorator.js" }, "type": "module", - "author": "", + "author": "Hide_D ", "license": "MIT", "dependencies": { "@strpc/def": "workspace:^"