appium-geckodriver 3.0.0 → 3.0.1

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 CHANGED
@@ -1,3 +1,9 @@
1
+ ## [3.0.1](https://github.com/appium/appium-geckodriver/compare/v3.0.0...v3.0.1) (2026-06-14)
2
+
3
+ ### Bug Fixes
4
+
5
+ * Export package.json ([#169](https://github.com/appium/appium-geckodriver/issues/169)) ([8080867](https://github.com/appium/appium-geckodriver/commit/8080867e54418f76dbe3aca03b1399f1643e5199))
6
+
1
7
  ## [3.0.0](https://github.com/appium/appium-geckodriver/compare/v2.4.0...v3.0.0) (2026-06-10)
2
8
 
3
9
  ### ⚠ BREAKING CHANGES
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "appium-geckodriver",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "appium-geckodriver",
9
- "version": "3.0.0",
9
+ "version": "3.0.1",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "appium-adb": "^15.0.0",
@@ -505,11 +505,12 @@
505
505
  }
506
506
  },
507
507
  "node_modules/bare-stream": {
508
- "version": "2.13.1",
509
- "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.13.1.tgz",
510
- "integrity": "sha512-Vp0cnjYyrEC4whYTymQ+YZi6pBpfiICZO3cfRG8sy67ZNWe951urv1x4eW1BKNngw3U+3fPYb5JQvHbCtxH7Ow==",
508
+ "version": "2.13.3",
509
+ "resolved": "https://registry.npmjs.org/bare-stream/-/bare-stream-2.13.3.tgz",
510
+ "integrity": "sha512-Kc+brLqvEqGkjyfiwJmImAOqLZL7OsoLKuavx+hJjgVV3nLTOjloJyPMFxjUPerGGHrNH0fLU06jjykMLWrERQ==",
511
511
  "license": "Apache-2.0",
512
512
  "dependencies": {
513
+ "b4a": "^1.8.1",
513
514
  "streamx": "^2.25.0",
514
515
  "teex": "^1.0.1"
515
516
  },
@@ -1993,9 +1994,9 @@
1993
1994
  }
1994
1995
  },
1995
1996
  "node_modules/streamx": {
1996
- "version": "2.27.0",
1997
- "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.27.0.tgz",
1998
- "integrity": "sha512-WZ189TKnHoAokYHvwzaAQMpd55cgUmFIcJFzBSgGcb886jau5DL+XdDhTWV4ps3FLvk+OORp0dLRTPsLZ21CSA==",
1997
+ "version": "2.28.0",
1998
+ "resolved": "https://registry.npmjs.org/streamx/-/streamx-2.28.0.tgz",
1999
+ "integrity": "sha512-1Yowhzjf0ivGMrTIkY9hav5TxobO9qIVqUE41fiCGMGgc3CLlf4MY+9AHmZqBWgDTue0fY9zWjYFVyf6Diuobw==",
1999
2000
  "license": "MIT",
2000
2001
  "dependencies": {
2001
2002
  "events-universal": "^1.0.0",
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "seamonkey",
8
8
  "firefox"
9
9
  ],
10
- "version": "3.0.0",
10
+ "version": "3.0.1",
11
11
  "author": "Appium Contributors",
12
12
  "license": "Apache-2.0",
13
13
  "repository": {
@@ -47,7 +47,8 @@
47
47
  ".": {
48
48
  "types": "./build/lib/index.d.ts",
49
49
  "import": "./build/lib/index.js"
50
- }
50
+ },
51
+ "./package.json": "./package.json"
51
52
  },
52
53
  "bin": {},
53
54
  "directories": {