This commit is contained in:
2026-04-04 00:19:01 +09:00
parent 6e8a1018b3
commit 2efa5ec057
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -5,13 +5,13 @@
## インストール ## インストール
```bash ```bash
# npm # npm
npm install git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.4 npm install git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.5
# yarn # yarn
yarn add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.4 yarn add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.5
# pnpm # pnpm
pnpm add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.4 pnpm add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.5
``` ```
> **NOTE** > **NOTE**
> このSDKはnpmリポジトリがありません。Gitリポジトリを使用しています。 > このSDKはnpmリポジトリがありません。Gitリポジトリを使用しています。
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "better-uwuzu-sdk", "name": "better-uwuzu-sdk",
"version": "1.1.4", "version": "1.1.5",
"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",