@vixoniccom/aqi 0.0.1-dev.7 → 0.0.2-dev.0

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/CHANGELOG.md CHANGED
@@ -2,6 +2,17 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.0.2-dev.0](https://github.com/Vixonic/store-air-quality-index/compare/v0.0.1...v0.0.2-dev.0) (2025-08-14)
6
+
7
+
8
+ ### Features
9
+
10
+ * add sonar file ([95c76a6](https://github.com/Vixonic/store-air-quality-index/commit/95c76a6c4ad4e534d42f064ec997fc89b722180a))
11
+ * move data logic to services folder ([26036de](https://github.com/Vixonic/store-air-quality-index/commit/26036de1aad5534f7f6d1bb7518be370248fe521))
12
+ * update dependencies ([8328e08](https://github.com/Vixonic/store-air-quality-index/commit/8328e085e94d55f5811e3e1078d0676eef5babd3))
13
+
14
+ ### [0.0.1](https://bitbucket.org/vixonic_dev/air-quality-index/compare/v0.0.1-dev.7...v0.0.1) (2025-01-28)
15
+
5
16
  ### [0.0.1-dev.7](https://bitbucket.org/vixonic_dev/air-quality-index/compare/v0.0.1-dev.6...v0.0.1-dev.7) (2025-01-13)
6
17
 
7
18
 
package/build/index.html CHANGED
@@ -1 +1 @@
1
- <!doctype html><html style="position: absolute; height:100%; width: 100%; overflow: hidden;"><head><title></title><meta charset="utf-8"><script src="main.js"></script></head><body style="margin:0; overflow: hidden;"><div id="root" style="position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden;"></div></body></html>
1
+ <!doctype html><html lang="en" style="position:absolute;height:100%;width:100%;overflow:hidden"><head><title></title><meta charset="utf-8"/></head><body style="margin:0;overflow:hidden"><div id="root" style="position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden"></div><script src="./main.js"></script></body></html>