Skip to content

Commit

Permalink
docs: update library package
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Feb 13, 2021
1 parent 621ba0f commit f7b889e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/js/search/search_index.js

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions docs/miscellaneous/variables.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ <h3 id="index">Index</h3>
<a href="#bleCore" title="src/app/thingy52/battery-level.component.ts"><b>bleCore</b>&nbsp;&nbsp;&nbsp;(src/.../battery-level.component.ts)</a>
</li>
<li>
<a href="#bleCore" title="src/app/thingy52/humidity.component.ts"><b>bleCore</b>&nbsp;&nbsp;&nbsp;(src/.../humidity.component.ts)</a>
<a href="#bleCore" title="src/app/thingy52/stepcounter.component.ts"><b>bleCore</b>&nbsp;&nbsp;&nbsp;(src/.../stepcounter.component.ts)</a>
</li>
<li>
<a href="#bleCore" title="src/app/thingy52/stepcounter.component.ts"><b>bleCore</b>&nbsp;&nbsp;&nbsp;(src/.../stepcounter.component.ts)</a>
<a href="#bleCore" title="src/app/thingy52/humidity.component.ts"><b>bleCore</b>&nbsp;&nbsp;&nbsp;(src/.../humidity.component.ts)</a>
</li>
<li>
<a href="#bleCore" title="src/app/thingy52/temperature.component.ts"><b>bleCore</b>&nbsp;&nbsp;&nbsp;(src/.../temperature.component.ts)</a>
Expand All @@ -74,10 +74,10 @@ <h3 id="index">Index</h3>
<a href="#bleService" title="src/app/thingy52/battery-level.component.ts"><b>bleService</b>&nbsp;&nbsp;&nbsp;(src/.../battery-level.component.ts)</a>
</li>
<li>
<a href="#bleService" title="src/app/thingy52/humidity.component.ts"><b>bleService</b>&nbsp;&nbsp;&nbsp;(src/.../humidity.component.ts)</a>
<a href="#bleService" title="src/app/thingy52/stepcounter.component.ts"><b>bleService</b>&nbsp;&nbsp;&nbsp;(src/.../stepcounter.component.ts)</a>
</li>
<li>
<a href="#bleService" title="src/app/thingy52/stepcounter.component.ts"><b>bleService</b>&nbsp;&nbsp;&nbsp;(src/.../stepcounter.component.ts)</a>
<a href="#bleService" title="src/app/thingy52/humidity.component.ts"><b>bleService</b>&nbsp;&nbsp;&nbsp;(src/.../humidity.component.ts)</a>
</li>
<li>
<a href="#bleService" title="src/app/thingy52/temperature.component.ts"><b>bleService</b>&nbsp;&nbsp;&nbsp;(src/.../temperature.component.ts)</a>
Expand All @@ -98,10 +98,10 @@ <h3 id="index">Index</h3>
<a href="#PROVIDERS" title="src/app/thingy52/battery-level.component.ts"><b>PROVIDERS</b>&nbsp;&nbsp;&nbsp;(src/.../battery-level.component.ts)</a>
</li>
<li>
<a href="#PROVIDERS" title="src/app/thingy52/humidity.component.ts"><b>PROVIDERS</b>&nbsp;&nbsp;&nbsp;(src/.../humidity.component.ts)</a>
<a href="#PROVIDERS" title="src/app/thingy52/stepcounter.component.ts"><b>PROVIDERS</b>&nbsp;&nbsp;&nbsp;(src/.../stepcounter.component.ts)</a>
</li>
<li>
<a href="#PROVIDERS" title="src/app/thingy52/stepcounter.component.ts"><b>PROVIDERS</b>&nbsp;&nbsp;&nbsp;(src/.../stepcounter.component.ts)</a>
<a href="#PROVIDERS" title="src/app/thingy52/humidity.component.ts"><b>PROVIDERS</b>&nbsp;&nbsp;&nbsp;(src/.../humidity.component.ts)</a>
</li>
<li>
<a href="#PROVIDERS" title="src/app/thingy52/temperature.component.ts"><b>PROVIDERS</b>&nbsp;&nbsp;&nbsp;(src/.../temperature.component.ts)</a>
Expand Down Expand Up @@ -205,7 +205,7 @@ <h3></h3> <table class="table table-sm table-bordered">
</tbody>
</table>
</section>
<h3>src/app/thingy52/humidity.component.ts</h3>
<h3>src/app/thingy52/stepcounter.component.ts</h3>
<section>
<h3></h3> <table class="table table-sm table-bordered">
<tbody>
Expand Down Expand Up @@ -285,7 +285,7 @@ <h3></h3> <table class="table table-sm table-bordered">
</tbody>
</table>
</section>
<h3>src/app/thingy52/stepcounter.component.ts</h3>
<h3>src/app/thingy52/humidity.component.ts</h3>
<section>
<h3></h3> <table class="table table-sm table-bordered">
<tbody>
Expand Down
3 changes: 2 additions & 1 deletion projects/manekinekko/angular-web-bluetooth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
},
"homepage": "https://github.com/manekinekko/angular-web-bluetooth",
"bugs": "https://github.com/manekinekko/angular-web-bluetooth/issues",
"description": "A Web Bluetooth (Bluetooth Low Energy) module for angular (v2+)",
"description": "The missing Web Bluetooth module for Angular",
"types": "./dist/manekinekko/angular-web-bluetooth/public_api.d.ts",
"readme": "https://github.com/manekinekko/angular-web-bluetooth/blob/main/README.md",
"private": false,
"dependencies": {
"tslib": "^2.0.0"
Expand Down

0 comments on commit f7b889e

Please sign in to comment.