keyborg 2.3.0 → 2.3.1-canary.0

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
@@ -560,7 +560,7 @@ function disposeKeyborg(instance) {
560
560
  * Copyright (c) Microsoft Corporation. All rights reserved.
561
561
  * Licensed under the MIT License.
562
562
  */
563
- const version = "2.3.0";
563
+ const version = "2.3.1-canary.0";
564
564
 
565
565
  exports.KEYBORG_FOCUSIN = KEYBORG_FOCUSIN;
566
566
  exports.Keyborg = Keyborg;
@@ -556,7 +556,7 @@ function disposeKeyborg(instance) {
556
556
  * Copyright (c) Microsoft Corporation. All rights reserved.
557
557
  * Licensed under the MIT License.
558
558
  */
559
- const version = "2.3.0";
559
+ const version = "2.3.1-canary.0";
560
560
 
561
561
  export { KEYBORG_FOCUSIN, Keyborg, createKeyborg, disposeKeyborg, getLastFocusedProgrammatically, nativeFocus, version };
562
562
  //# sourceMappingURL=keyborg.esm.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keyborg",
3
- "version": "2.3.0",
3
+ "version": "2.3.1-canary.0",
4
4
  "description": "Keyboard Navigation Detection for Web",
5
5
  "author": "Marat Abdullin <marata@microsoft.com>",
6
6
  "license": "MIT",