@vixoniccom/aqi 0.0.1 → 0.0.2-dev.1

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,30 @@
1
+ name: Sonarqube Analysis
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - development
7
+ pull_request:
8
+ types: [opened, synchronize, reopened]
9
+
10
+ jobs:
11
+ sonarqube:
12
+ runs-on: ubuntu-latest
13
+ steps:
14
+ - uses: actions/checkout@v4
15
+ with:
16
+ # Disabling shallow clone is recommended for improving relevancy of reporting.
17
+ fetch-depth: 0
18
+
19
+ - name: SonarQube Scan
20
+ uses: sonarsource/sonarqube-scan-action@master
21
+ env:
22
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
23
+ SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
24
+
25
+ - name: SonarQube Quality Gate Check
26
+ uses: sonarsource/sonarqube-quality-gate-action@master
27
+ timeout-minutes: 5
28
+ env:
29
+ SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
30
+ SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
package/CHANGELOG.md CHANGED
@@ -2,6 +2,29 @@
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.1](https://github.com/Vixonic/store-air-quality-index/compare/v0.0.2-dev.0...v0.0.2-dev.1) (2025-08-14)
6
+
7
+
8
+ ### Features
9
+
10
+ * add github action for sonarqube ([1438455](https://github.com/Vixonic/store-air-quality-index/commit/1438455ccfc48533160b98c7efee10505ae4d642))
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * copilot issues ([b83c531](https://github.com/Vixonic/store-air-quality-index/commit/b83c53147ccb5ab227348e18263bf82660cea126))
16
+ * correct typo ([2416bdb](https://github.com/Vixonic/store-air-quality-index/commit/2416bdb2f60cee25ddd4c56b4ffd2a648030d18d))
17
+ * sonar and copilot issues ([045c729](https://github.com/Vixonic/store-air-quality-index/commit/045c729edd073cc38f5c0aa43434a9cb5f9859e6))
18
+
19
+ ### [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)
20
+
21
+
22
+ ### Features
23
+
24
+ * add sonar file ([95c76a6](https://github.com/Vixonic/store-air-quality-index/commit/95c76a6c4ad4e534d42f064ec997fc89b722180a))
25
+ * move data logic to services folder ([26036de](https://github.com/Vixonic/store-air-quality-index/commit/26036de1aad5534f7f6d1bb7518be370248fe521))
26
+ * update dependencies ([8328e08](https://github.com/Vixonic/store-air-quality-index/commit/8328e085e94d55f5811e3e1078d0676eef5babd3))
27
+
5
28
  ### [0.0.1](https://bitbucket.org/vixonic_dev/air-quality-index/compare/v0.0.1-dev.7...v0.0.1) (2025-01-28)
6
29
 
7
30
  ### [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)
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>