@raycast/api 1.103.4 → 1.103.5

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.
@@ -482,79 +482,6 @@
482
482
  "index.js"
483
483
  ]
484
484
  },
485
- "logout": {
486
- "aliases": [],
487
- "args": {},
488
- "description": "Log out of your Raycast account",
489
- "flags": {
490
- "exit-on-error": {
491
- "aliases": [
492
- "exitOnError"
493
- ],
494
- "deprecateAliases": true,
495
- "helpGroup": "GLOBAL",
496
- "name": "exit-on-error",
497
- "summary": "Always exit with non-zero code on error",
498
- "allowNo": true,
499
- "type": "boolean"
500
- },
501
- "emoji": {
502
- "helpGroup": "GLOBAL",
503
- "name": "emoji",
504
- "summary": "Prefix output with emojis 🌈",
505
- "allowNo": false,
506
- "type": "boolean"
507
- },
508
- "help": {
509
- "helpGroup": "GLOBAL",
510
- "name": "help",
511
- "summary": "Show the help message for the command",
512
- "allowNo": false,
513
- "type": "boolean"
514
- },
515
- "non-interactive": {
516
- "char": "I",
517
- "helpGroup": "GLOBAL",
518
- "name": "non-interactive",
519
- "summary": "Disable interactive outputs, useful for CI",
520
- "allowNo": false,
521
- "type": "boolean"
522
- },
523
- "target": {
524
- "char": "t",
525
- "description": "Raycast app target",
526
- "helpGroup": "GLOBAL",
527
- "hidden": true,
528
- "name": "target",
529
- "hasDynamicHelp": false,
530
- "multiple": false,
531
- "options": [
532
- "debug",
533
- "internal",
534
- "release",
535
- "x",
536
- "x-development",
537
- "x-internal"
538
- ],
539
- "type": "option"
540
- }
541
- },
542
- "hasDynamicHelp": false,
543
- "hiddenAliases": [],
544
- "id": "logout",
545
- "pluginAlias": "ray",
546
- "pluginName": "ray",
547
- "pluginType": "core",
548
- "strict": true,
549
- "enableJsonFlag": false,
550
- "isESM": false,
551
- "relativePath": [
552
- "dist",
553
- "commands",
554
- "logout",
555
- "index.js"
556
- ]
557
- },
558
485
  "migrate": {
559
486
  "aliases": [],
560
487
  "args": {},
@@ -1136,7 +1063,80 @@
1136
1063
  "version",
1137
1064
  "index.js"
1138
1065
  ]
1066
+ },
1067
+ "logout": {
1068
+ "aliases": [],
1069
+ "args": {},
1070
+ "description": "Log out of your Raycast account",
1071
+ "flags": {
1072
+ "exit-on-error": {
1073
+ "aliases": [
1074
+ "exitOnError"
1075
+ ],
1076
+ "deprecateAliases": true,
1077
+ "helpGroup": "GLOBAL",
1078
+ "name": "exit-on-error",
1079
+ "summary": "Always exit with non-zero code on error",
1080
+ "allowNo": true,
1081
+ "type": "boolean"
1082
+ },
1083
+ "emoji": {
1084
+ "helpGroup": "GLOBAL",
1085
+ "name": "emoji",
1086
+ "summary": "Prefix output with emojis 🌈",
1087
+ "allowNo": false,
1088
+ "type": "boolean"
1089
+ },
1090
+ "help": {
1091
+ "helpGroup": "GLOBAL",
1092
+ "name": "help",
1093
+ "summary": "Show the help message for the command",
1094
+ "allowNo": false,
1095
+ "type": "boolean"
1096
+ },
1097
+ "non-interactive": {
1098
+ "char": "I",
1099
+ "helpGroup": "GLOBAL",
1100
+ "name": "non-interactive",
1101
+ "summary": "Disable interactive outputs, useful for CI",
1102
+ "allowNo": false,
1103
+ "type": "boolean"
1104
+ },
1105
+ "target": {
1106
+ "char": "t",
1107
+ "description": "Raycast app target",
1108
+ "helpGroup": "GLOBAL",
1109
+ "hidden": true,
1110
+ "name": "target",
1111
+ "hasDynamicHelp": false,
1112
+ "multiple": false,
1113
+ "options": [
1114
+ "debug",
1115
+ "internal",
1116
+ "release",
1117
+ "x",
1118
+ "x-development",
1119
+ "x-internal"
1120
+ ],
1121
+ "type": "option"
1122
+ }
1123
+ },
1124
+ "hasDynamicHelp": false,
1125
+ "hiddenAliases": [],
1126
+ "id": "logout",
1127
+ "pluginAlias": "ray",
1128
+ "pluginName": "ray",
1129
+ "pluginType": "core",
1130
+ "strict": true,
1131
+ "enableJsonFlag": false,
1132
+ "isESM": false,
1133
+ "relativePath": [
1134
+ "dist",
1135
+ "commands",
1136
+ "logout",
1137
+ "index.js"
1138
+ ]
1139
1139
  }
1140
1140
  },
1141
- "version": "1.103.4"
1141
+ "version": "1.103.5"
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.5",
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",