node-red-contrib-line-messaging-api 0.3.2 → 0.3.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 +1 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,14 +4,6 @@ LINE Messagin APIのNode-REDのノードです。
4
4
 
5
5
  LINE Messagin APIを利用できるNode-REDのノードです。
6
6
 
7
- 以下のAPIを利用できます。
8
-
9
- - LINE Messaging API
10
- - Webhook & Reply Message
11
- - Push Message
12
- - BloadCast Message
13
- - LINE Notify
14
-
15
7
  ## インストール
16
8
 
17
9
  ```
@@ -22,7 +14,7 @@ or
22
14
 
23
15
  AdminタブからInstall
24
16
 
25
- ## 利用イメージ
17
+ ## 利用できるAPIと利用イメージ
26
18
 
27
19
  ### Webhook & Reply Message
28
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-line-messaging-api",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "Node-REDでLINE Botが作れます。",
5
5
  "main": "line.js",
6
6
  "repository": {