Merge pull request 'v1.0.3' (#11) from develop into main
Reviewed-on: #11
This commit was merged in pull request #11.
This commit is contained in:
@@ -5,13 +5,13 @@
|
|||||||
## インストール
|
## インストール
|
||||||
```bash
|
```bash
|
||||||
# npm
|
# 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
|
||||||
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
|
||||||
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**
|
> **NOTE**
|
||||||
> このSDKはnpmリポジトリがありません。Gitリポジトリを使用しています。
|
> このSDKはnpmリポジトリがありません。Gitリポジトリを使用しています。
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "better-uwuzu-sdk",
|
"name": "better-uwuzu-sdk",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "A better uwuzu SDK.",
|
"description": "A better uwuzu SDK.",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/types/index.d.ts",
|
"types": "dist/types/index.d.ts",
|
||||||
|
|||||||
Vendored
+2
-2
@@ -35,12 +35,12 @@ export type ApiMap =
|
|||||||
& UeuseMentions
|
& UeuseMentions
|
||||||
& UeuseSearch
|
& UeuseSearch
|
||||||
& UeuseCreate
|
& UeuseCreate
|
||||||
& UeuseDelete
|
& UeuseDelete<string>
|
||||||
& UeuseBookmark
|
& UeuseBookmark
|
||||||
& FavoriteChange
|
& FavoriteChange
|
||||||
& FavoriteGet
|
& FavoriteGet
|
||||||
& TokenGet
|
& TokenGet
|
||||||
& AdminUsers
|
& AdminUsers
|
||||||
& AdminUsersSanction
|
& AdminUsersSanction<string>
|
||||||
& AdminReports
|
& AdminReports
|
||||||
& AdminReportsResolve;
|
& AdminReportsResolve;
|
||||||
Reference in New Issue
Block a user