Skip to content

Commit 069e6fc

Browse files
committed
chore: bump version of @wdio/native-spy to 1.0.7
- Updated the version in package.json from 1.0.6 to 1.0.7 to reflect the latest release. - Maintained the existing file structure in the package.json for consistency.
1 parent 84b452c commit 069e6fc

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

packages/native-spy/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdio/native-spy",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Minimal mock function implementation for WebdriverIO Native Desktop Services",
55
"homepage": "https://github.com/webdriverio/desktop-mobile/tree/main/packages/native-spy",
66
"license": "MIT",
@@ -47,11 +47,7 @@
4747
"typescript": "^5.9.3",
4848
"vitest": "^4.0.18"
4949
},
50-
"files": [
51-
"dist",
52-
"LICENSE",
53-
"README.md"
54-
],
50+
"files": ["dist", "LICENSE", "README.md"],
5551
"repository": {
5652
"type": "git",
5753
"url": "https://github.com/webdriverio/desktop-mobile.git",

0 commit comments

Comments
 (0)