keyborg 3.237.0-canary.0 → 3.239.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.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -334,7 +334,7 @@ function disposeKeyborg(instance) {
|
|
|
334
334
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
335
335
|
* Licensed under the MIT License.
|
|
336
336
|
*/
|
|
337
|
-
const version = "3.
|
|
337
|
+
const version = "3.239.0-canary.0";
|
|
338
338
|
//#endregion
|
|
339
339
|
exports.KEYBORG_FOCUSIN = KEYBORG_FOCUSIN;
|
|
340
340
|
exports.KEYBORG_FOCUSOUT = KEYBORG_FOCUSOUT;
|
package/dist/index.js
CHANGED
|
@@ -333,7 +333,7 @@ function disposeKeyborg(instance) {
|
|
|
333
333
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
|
334
334
|
* Licensed under the MIT License.
|
|
335
335
|
*/
|
|
336
|
-
const version = "3.
|
|
336
|
+
const version = "3.239.0-canary.0";
|
|
337
337
|
//#endregion
|
|
338
338
|
export { KEYBORG_FOCUSIN, KEYBORG_FOCUSOUT, createKeyborg, disposeKeyborg, getLastFocusedProgrammatically, nativeFocus, version };
|
|
339
339
|
|