mqtt-json-rpc 1.3.6 → 1.3.7

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.
package/README.md CHANGED
@@ -250,7 +250,7 @@ CLOSE
250
250
  License
251
251
  -------
252
252
 
253
- Copyright (c) 2018-2022 Dr. Ralf S. Engelschall (http://engelschall.com/)
253
+ Copyright (c) 2018-2023 Dr. Ralf S. Engelschall (http://engelschall.com/)
254
254
 
255
255
  Permission is hereby granted, free of charge, to any person obtaining
256
256
  a copy of this software and associated documentation files (the
package/eslint.yaml CHANGED
@@ -1,6 +1,6 @@
1
1
  ##
2
2
  ## MQTT-JSON-RPC -- JSON-RPC protocol over MQTT communication
3
- ## Copyright (c) 2018-2022 Dr. Ralf S. Engelschall <rse@engelschall.com>
3
+ ## Copyright (c) 2018-2023 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
4
  ##
5
5
  ## Permission is hereby granted, free of charge, to any person obtaining
6
6
  ## a copy of this software and associated documentation files (the
package/mqtt-json-rpc.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  ** MQTT-JSON-RPC -- JSON-RPC protocol over MQTT communication
3
- ** Copyright (c) 2018-2022 Dr. Ralf S. Engelschall <rse@engelschall.com>
3
+ ** Copyright (c) 2018-2023 Dr. Ralf S. Engelschall <rse@engelschall.com>
4
4
  **
5
5
  ** Permission is hereby granted, free of charge, to any person obtaining
6
6
  ** a copy of this software and associated documentation files (the
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mqtt-json-rpc",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "description": "JSON-RPC protocol over MQTT communication",
5
5
  "keywords": [ "json-rpc", "json", "rpc", "mqtt" ],
6
6
  "main": "./mqtt-json-rpc.js",
@@ -17,9 +17,9 @@
17
17
  "homepage": "https://github.com/rse/mqtt-json-rpc",
18
18
  "bugs": "https://github.com/rse/mqtt-json-rpc/issues",
19
19
  "devDependencies": {
20
- "eslint": "8.13.0",
20
+ "eslint": "8.36.0",
21
21
  "eslint-config-standard": "17.0.0",
22
- "eslint-plugin-import": "2.26.0",
22
+ "eslint-plugin-import": "2.27.5",
23
23
  "eslint-plugin-node": "11.1.0",
24
24
  "mqtt": "4.3.7"
25
25
  },
@@ -27,8 +27,8 @@
27
27
  "mqtt": ">=4.0.0"
28
28
  },
29
29
  "dependencies": {
30
- "pure-uuid": "1.6.2",
31
- "encodr": "1.3.2",
30
+ "pure-uuid": "1.6.3",
31
+ "encodr": "1.3.4",
32
32
  "jsonrpc-lite": "2.2.0"
33
33
  },
34
34
  "engines": {