keyborg 1.1.0 → 1.1.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.
package/dist/index.js CHANGED
@@ -489,7 +489,7 @@ function disposeKeyborg(instance) {
489
489
  * Copyright (c) Microsoft Corporation. All rights reserved.
490
490
  * Licensed under the MIT License.
491
491
  */
492
- const version = "1.1.0";
492
+ const version = "1.1.1";
493
493
 
494
494
  exports.KEYBORG_FOCUSIN = KEYBORG_FOCUSIN;
495
495
  exports.Keyborg = Keyborg;
@@ -485,7 +485,7 @@ function disposeKeyborg(instance) {
485
485
  * Copyright (c) Microsoft Corporation. All rights reserved.
486
486
  * Licensed under the MIT License.
487
487
  */
488
- const version = "1.1.0";
488
+ const version = "1.1.1";
489
489
 
490
490
  export { KEYBORG_FOCUSIN, Keyborg, createKeyborg, disposeKeyborg, getLastFocusedProgrammatically, nativeFocus, version };
491
491
  //# sourceMappingURL=keyborg.esm.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keyborg",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Keyboard Navigation Detection for Web",
5
5
  "author": "Marat Abdullin <marata@microsoft.com>",
6
6
  "license": "MIT",