keyborg 2.6.0-canary.0 → 2.6.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/esm/index.js CHANGED
@@ -457,7 +457,7 @@ function disposeKeyborg(instance) {
457
457
  }
458
458
 
459
459
  // src/index.ts
460
- var version = "2.6.0-canary.0";
460
+ var version = "2.6.0";
461
461
  export {
462
462
  KEYBORG_FOCUSIN,
463
463
  KEYBORG_FOCUSOUT,
package/dist/index.js CHANGED
@@ -488,7 +488,7 @@ function disposeKeyborg(instance) {
488
488
  }
489
489
 
490
490
  // src/index.ts
491
- var version = "2.6.0-canary.0";
491
+ var version = "2.6.0";
492
492
  // Annotate the CommonJS export names for ESM import in node:
493
493
  0 && (module.exports = {
494
494
  KEYBORG_FOCUSIN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keyborg",
3
- "version": "2.6.0-canary.0",
3
+ "version": "2.6.0",
4
4
  "description": "Keyboard Navigation Detection for Web",
5
5
  "author": "Marat Abdullin <marata@microsoft.com>",
6
6
  "license": "MIT",