smartplant 0.1.2 → 0.1.4

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
@@ -1,7 +1,8 @@
1
1
 
2
2
  # SmartPlant
3
3
 
4
- ![banner](docs/banner.png)
4
+ [![HEADER](https://github.com/pigeonposse/.github/blob/main/docs/banner-smartplant.png?raw=true)](https://github.com/pigeonposse)
5
+
5
6
 
6
7
  **SmartPlant** is a pioneering library designed for plant care with AI technology, aimed at integrating automated alerts with multi-language support. This standard prototype library is crafted for intelligent devices that manage plant care, enhancing the level of interaction and intelligence between plants and their owners. The core idea behind SmartPlant is to pave the way for advancements in plant care technology. It serves as a foundation for developing more sophisticated solutions and experimenting with innovative devices that cater to the needs of plants. By leveraging this library, developers can contribute to evolving the ecosystem of smart plant care.
7
8
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smartplant",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "A library for managing plant care with alerts and multi-language support.",
5
5
  "main": "comingsoon.js",
6
6
  "type": "module",
@@ -26,6 +26,7 @@
26
26
  ],
27
27
  "author": "Alejo Malia <alejomalia@gmail.com>",
28
28
  "files": [
29
+ "./docs/banner.png",
29
30
  "./README.md"
30
31
  ],
31
32
  "publishConfig": {
@@ -100,6 +101,9 @@
100
101
  {
101
102
  "name": "lib"
102
103
  },
104
+ {
105
+ "name": "env"
106
+ },
103
107
  {
104
108
  "name": "all"
105
109
  }