@raycast/api 1.103.4 → 1.103.6

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.
@@ -1138,5 +1138,5 @@
1138
1138
  ]
1139
1139
  }
1140
1140
  },
1141
- "version": "1.103.4"
1141
+ "version": "1.103.6"
1142
1142
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raycast/api",
3
- "version": "1.103.4",
3
+ "version": "1.103.6",
4
4
  "description": "Build extensions for Raycast with React and Node.js.",
5
5
  "author": "Raycast Technologies Ltd.",
6
6
  "homepage": "https://developers.raycast.com",
package/types/index.d.ts CHANGED
@@ -5856,7 +5856,18 @@ export declare namespace Keyboard {
5856
5856
  */
5857
5857
  key: KeyEquivalent;
5858
5858
  } | {
5859
- windows: {
5859
+ Windows: {
5860
+ /**
5861
+ * The modifier keys of the keyboard shortcut.
5862
+ */
5863
+ modifiers: KeyModifier[];
5864
+ /**
5865
+ * The key of the keyboard shortcut.
5866
+ */
5867
+ key: KeyEquivalent;
5868
+ };
5869
+ /** @deprecated Use Windows instead */
5870
+ windows?: {
5860
5871
  /**
5861
5872
  * The modifier keys of the keyboard shortcut.
5862
5873
  */