@raycast/api 1.51.1 → 1.51.3
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/api.d.ts +2 -1
- package/package.json +1 -1
- package/types/index.d.ts +2 -1
package/api.d.ts
CHANGED
|
@@ -5439,7 +5439,8 @@ declare interface LabelProps {
|
|
|
5439
5439
|
}
|
|
5440
5440
|
|
|
5441
5441
|
/**
|
|
5442
|
-
* Launches another command
|
|
5442
|
+
* Launches another command. If the command does not exist, or if it's not enabled, an error will be thrown.
|
|
5443
|
+
* If the command is part of another extension, the user will be presented with a permission alert.
|
|
5443
5444
|
* Use this method if your command needs to open another command based on user interaction,
|
|
5444
5445
|
* or when an immediate background refresh should be triggered, for example when a command needs to update an associated menu-bar command.
|
|
5445
5446
|
*
|
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -5435,7 +5435,8 @@ declare interface LabelProps {
|
|
|
5435
5435
|
}
|
|
5436
5436
|
|
|
5437
5437
|
/**
|
|
5438
|
-
* Launches another command
|
|
5438
|
+
* Launches another command. If the command does not exist, or if it's not enabled, an error will be thrown.
|
|
5439
|
+
* If the command is part of another extension, the user will be presented with a permission alert.
|
|
5439
5440
|
* Use this method if your command needs to open another command based on user interaction,
|
|
5440
5441
|
* or when an immediate background refresh should be triggered, for example when a command needs to update an associated menu-bar command.
|
|
5441
5442
|
*
|