@mtop-devtools/cloud-types
Advanced tools
+5
-0
@@ -5,2 +5,7 @@ export interface CloudMessage { | ||
| data: Record<string, any>; | ||
| /** | ||
| * Target a specific browser on the connector's machine by id / name. Omitted → | ||
| * the connector's default (most-recently-focused) browser. | ||
| */ | ||
| browser?: string; | ||
| } | ||
@@ -7,0 +12,0 @@ export interface CloudResponse { |
+3
-2
| { | ||
| "name": "@mtop-devtools/cloud-types", | ||
| "version": "1.38.3", | ||
| "version": "1.39.0", | ||
| "description": "Shared types for Mtop DevTools cloud communication packages", | ||
@@ -31,4 +31,5 @@ "type": "module", | ||
| "dev": "tsc --watch", | ||
| "typecheck": "tsc --noEmit" | ||
| "typecheck": "tsc --noEmit", | ||
| "test": "vitest run" | ||
| } | ||
| } |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
3663
6.2%43
13.16%1
-50%