@testring/types
Advanced tools
@@ -82,2 +82,3 @@ "use strict"; | ||
| BrowserProxyActions["getCdpCoverageFile"] = "getCdpCoverageFile"; | ||
| BrowserProxyActions["emulateDevice"] = "emulateDevice"; | ||
| })(BrowserProxyActions = exports.BrowserProxyActions || (exports.BrowserProxyActions = {})); |
+1
-1
| { | ||
| "name": "@testring/types", | ||
| "version": "0.6.7", | ||
| "version": "0.6.8", | ||
| "main": "./dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "./src/index.ts", |
@@ -77,3 +77,4 @@ export const enum BrowserProxyMessageTypes { | ||
| getMockData = 'getMockData', | ||
| getCdpCoverageFile = 'getCdpCoverageFile' | ||
| getCdpCoverageFile = 'getCdpCoverageFile', | ||
| emulateDevice = 'emulateDevice', | ||
| } |
62289
0.16%1643
0.12%