keyborg 2.3.0 → 2.4.0-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 +1 -1
- package/dist/keyborg.esm.js +1 -1
- package/package.json +1 -1
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.
|
|
563
|
+
const version = "2.4.0-canary.0";
|
|
564
564
|
|
|
565
565
|
exports.KEYBORG_FOCUSIN = KEYBORG_FOCUSIN;
|
|
566
566
|
exports.Keyborg = Keyborg;
|
package/dist/keyborg.esm.js
CHANGED
|
@@ -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.
|
|
559
|
+
const version = "2.4.0-canary.0";
|
|
560
560
|
|
|
561
561
|
export { KEYBORG_FOCUSIN, Keyborg, createKeyborg, disposeKeyborg, getLastFocusedProgrammatically, nativeFocus, version };
|
|
562
562
|
//# sourceMappingURL=keyborg.esm.js.map
|