Skip to content

Commit 185814d

Browse files
committed
Merge branch 'dependabot/npm_and_yarn/major-deps-updates-ed3d5590ca' of github.com:webdriverio/devtools into dependabot/npm_and_yarn/major-deps-updates-ed3d5590ca
2 parents 8de2293 + d9c3ade commit 185814d

5 files changed

Lines changed: 24 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ env:
2323
jobs:
2424
release:
2525
runs-on: ubuntu-latest
26+
permissions:
27+
contents: write
28+
id-token: write
2629
steps:
2730
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2831
with:

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)