@therms/web-js
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -0,1 +1,8 @@ | ||
## [1.3.2](http://bitbucket.org/thermsio/web-js/compare/v1.3.1...v1.3.2) (2021-11-28) | ||
### Bug Fixes | ||
* nfc in getDevice() ([35b0fb0](http://bitbucket.org/thermsio/web-js/commits/35b0fb0e0f2c00a860d93d0e610de70ae8ce0aaa)) | ||
## [1.3.1](http://bitbucket.org/thermsio/web-js/compare/v1.3.0...v1.3.1) (2021-11-28) | ||
@@ -2,0 +9,0 @@ |
@@ -351,2 +351,3 @@ 'use strict'; | ||
microphone: permissionsState.microphone === 'granted', | ||
nfc: permissionsState.nfc === 'granted', | ||
notifications: permissionsState.notifications === 'granted', | ||
@@ -353,0 +354,0 @@ }, |
@@ -341,2 +341,3 @@ import Cookie from 'js-cookie'; | ||
microphone: permissionsState.microphone === 'granted', | ||
nfc: permissionsState.nfc === 'granted', | ||
notifications: permissionsState.notifications === 'granted', | ||
@@ -343,0 +344,0 @@ }, |
{ | ||
"name": "@therms/web-js", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Common web/JS tools & utilities", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
53587
793