@crabnebula/test-runner-backend 0.1.7 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## \[0.1.9]
|
|
4
|
+
|
|
5
|
+
- [`c183a50`](https://github.com/crabnebula-dev/webdriver/commit/c183a500befd78da98783b077a4f21539aa7d0ee) Fix error response.
|
|
6
|
+
- [`0af6c79`](https://github.com/crabnebula-dev/webdriver/commit/0af6c79dbdac600e72a4c209492b15f68b95d4ec) Show application logs.
|
|
7
|
+
- [`aa4bee6`](https://github.com/crabnebula-dev/webdriver/commit/aa4bee62734d693b63bfabde8a8ba4045bbd5f9a) ([#49](https://github.com/crabnebula-dev/webdriver/pull/49)) Handle screenshots natively.
|
|
8
|
+
|
|
3
9
|
## \[0.1.7]
|
|
4
10
|
|
|
5
11
|
- [`0052886`](https://github.com/crabnebula-dev/webdriver/commit/005288639818925d7d7b2ee092f8bb5ff8539a83) ([#47](https://github.com/crabnebula-dev/webdriver/pull/47) by [@lucasfernog-crabnebula](https://github.com/crabnebula-dev/webdriver/../../lucasfernog-crabnebula)) Support using a plain macOS binary in the `tauri:options > application` capability.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crabnebula/test-runner-backend",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.9",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"types": "index.d.ts",
|
|
6
6
|
"bin": {
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
"version": "napi version"
|
|
31
31
|
},
|
|
32
32
|
"optionalDependencies": {
|
|
33
|
-
"@crabnebula/test-runner-backend-win32-x64-msvc": "0.1.
|
|
34
|
-
"@crabnebula/test-runner-backend-darwin-x64": "0.1.
|
|
35
|
-
"@crabnebula/test-runner-backend-linux-x64-gnu": "0.1.
|
|
36
|
-
"@crabnebula/test-runner-backend-darwin-arm64": "0.1.
|
|
33
|
+
"@crabnebula/test-runner-backend-win32-x64-msvc": "0.1.9",
|
|
34
|
+
"@crabnebula/test-runner-backend-darwin-x64": "0.1.9",
|
|
35
|
+
"@crabnebula/test-runner-backend-linux-x64-gnu": "0.1.9",
|
|
36
|
+
"@crabnebula/test-runner-backend-darwin-arm64": "0.1.9"
|
|
37
37
|
}
|
|
38
38
|
}
|