File tree Expand file tree Collapse file tree 4 files changed +21
-1
lines changed
Expand file tree Collapse file tree 4 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 33 "version" : " 1.1.0" ,
44 "description" : " Browser devtools extension for debugging WebdriverIO tests." ,
55 "type" : " module" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/webdriverio/devtools.git" ,
9+ "directory" : " packages/devtools-app"
10+ },
611 "exports" : " ./src/index.ts" ,
712 "scripts" : {
813 "dev" : " vite build --watch" ,
Original file line number Diff line number Diff line change 44 "description" : " Backend service to spin up WebdriverIO Devtools" ,
55 "author" : " Christian Bromann <mail@bromann.dev>" ,
66 "license" : " MIT" ,
7+ "repository" : {
8+ "type" : " git" ,
9+ "url" : " git+https://github.com/webdriverio/devtools.git" ,
10+ "directory" : " packages/devtools-backend"
11+ },
712 "type" : " module" ,
813 "exports" : {
914 "." : " ./dist/index.js"
Original file line number Diff line number Diff line change 11{
22 "name" : " @wdio/devtools-script" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "description" : " Script to be injected into a page to trace the page" ,
55 "author" : " Christian Bromann <mail@bromann.dev>" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/webdriverio/devtools.git" ,
9+ "directory" : " packages/devtools-script"
10+ },
611 "type" : " module" ,
712 "types" : " ./types.d.ts" ,
813 "exports" : " ./dist/script.js" ,
Original file line number Diff line number Diff line change 33 "version" : " 10.1.0" ,
44 "description" : " Hook up WebdriverIO with DevTools" ,
55 "author" : " Christian Bromann <mail@bromann.dev>" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/webdriverio/devtools.git" ,
9+ "directory" : " packages/devtools-service"
10+ },
611 "type" : " module" ,
712 "exports" : {
813 "." : {
You can’t perform that action at this time.
0 commit comments