@bagooon/chatease-node-client 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <a href="https://chatease.jp/" target="_blank"><img width="500" height="107" alt="ChatEase" src="https://github.com/user-attachments/assets/f65e3f07-0ab8-4f41-986c-2fb121d04e12" /></a>
1
+ <a href="https://chatease.jp/"><img width="500" height="106" alt="ChatEase logo" src="./.github/assets/chatease_logo.svg" /></a>
2
2
 
3
3
  # @bagooon/chatease-node-client
4
4
 
@@ -6,7 +6,7 @@
6
6
  [![CI](https://github.com/bagooon/chatease-node-client/actions/workflows/ci.yml/badge.svg)](https://github.com/bagooon/chatease-node-client/actions/workflows/ci.yml)
7
7
  [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
8
8
 
9
- Node.js 向けの **[ChatEase](https://chatease.jp "ChatEase.jp") チャットボード API クライアント** です。
9
+ Node.js 向けの **[ChatEase](https://chatease.jp "ChatEase.jp") チャットボード新規追加 API クライアント** です。
10
10
  サーバーサイド(Node.js)専用で、ブラウザからの利用は想定していません。
11
11
 
12
12
  > ⚠️ This package is **Node.js-only**.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bagooon/chatease-node-client",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Node.js-only client for ChatEase board API",
5
5
  "repository": {
6
6
  "type": "git",