diff --git a/README.md b/README.md index 92d4c4b..91a265b 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ ## インストール ```bash # npm -npm install git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.0.1 +npm install git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.0.3 # yarn -yarn add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.0.1 +yarn add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.0.3 # pnpm -pnpm add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.0.1 +pnpm add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.0.3 ``` > **NOTE** > このSDKはnpmリポジトリがありません。Gitリポジトリを使用しています。 diff --git a/package.json b/package.json index 15392ef..9b3adb2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "better-uwuzu-sdk", - "version": "1.0.2", + "version": "1.0.3", "description": "A better uwuzu SDK.", "main": "dist/index.js", "types": "dist/types/index.d.ts", diff --git a/src/1.6.8/types/api/map.d.ts b/src/1.6.8/types/api/map.d.ts index 4df5ec7..7095beb 100644 --- a/src/1.6.8/types/api/map.d.ts +++ b/src/1.6.8/types/api/map.d.ts @@ -35,12 +35,12 @@ export type ApiMap = & UeuseMentions & UeuseSearch & UeuseCreate - & UeuseDelete + & UeuseDelete & UeuseBookmark & FavoriteChange & FavoriteGet & TokenGet & AdminUsers - & AdminUsersSanction + & AdminUsersSanction & AdminReports & AdminReportsResolve; \ No newline at end of file