v1.1.4 #16

Merged
last2014 merged 4 commits from develop into main 2026-01-25 03:59:20 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit fc325be4c7 - Show all commits
+3 -3
View File
@@ -5,13 +5,13 @@
## インストール
```bash
# npm
npm install git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.3
npm install git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.4
# yarn
yarn add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.3
yarn add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.4
# pnpm
pnpm add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.3
pnpm add git+https://gitea.last2014.com/last2014/better-uwuzu-sdk.git#1.1.4
```
> **NOTE**
> このSDKはnpmリポジトリがありません。Gitリポジトリを使用しています。
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "better-uwuzu-sdk",
"version": "1.1.3",
"version": "1.1.4",
"description": "A better uwuzu SDK.",
"main": "dist/index.js",
"types": "dist/types/index.d.ts",