Skip to content

Commit f7b889e

Browse files
committed
docs: update library package
1 parent 621ba0f commit f7b889e

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

docs/js/search/search_index.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/miscellaneous/variables.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ <h3 id="index">Index</h3>
6262
<a href="#bleCore" title="src/app/thingy52/battery-level.component.ts"><b>bleCore</b>&nbsp;&nbsp;&nbsp;(src/.../battery-level.component.ts)</a>
6363
</li>
6464
<li>
65-
<a href="#bleCore" title="src/app/thingy52/humidity.component.ts"><b>bleCore</b>&nbsp;&nbsp;&nbsp;(src/.../humidity.component.ts)</a>
65+
<a href="#bleCore" title="src/app/thingy52/stepcounter.component.ts"><b>bleCore</b>&nbsp;&nbsp;&nbsp;(src/.../stepcounter.component.ts)</a>
6666
</li>
6767
<li>
68-
<a href="#bleCore" title="src/app/thingy52/stepcounter.component.ts"><b>bleCore</b>&nbsp;&nbsp;&nbsp;(src/.../stepcounter.component.ts)</a>
68+
<a href="#bleCore" title="src/app/thingy52/humidity.component.ts"><b>bleCore</b>&nbsp;&nbsp;&nbsp;(src/.../humidity.component.ts)</a>
6969
</li>
7070
<li>
7171
<a href="#bleCore" title="src/app/thingy52/temperature.component.ts"><b>bleCore</b>&nbsp;&nbsp;&nbsp;(src/.../temperature.component.ts)</a>
@@ -74,10 +74,10 @@ <h3 id="index">Index</h3>
7474
<a href="#bleService" title="src/app/thingy52/battery-level.component.ts"><b>bleService</b>&nbsp;&nbsp;&nbsp;(src/.../battery-level.component.ts)</a>
7575
</li>
7676
<li>
77-
<a href="#bleService" title="src/app/thingy52/humidity.component.ts"><b>bleService</b>&nbsp;&nbsp;&nbsp;(src/.../humidity.component.ts)</a>
77+
<a href="#bleService" title="src/app/thingy52/stepcounter.component.ts"><b>bleService</b>&nbsp;&nbsp;&nbsp;(src/.../stepcounter.component.ts)</a>
7878
</li>
7979
<li>
80-
<a href="#bleService" title="src/app/thingy52/stepcounter.component.ts"><b>bleService</b>&nbsp;&nbsp;&nbsp;(src/.../stepcounter.component.ts)</a>
80+
<a href="#bleService" title="src/app/thingy52/humidity.component.ts"><b>bleService</b>&nbsp;&nbsp;&nbsp;(src/.../humidity.component.ts)</a>
8181
</li>
8282
<li>
8383
<a href="#bleService" title="src/app/thingy52/temperature.component.ts"><b>bleService</b>&nbsp;&nbsp;&nbsp;(src/.../temperature.component.ts)</a>
@@ -98,10 +98,10 @@ <h3 id="index">Index</h3>
9898
<a href="#PROVIDERS" title="src/app/thingy52/battery-level.component.ts"><b>PROVIDERS</b>&nbsp;&nbsp;&nbsp;(src/.../battery-level.component.ts)</a>
9999
</li>
100100
<li>
101-
<a href="#PROVIDERS" title="src/app/thingy52/humidity.component.ts"><b>PROVIDERS</b>&nbsp;&nbsp;&nbsp;(src/.../humidity.component.ts)</a>
101+
<a href="#PROVIDERS" title="src/app/thingy52/stepcounter.component.ts"><b>PROVIDERS</b>&nbsp;&nbsp;&nbsp;(src/.../stepcounter.component.ts)</a>
102102
</li>
103103
<li>
104-
<a href="#PROVIDERS" title="src/app/thingy52/stepcounter.component.ts"><b>PROVIDERS</b>&nbsp;&nbsp;&nbsp;(src/.../stepcounter.component.ts)</a>
104+
<a href="#PROVIDERS" title="src/app/thingy52/humidity.component.ts"><b>PROVIDERS</b>&nbsp;&nbsp;&nbsp;(src/.../humidity.component.ts)</a>
105105
</li>
106106
<li>
107107
<a href="#PROVIDERS" title="src/app/thingy52/temperature.component.ts"><b>PROVIDERS</b>&nbsp;&nbsp;&nbsp;(src/.../temperature.component.ts)</a>
@@ -205,7 +205,7 @@ <h3></h3> <table class="table table-sm table-bordered">
205205
</tbody>
206206
</table>
207207
</section>
208-
<h3>src/app/thingy52/humidity.component.ts</h3>
208+
<h3>src/app/thingy52/stepcounter.component.ts</h3>
209209
<section>
210210
<h3></h3> <table class="table table-sm table-bordered">
211211
<tbody>
@@ -285,7 +285,7 @@ <h3></h3> <table class="table table-sm table-bordered">
285285
</tbody>
286286
</table>
287287
</section>
288-
<h3>src/app/thingy52/stepcounter.component.ts</h3>
288+
<h3>src/app/thingy52/humidity.component.ts</h3>
289289
<section>
290290
<h3></h3> <table class="table table-sm table-bordered">
291291
<tbody>

projects/manekinekko/angular-web-bluetooth/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@
1818
},
1919
"homepage": "https://github.com/manekinekko/angular-web-bluetooth",
2020
"bugs": "https://github.com/manekinekko/angular-web-bluetooth/issues",
21-
"description": "A Web Bluetooth (Bluetooth Low Energy) module for angular (v2+)",
21+
"description": "The missing Web Bluetooth module for Angular",
2222
"types": "./dist/manekinekko/angular-web-bluetooth/public_api.d.ts",
23+
"readme": "https://github.com/manekinekko/angular-web-bluetooth/blob/main/README.md",
2324
"private": false,
2425
"dependencies": {
2526
"tslib": "^2.0.0"

0 commit comments

Comments
 (0)