@alteriom/painlessmesh 1.9.6 → 1.9.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alteriom/painlessmesh",
3
- "version": "1.9.6",
3
+ "version": "1.9.7",
4
4
  "description": "painlessMesh is a user-friendly library for creating mesh networks with ESP8266 and ESP32 devices. This Alteriom fork includes additional packages for sensor data (SensorPackage), device commands (CommandPackage), and status monitoring (StatusPackage). It handles routing and network management automatically, so you can focus on your application. The library uses JSON-based messaging and syncs time across all nodes, making it ideal for coordinated behaviour like synchronized light displays or sensor networks reporting to a central node.",
5
5
  "keywords": [
6
6
  "arduino",
@@ -39,11 +39,11 @@
39
39
  "url": "https://github.com/Alteriom/painlessMesh/issues"
40
40
  },
41
41
  "devDependencies": {
42
- "@alteriom/mqtt-schema": "^0.7.3",
43
- "@eslint/js": "^9.0.0",
42
+ "@alteriom/mqtt-schema": "^0.8.0",
43
+ "@eslint/js": "^9.39.1",
44
44
  "ajv": "^8.17.1",
45
45
  "ajv-formats": "^3.0.1",
46
- "prettier": "^3.0.0"
46
+ "prettier": "^3.7.4"
47
47
  },
48
48
  "scripts": {
49
49
  "test": "run-parts --regex catch_ bin/ || echo 'Tests completed'",
@@ -29,10 +29,10 @@
29
29
  /**
30
30
  * @brief AlteriomPainlessMesh library version information
31
31
  */
32
- #define ALTERIOM_PAINLESS_MESH_VERSION "1.8.13"
32
+ #define ALTERIOM_PAINLESS_MESH_VERSION "1.9.7"
33
33
  #define ALTERIOM_PAINLESS_MESH_VERSION_MAJOR 1
34
- #define ALTERIOM_PAINLESS_MESH_VERSION_MINOR 8
35
- #define ALTERIOM_PAINLESS_MESH_VERSION_PATCH 13
34
+ #define ALTERIOM_PAINLESS_MESH_VERSION_MINOR 9
35
+ #define ALTERIOM_PAINLESS_MESH_VERSION_PATCH 7
36
36
 
37
37
  /**
38
38
  * @brief Library description and usage information