@sanity/runtime-cli 13.2.3 → 13.3.1

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/README.md CHANGED
@@ -20,7 +20,7 @@ $ npm install -g @sanity/runtime-cli
20
20
  $ sanity-run COMMAND
21
21
  running command...
22
22
  $ sanity-run (--version)
23
- @sanity/runtime-cli/13.2.3 linux-x64 node-v24.13.0
23
+ @sanity/runtime-cli/13.3.1 linux-x64 node-v24.13.0
24
24
  $ sanity-run --help [COMMAND]
25
25
  USAGE
26
26
  $ sanity-run COMMAND
@@ -98,7 +98,7 @@ EXAMPLES
98
98
  $ sanity-run blueprints add function --name my-function --fn-type document-create --fn-type document-update --lang js
99
99
  ```
100
100
 
101
- _See code: [src/commands/blueprints/add.ts](https://github.com/sanity-io/runtime-cli/blob/v13.2.3/src/commands/blueprints/add.ts)_
101
+ _See code: [src/commands/blueprints/add.ts](https://github.com/sanity-io/runtime-cli/blob/v13.3.1/src/commands/blueprints/add.ts)_
102
102
 
103
103
  ## `sanity-run blueprints config`
104
104
 
@@ -133,7 +133,7 @@ EXAMPLES
133
133
  $ sanity-run blueprints config --edit --project-id <projectId> --stack-id <stackId>
134
134
  ```
135
135
 
136
- _See code: [src/commands/blueprints/config.ts](https://github.com/sanity-io/runtime-cli/blob/v13.2.3/src/commands/blueprints/config.ts)_
136
+ _See code: [src/commands/blueprints/config.ts](https://github.com/sanity-io/runtime-cli/blob/v13.3.1/src/commands/blueprints/config.ts)_
137
137
 
138
138
  ## `sanity-run blueprints deploy`
139
139
 
@@ -163,7 +163,7 @@ EXAMPLES
163
163
  $ sanity-run blueprints deploy --no-wait
164
164
  ```
165
165
 
166
- _See code: [src/commands/blueprints/deploy.ts](https://github.com/sanity-io/runtime-cli/blob/v13.2.3/src/commands/blueprints/deploy.ts)_
166
+ _See code: [src/commands/blueprints/deploy.ts](https://github.com/sanity-io/runtime-cli/blob/v13.3.1/src/commands/blueprints/deploy.ts)_
167
167
 
168
168
  ## `sanity-run blueprints destroy`
169
169
 
@@ -195,7 +195,7 @@ EXAMPLES
195
195
  $ sanity-run blueprints destroy --stack-id <stackId> --project-id <projectId> --force --no-wait
196
196
  ```
197
197
 
198
- _See code: [src/commands/blueprints/destroy.ts](https://github.com/sanity-io/runtime-cli/blob/v13.2.3/src/commands/blueprints/destroy.ts)_
198
+ _See code: [src/commands/blueprints/destroy.ts](https://github.com/sanity-io/runtime-cli/blob/v13.3.1/src/commands/blueprints/destroy.ts)_
199
199
 
200
200
  ## `sanity-run blueprints doctor`
201
201
 
@@ -221,7 +221,7 @@ DESCRIPTION
221
221
  issues.
222
222
  ```
223
223
 
224
- _See code: [src/commands/blueprints/doctor.ts](https://github.com/sanity-io/runtime-cli/blob/v13.2.3/src/commands/blueprints/doctor.ts)_
224
+ _See code: [src/commands/blueprints/doctor.ts](https://github.com/sanity-io/runtime-cli/blob/v13.3.1/src/commands/blueprints/doctor.ts)_
225
225
 
226
226
  ## `sanity-run blueprints info`
227
227
 
@@ -251,7 +251,7 @@ EXAMPLES
251
251
  $ sanity-run blueprints info --id <stackId>
252
252
  ```
253
253
 
254
- _See code: [src/commands/blueprints/info.ts](https://github.com/sanity-io/runtime-cli/blob/v13.2.3/src/commands/blueprints/info.ts)_
254
+ _See code: [src/commands/blueprints/info.ts](https://github.com/sanity-io/runtime-cli/blob/v13.3.1/src/commands/blueprints/info.ts)_
255
255
 
256
256
  ## `sanity-run blueprints init [DIR]`
257
257
 
@@ -301,7 +301,7 @@ EXAMPLES
301
301
  $ sanity-run blueprints init --blueprint-type <json|js|ts> --stack-name <stackName>
302
302
  ```
303
303
 
304
- _See code: [src/commands/blueprints/init.ts](https://github.com/sanity-io/runtime-cli/blob/v13.2.3/src/commands/blueprints/init.ts)_
304
+ _See code: [src/commands/blueprints/init.ts](https://github.com/sanity-io/runtime-cli/blob/v13.3.1/src/commands/blueprints/init.ts)_
305
305
 
306
306
  ## `sanity-run blueprints logs`
307
307
 
@@ -329,7 +329,7 @@ EXAMPLES
329
329
  $ sanity-run blueprints logs --watch
330
330
  ```
331
331
 
332
- _See code: [src/commands/blueprints/logs.ts](https://github.com/sanity-io/runtime-cli/blob/v13.2.3/src/commands/blueprints/logs.ts)_
332
+ _See code: [src/commands/blueprints/logs.ts](https://github.com/sanity-io/runtime-cli/blob/v13.3.1/src/commands/blueprints/logs.ts)_
333
333
 
334
334
  ## `sanity-run blueprints plan`
335
335
 
@@ -352,7 +352,7 @@ EXAMPLES
352
352
  $ sanity-run blueprints plan
353
353
  ```
354
354
 
355
- _See code: [src/commands/blueprints/plan.ts](https://github.com/sanity-io/runtime-cli/blob/v13.2.3/src/commands/blueprints/plan.ts)_
355
+ _See code: [src/commands/blueprints/plan.ts](https://github.com/sanity-io/runtime-cli/blob/v13.3.1/src/commands/blueprints/plan.ts)_
356
356
 
357
357
  ## `sanity-run blueprints stacks`
358
358
 
@@ -381,7 +381,7 @@ EXAMPLES
381
381
  $ sanity-run blueprints stacks --organization-id <organizationId>
382
382
  ```
383
383
 
384
- _See code: [src/commands/blueprints/stacks.ts](https://github.com/sanity-io/runtime-cli/blob/v13.2.3/src/commands/blueprints/stacks.ts)_
384
+ _See code: [src/commands/blueprints/stacks.ts](https://github.com/sanity-io/runtime-cli/blob/v13.3.1/src/commands/blueprints/stacks.ts)_
385
385
 
386
386
  ## `sanity-run functions add`
387
387
 
@@ -430,7 +430,7 @@ EXAMPLES
430
430
  $ sanity-run functions add --name my-function --type document-create --type document-update --lang js
431
431
  ```
432
432
 
433
- _See code: [src/commands/functions/add.ts](https://github.com/sanity-io/runtime-cli/blob/v13.2.3/src/commands/functions/add.ts)_
433
+ _See code: [src/commands/functions/add.ts](https://github.com/sanity-io/runtime-cli/blob/v13.3.1/src/commands/functions/add.ts)_
434
434
 
435
435
  ## `sanity-run functions dev`
436
436
 
@@ -464,7 +464,7 @@ EXAMPLES
464
464
  $ sanity-run functions dev --timeout 60
465
465
  ```
466
466
 
467
- _See code: [src/commands/functions/dev.ts](https://github.com/sanity-io/runtime-cli/blob/v13.2.3/src/commands/functions/dev.ts)_
467
+ _See code: [src/commands/functions/dev.ts](https://github.com/sanity-io/runtime-cli/blob/v13.3.1/src/commands/functions/dev.ts)_
468
468
 
469
469
  ## `sanity-run functions env add NAME KEY VALUE`
470
470
 
@@ -491,7 +491,7 @@ EXAMPLES
491
491
  $ sanity-run functions env add MyFunction API_URL https://api.example.com/
492
492
  ```
493
493
 
494
- _See code: [src/commands/functions/env/add.ts](https://github.com/sanity-io/runtime-cli/blob/v13.2.3/src/commands/functions/env/add.ts)_
494
+ _See code: [src/commands/functions/env/add.ts](https://github.com/sanity-io/runtime-cli/blob/v13.3.1/src/commands/functions/env/add.ts)_
495
495
 
496
496
  ## `sanity-run functions env list NAME`
497
497
 
@@ -515,7 +515,7 @@ EXAMPLES
515
515
  $ sanity-run functions env list MyFunction
516
516
  ```
517
517
 
518
- _See code: [src/commands/functions/env/list.ts](https://github.com/sanity-io/runtime-cli/blob/v13.2.3/src/commands/functions/env/list.ts)_
518
+ _See code: [src/commands/functions/env/list.ts](https://github.com/sanity-io/runtime-cli/blob/v13.3.1/src/commands/functions/env/list.ts)_
519
519
 
520
520
  ## `sanity-run functions env remove NAME KEY`
521
521
 
@@ -541,7 +541,7 @@ EXAMPLES
541
541
  $ sanity-run functions env remove MyFunction API_URL
542
542
  ```
543
543
 
544
- _See code: [src/commands/functions/env/remove.ts](https://github.com/sanity-io/runtime-cli/blob/v13.2.3/src/commands/functions/env/remove.ts)_
544
+ _See code: [src/commands/functions/env/remove.ts](https://github.com/sanity-io/runtime-cli/blob/v13.3.1/src/commands/functions/env/remove.ts)_
545
545
 
546
546
  ## `sanity-run functions logs [NAME]`
547
547
 
@@ -580,7 +580,7 @@ EXAMPLES
580
580
  $ sanity-run functions logs <name> --delete
581
581
  ```
582
582
 
583
- _See code: [src/commands/functions/logs.ts](https://github.com/sanity-io/runtime-cli/blob/v13.2.3/src/commands/functions/logs.ts)_
583
+ _See code: [src/commands/functions/logs.ts](https://github.com/sanity-io/runtime-cli/blob/v13.3.1/src/commands/functions/logs.ts)_
584
584
 
585
585
  ## `sanity-run functions test [NAME]`
586
586
 
@@ -634,7 +634,7 @@ EXAMPLES
634
634
  $ sanity-run functions test <name> --event update --data-before '{ "title": "before" }' --data-after '{ "title": "after" }'
635
635
  ```
636
636
 
637
- _See code: [src/commands/functions/test.ts](https://github.com/sanity-io/runtime-cli/blob/v13.2.3/src/commands/functions/test.ts)_
637
+ _See code: [src/commands/functions/test.ts](https://github.com/sanity-io/runtime-cli/blob/v13.3.1/src/commands/functions/test.ts)_
638
638
 
639
639
  ## `sanity-run help [COMMAND]`
640
640
 
@@ -5,6 +5,7 @@ export interface LogStreamingConfig {
5
5
  after?: string;
6
6
  auth: AuthParams;
7
7
  showBanner?: boolean;
8
+ verbose?: boolean;
8
9
  log: ReturnType<typeof Logger>;
9
10
  }
10
11
  export interface StreamLogsOptions {
@@ -72,13 +72,15 @@ export function isNewerLog(log, timestamp) {
72
72
  * @returns A cleanup function for closing the log stream
73
73
  */
74
74
  export async function setupLogStreaming(config) {
75
- const { stackId, auth, log, showBanner, after } = config;
75
+ const { stackId, auth, log, showBanner, verbose = false, after } = config;
76
76
  let newestTimestamp = Date.now();
77
+ let previousLog;
77
78
  const onLogReceived = (logEntry) => {
78
79
  if (!isNewerLog(logEntry, newestTimestamp))
79
80
  return;
80
81
  newestTimestamp = new Date(logEntry.timestamp).getTime();
81
- log(formatLogEntry(logEntry, true));
82
+ log(formatLogEntry(logEntry, verbose, previousLog));
83
+ previousLog = logEntry;
82
84
  };
83
85
  let alreadyOpened = false;
84
86
  const onStreamOpen = () => {
@@ -5,6 +5,7 @@ export default class DeployCommand extends DeployedStackCommand<typeof DeployCom
5
5
  static examples: string[];
6
6
  static flags: {
7
7
  'no-wait': import("@oclif/core/interfaces").BooleanFlag<boolean>;
8
+ 'new-stack-name': import("@oclif/core/interfaces").OptionFlag<string | undefined, import("@oclif/core/interfaces").CustomOptions>;
8
9
  };
9
10
  run(): Promise<void>;
10
11
  }
@@ -18,6 +18,10 @@ Use --no-wait to queue the deployment and return immediately without waiting for
18
18
  description: 'Do not wait for Stack deployment to complete',
19
19
  default: false,
20
20
  }),
21
+ 'new-stack-name': Flags.string({
22
+ description: 'Set a new name for the Stack',
23
+ hidden: true,
24
+ }),
21
25
  };
22
26
  async run() {
23
27
  const { success, error } = await blueprintDeployCore({
@@ -10,6 +10,7 @@ export interface BlueprintDeployOptions extends CoreConfig {
10
10
  blueprint: ReadBlueprintResult;
11
11
  flags: {
12
12
  'no-wait'?: boolean;
13
+ 'new-stack-name'?: string;
13
14
  verbose?: boolean;
14
15
  };
15
16
  }
@@ -7,9 +7,10 @@ import { styleText } from '../../utils/style-text.js';
7
7
  import { isLocalFunctionCollection, isLocalFunctionResource } from '../../utils/types.js';
8
8
  export async function blueprintDeployCore(options) {
9
9
  const { bin = 'sanity', log, auth, stackId, scopeType, scopeId, deployedStack, blueprint, flags, } = options;
10
- const { verbose: _verbose } = flags;
10
+ const { verbose } = flags;
11
11
  const noWait = flags['no-wait'] || false;
12
- log(`Deploying "${deployedStack.name}" ${niceId(deployedStack.id)}...`);
12
+ const stackName = flags['new-stack-name'] ?? deployedStack.name;
13
+ log(`Deploying "${stackName}" ${niceId(deployedStack.id)}...`);
13
14
  try {
14
15
  const { resources } = blueprint.parsedBlueprint;
15
16
  const validResources = resources?.filter((r) => r.type) || [];
@@ -71,7 +72,7 @@ export async function blueprintDeployCore(options) {
71
72
  stackMutation: {
72
73
  scopeType,
73
74
  scopeId,
74
- name: deployedStack.name,
75
+ name: stackName,
75
76
  document: { resources: validResources },
76
77
  },
77
78
  auth,
@@ -95,6 +96,7 @@ export async function blueprintDeployCore(options) {
95
96
  after: isoNow,
96
97
  auth,
97
98
  log,
99
+ verbose,
98
100
  });
99
101
  while (true) {
100
102
  const { ok, stack: currentStack } = await getStack({ stackId: stack.id, auth, logger: log });
@@ -1,12 +1,12 @@
1
1
  import { getLogs, getRecentLogs } from '../../actions/blueprints/logs.js';
2
2
  import { setupLogStreaming } from '../../actions/blueprints/logs-streaming.js';
3
3
  import { formatTitle } from '../../utils/display/blueprints-formatting.js';
4
- import { formatLogEntry, formatLogsByDay, organizeLogsByDay, } from '../../utils/display/logs-formatting.js';
4
+ import { formatLogEntry, formatLogs } from '../../utils/display/logs-formatting.js';
5
5
  import { niceId } from '../../utils/display/presenters.js';
6
6
  import { styleText } from '../../utils/style-text.js';
7
7
  export async function blueprintLogsCore(options) {
8
8
  const { log, auth, stackId, deployedStack, flags } = options;
9
- const { watch = false, verbose: _verbose = false } = flags;
9
+ const { watch = false, verbose = false } = flags;
10
10
  const spinner = log.ora(`Fetching recent logs for Stack deployment ${niceId(stackId)}`).start();
11
11
  try {
12
12
  if (watch) {
@@ -21,8 +21,10 @@ export async function blueprintLogsCore(options) {
21
21
  if (logs.length > 0) {
22
22
  log('\nMost recent logs:');
23
23
  const recentLogs = getRecentLogs(logs);
24
+ let previousLog;
24
25
  for (const logEntry of recentLogs) {
25
- log(` ${formatLogEntry(logEntry)}`);
26
+ log(formatLogEntry(logEntry, verbose, previousLog));
27
+ previousLog = logEntry;
26
28
  }
27
29
  }
28
30
  else {
@@ -34,6 +36,7 @@ export async function blueprintLogsCore(options) {
34
36
  auth,
35
37
  log,
36
38
  showBanner: true,
39
+ verbose,
37
40
  });
38
41
  // Return a special key for streaming mode
39
42
  return {
@@ -54,9 +57,7 @@ export async function blueprintLogsCore(options) {
54
57
  }
55
58
  spinner.succeed(`${formatTitle('Blueprint', deployedStack.name)} Logs`);
56
59
  log(`Found ${styleText('bold', logs.length.toString())} log entries for Stack deployment ${niceId(stackId)}\n`);
57
- // Organize and format logs by day
58
- const logsByDay = organizeLogsByDay(logs);
59
- log(formatLogsByDay(logsByDay));
60
+ log(formatLogs(logs, verbose));
60
61
  return { success: true };
61
62
  }
62
63
  catch (err) {
@@ -1,4 +1,3 @@
1
1
  import type { BlueprintLog } from '../types.js';
2
- export declare function formatLogEntry(log: BlueprintLog, withDate?: boolean, isNewest?: boolean): string;
3
- export declare function organizeLogsByDay(logs: BlueprintLog[]): Map<string, BlueprintLog[]>;
4
- export declare function formatLogsByDay(logsByDay: Map<string, BlueprintLog[]>): string;
2
+ export declare function formatLogEntry(log: BlueprintLog, verbose?: boolean, previousLog?: BlueprintLog): string;
3
+ export declare function formatLogs(logs: BlueprintLog[], verbose?: boolean): string;
@@ -1,35 +1,79 @@
1
- import { treeify } from 'array-treeify';
2
1
  import { styleText } from '../style-text.js';
3
- export function formatLogEntry(log, withDate = true, isNewest = false) {
4
- const date = new Date(log.timestamp);
5
- const time = date.toLocaleTimeString();
6
- const day = date.toLocaleDateString();
7
- return `${isNewest ? `${styleText('green', '>')} ` : ''}${withDate ? `${day} ` : ''}${styleText('dim', time)} ${log.message}`;
8
- }
9
- export function organizeLogsByDay(logs) {
10
- const logsByDay = new Map();
11
- for (const log of logs) {
12
- const date = new Date(log.timestamp);
13
- const day = date.toLocaleDateString();
14
- if (!logsByDay.has(day))
15
- logsByDay.set(day, []);
16
- logsByDay.get(day)?.push(log);
2
+ import { niceId } from './presenters.js';
3
+ const errorStyle = ['bold', 'red'];
4
+ const newOperationStyle = ['bold', 'blue'];
5
+ const GUTTER_SYMBOL_WIDTH = 2;
6
+ const GUTTER_LEVEL_WIDTH = 6;
7
+ function isNewOperation(log, previousLog) {
8
+ return !!previousLog && log.operationId !== previousLog.operationId;
9
+ }
10
+ function logGutter(log, verbose, previousLog) {
11
+ const operationIsNew = isNewOperation(log, previousLog);
12
+ const level = log.level.toUpperCase();
13
+ const isError = level === 'ERROR' || level === 'FATAL';
14
+ if (verbose) {
15
+ const color = isError ? errorStyle : operationIsNew ? newOperationStyle : 'dim';
16
+ return styleText(color, level.padEnd(GUTTER_LEVEL_WIDTH));
17
+ }
18
+ if (isError)
19
+ return `${styleText(errorStyle, '✗')} `;
20
+ if (operationIsNew)
21
+ return `${styleText(newOperationStyle, '◆')} `;
22
+ return ' '.repeat(GUTTER_SYMBOL_WIDTH);
23
+ }
24
+ function formatMetadataLines(log) {
25
+ const lines = [];
26
+ const ids = [
27
+ log.operationId ? niceId(log.operationId) : null,
28
+ log.stackId ? niceId(log.stackId) : null,
29
+ log.blueprintId ? niceId(log.blueprintId) : null,
30
+ log.resourceId ? niceId(log.resourceId) : null,
31
+ log.duration ? `${String(log.duration)}ms` : null,
32
+ ].filter(Boolean);
33
+ if (ids.length > 0) {
34
+ lines.push(styleText('dim', ids.join(' ')));
17
35
  }
18
- return logsByDay;
19
- }
20
- export function formatLogsByDay(logsByDay) {
21
- const output = [];
22
- const sortedDays = Array.from(logsByDay.keys()).sort((a, b) => {
23
- return new Date(a).getTime() - new Date(b).getTime();
24
- });
25
- for (const day of sortedDays) {
26
- output.push(`${styleText('blue', 'Date:')} ${styleText('bold', day)}`);
27
- const dayLogs = logsByDay.get(day) || [];
28
- dayLogs.sort((a, b) => new Date(a.timestamp).getTime() - new Date(b.timestamp).getTime());
29
- const dayLogsOutput = dayLogs.map((log) => formatLogEntry(log, false));
30
- output.push(dayLogsOutput);
31
- output.push('');
36
+ if (log.metadata) {
37
+ for (const [key, value] of Object.entries(log.metadata)) {
38
+ const formatted = typeof value === 'string' ? value : JSON.stringify(value);
39
+ lines.push(styleText('dim', `${key}: ${formatted}`));
40
+ }
32
41
  }
33
- output.pop(); // remove last empty line
34
- return treeify(output);
42
+ return lines;
43
+ }
44
+ function singleLine(message) {
45
+ return message.replace(/\n/g, ' ').replace(/\s{2,}/g, ' ');
46
+ }
47
+ function formatDate(date) {
48
+ const y = date.getFullYear();
49
+ const m = String(date.getMonth() + 1).padStart(2, '0');
50
+ const d = String(date.getDate()).padStart(2, '0');
51
+ return `${y}-${m}-${d}`;
52
+ }
53
+ function formatTime(date) {
54
+ const h = String(date.getHours()).padStart(2, '0');
55
+ const m = String(date.getMinutes()).padStart(2, '0');
56
+ const s = String(date.getSeconds()).padStart(2, '0');
57
+ return `${h}:${m}:${s}`;
58
+ }
59
+ export function formatLogEntry(log, verbose = false, previousLog) {
60
+ const date = new Date(log.timestamp);
61
+ const time = formatTime(date);
62
+ const day = formatDate(date);
63
+ const gutter = logGutter(log, verbose, previousLog);
64
+ let line = `${day} ${time} ${gutter}${singleLine(log.message)}`;
65
+ if (verbose) {
66
+ const timestampWidth = `${day} ${time} `.length;
67
+ const pad = ' '.repeat(timestampWidth + (verbose ? GUTTER_LEVEL_WIDTH : GUTTER_SYMBOL_WIDTH));
68
+ for (const metaLine of formatMetadataLines(log)) {
69
+ line += `\n${pad}${metaLine}`;
70
+ }
71
+ }
72
+ return line;
73
+ }
74
+ export function formatLogs(logs, verbose = false) {
75
+ const sorted = [...logs].sort((a, b) => new Date(a.timestamp).getTime() - new Date(b.timestamp).getTime());
76
+ return sorted
77
+ .map((log, i) => formatLogEntry(log, verbose, sorted[i - 1]))
78
+ .join('\n');
35
79
  }
@@ -205,11 +205,17 @@ export interface JsonInvocationResponse {
205
205
  }
206
206
  /** @internal */
207
207
  export interface BlueprintLog {
208
+ id: string;
208
209
  timestamp: string;
210
+ level: string;
209
211
  message: string;
212
+ duration: number | null;
213
+ metadata: Record<string, unknown> | null;
214
+ blueprintId: string;
210
215
  stackId: string;
211
- level: string;
212
- metadata?: Record<string, unknown>;
216
+ operationId: string;
217
+ resourceId: string | null;
218
+ requestId: string | null;
213
219
  }
214
220
  /** @internal */
215
221
  export interface FunctionLog {
@@ -355,6 +355,14 @@
355
355
  "name": "no-wait",
356
356
  "allowNo": false,
357
357
  "type": "boolean"
358
+ },
359
+ "new-stack-name": {
360
+ "description": "Set a new name for the Stack",
361
+ "hidden": true,
362
+ "name": "new-stack-name",
363
+ "hasDynamicHelp": false,
364
+ "multiple": false,
365
+ "type": "option"
358
366
  }
359
367
  },
360
368
  "hasDynamicHelp": false,
@@ -1933,5 +1941,5 @@
1933
1941
  ]
1934
1942
  }
1935
1943
  },
1936
- "version": "13.2.3"
1944
+ "version": "13.3.1"
1937
1945
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sanity/runtime-cli",
3
3
  "description": "Sanity's Runtime CLI for Blueprints and Functions",
4
- "version": "13.2.3",
4
+ "version": "13.3.1",
5
5
  "author": "Sanity Runtime Team",
6
6
  "type": "module",
7
7
  "license": "MIT",