Skip to content

Commit 1af7399

Browse files
authored
Merge pull request #24 from LambdaTest/stage
Release v1.0.3
2 parents 81acd0d + 4030731 commit 1af7399

File tree

3 files changed

+71
-69
lines changed

3 files changed

+71
-69
lines changed

packages/playwright/package.json

Lines changed: 27 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,29 @@
11
{
2-
"name": "@lambdatest/playwright-driver",
3-
"version": "1.0.3",
4-
"description": "Playwright SDK for smart UI",
5-
"main": "index.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
9-
"repository": {
10-
"type": "git",
11-
"url": "git+https://github.com/LambdaTest/lambdatest-js-sdk.git",
12-
"directory": "packages/playwright"
13-
},
14-
"keywords": [
15-
"lambdatest",
16-
"playwright",
17-
"smartui"
18-
],
19-
"author": "LambdaTest <[email protected]>",
20-
"license": "MIT",
21-
"bugs": {
22-
"url": "https://github.com/LambdaTest/lambdatest-js-sdk/issues"
23-
},
24-
"homepage": "https://github.com/LambdaTest/lambdatest-js-sdk#readme",
25-
26-
"peerDependencies": {
27-
"playwright-core": ">=1"
28-
},
29-
"devDependencies": {
30-
"@playwright/test": "^1.24.2",
31-
"playwright": "^1.24.2"
32-
},
33-
"dependencies": {
34-
"@lambdatest/sdk-utils": "workspace:^"
35-
}
36-
37-
}
2+
"name": "@lambdatest/playwright-driver",
3+
"version": "1.0.3",
4+
"description": "Playwright SDK for smart UI",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/LambdaTest/lambdatest-js-sdk.git",
12+
"directory": "packages/playwright"
13+
},
14+
"keywords": [
15+
"lambdatest",
16+
"playwright",
17+
"smartui"
18+
],
19+
"author": "LambdaTest <[email protected]>",
20+
"license": "MIT",
21+
"bugs": {
22+
"url": "https://github.com/LambdaTest/lambdatest-js-sdk/issues"
23+
},
24+
"homepage": "https://github.com/LambdaTest/lambdatest-js-sdk#readme",
25+
"dependencies": {
26+
"@lambdatest/sdk-utils": "workspace:^"
27+
}
28+
}
3829

packages/testcafe/package.json

Lines changed: 26 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,28 @@
11
{
2-
"name": "@lambdatest/testcafe-driver",
3-
"version": "1.0.3",
4-
"description": "Testcafe SDK for LambdaTest smart UI",
5-
"repository": {
6-
"type": "git",
7-
"url": "git+https://github.com/LambdaTest/lambdatest-js-sdk.git",
8-
"directory": "packages/testcafe"
9-
},
10-
"main": "index.js",
11-
"scripts": {
12-
"test": "echo \"Error: no test specified\" && exit 1"
13-
},
14-
"keywords": [
15-
"lambdatest",
16-
"testcafe",
17-
"smartui"
18-
],
19-
"author": "LambdaTest <[email protected]>",
20-
"license": "MIT",
21-
"bugs": {
22-
"url": "https://github.com/LambdaTest/lambdatest-js-sdk/issues"
23-
},
24-
25-
"homepage": "https://github.com/LambdaTest/lambdatest-js-sdk#readme",
26-
"devDependencies": {
27-
"testcafe": "^3.4.0"
28-
},
29-
"peerDependencies": {
30-
"testcafe": ">=1"
31-
},
32-
"dependencies": {
33-
"@lambdatest/sdk-utils": "workspace:^"
34-
}
2+
"name": "@lambdatest/testcafe-driver",
3+
"version": "1.0.3",
4+
"description": "Testcafe SDK for LambdaTest smart UI",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/LambdaTest/lambdatest-js-sdk.git",
8+
"directory": "packages/testcafe"
9+
},
10+
"main": "index.js",
11+
"scripts": {
12+
"test": "echo \"Error: no test specified\" && exit 1"
13+
},
14+
"keywords": [
15+
"lambdatest",
16+
"testcafe",
17+
"smartui"
18+
],
19+
"author": "LambdaTest <[email protected]>",
20+
"license": "MIT",
21+
"bugs": {
22+
"url": "https://github.com/LambdaTest/lambdatest-js-sdk/issues"
23+
},
24+
"homepage": "https://github.com/LambdaTest/lambdatest-js-sdk#readme",
25+
"dependencies": {
26+
"@lambdatest/sdk-utils": "workspace:^"
27+
}
3528
}

pnpm-lock.yaml

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)