node-red-contrib-line-messaging-api 0.4.6 → 0.4.8

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.
@@ -0,0 +1 @@
1
+ [{"id":"096cb3e255e1b829","type":"Webhook","z":"931e5724030367c8","name":"","url":"/webhook","x":440,"y":100,"wires":[["6d93abb0a2bc40e0"]]},{"id":"42288021cbcf6467","type":"ReplyMessage_New","z":"931e5724030367c8","name":"","lineConfig":"ecd98ffb90c981ef","replyMessage":"","x":840,"y":140,"wires":[["ae5832685cd2ecdd"]]},{"id":"ae5832685cd2ecdd","type":"debug","z":"931e5724030367c8","name":"debug 6","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","targetType":"msg","statusVal":"","statusType":"auto","x":1040,"y":160,"wires":[]},{"id":"6d93abb0a2bc40e0","type":"Loading","z":"931e5724030367c8","name":"","lineConfig":"ecd98ffb90c981ef","loadingSeconds":"5","waitForCompletion":false,"x":620,"y":120,"wires":[["42288021cbcf6467"]]},{"id":"ecd98ffb90c981ef","type":"lineConfig","botName":"ももたろう","botIconUrl":""},{"id":"b97607cb6437f264","type":"global-config","env":[],"modules":{"node-red-contrib-line-messaging-api":"0.4.4"}}]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-line-messaging-api",
3
- "version": "0.4.6",
3
+ "version": "0.4.8",
4
4
  "description": "Node-RED nodes for LINE Messaging API integration. Build LINE Bots easily with visual programming.",
5
5
  "main": "line.js",
6
6
  "repository": {
@@ -12,6 +12,7 @@
12
12
  "test": "echo \"Error: no test specified\" && exit 1"
13
13
  },
14
14
  "node-red": {
15
+ "version": ">=3.1.0",
15
16
  "nodes": {
16
17
  "Webhook": "./nodes/webhook/webhook.js",
17
18
  "ReplyMessage_New": "./nodes/_new/reply/reply.js",
@@ -38,6 +39,9 @@
38
39
  ],
39
40
  "author": "n0bisuke",
40
41
  "license": "Apache 2.0",
42
+ "engines": {
43
+ "node": ">=18"
44
+ },
41
45
  "dependencies": {
42
46
  "@line/bot-sdk": "~10.5.0",
43
47
  "body-parser": "~1.19.1",