Skip to content

Commit bdfffe7

Browse files
committed
Update packages for release
1 parent a147c9d commit bdfffe7

File tree

4 files changed

+21
-1
lines changed

4 files changed

+21
-1
lines changed

packages/app/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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",

packages/backend/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"description": "Backend service to spin up WebdriverIO Devtools",
55
"author": "Christian Bromann <[email protected]>",
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"

packages/script/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
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 <[email protected]>",
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",

packages/service/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "10.1.0",
44
"description": "Hook up WebdriverIO with DevTools",
55
"author": "Christian Bromann <[email protected]>",
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
".": {

0 commit comments

Comments
 (0)