@bagooon/chatease-node-client 0.1.0 → 0.1.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -46,7 +46,7 @@ pnpm add @bagooon/chatease-node-client
46
46
  ## Quick Start
47
47
 
48
48
  ```ts
49
- import { ChatEaseClient } from '@hashimoto-giken/chatease-node-client'
49
+ import { ChatEaseClient } from '@bagooon/chatease-node-client'
50
50
 
51
51
  const chatease = new ChatEaseClient({
52
52
  apiToken: process.env.CHATEASE_API_TOKEN!,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bagooon/chatease-node-client",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Node.js-only client for ChatEase board API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",