appium-geckodriver 2.1.6 → 2.1.8

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.
Files changed (32) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/build/lib/index.d.ts +4 -0
  3. package/build/lib/index.d.ts.map +1 -0
  4. package/build/{index.js → lib/index.js} +1 -1
  5. package/build/lib/index.js.map +1 -0
  6. package/build/tsconfig.tsbuildinfo +1 -1
  7. package/{index.js → lib/index.ts} +1 -1
  8. package/npm-shrinkwrap.json +58 -44
  9. package/package.json +5 -4
  10. package/build/index.d.ts +0 -4
  11. package/build/index.d.ts.map +0 -1
  12. package/build/index.js.map +0 -1
  13. package/build/test/functional/desktop-driver-e2e-specs.d.ts +0 -2
  14. package/build/test/functional/desktop-driver-e2e-specs.d.ts.map +0 -1
  15. package/build/test/functional/desktop-driver-e2e-specs.js +0 -84
  16. package/build/test/functional/desktop-driver-e2e-specs.js.map +0 -1
  17. package/build/test/functional/mobile-driver-e2e-specs.d.ts +0 -2
  18. package/build/test/functional/mobile-driver-e2e-specs.d.ts.map +0 -1
  19. package/build/test/functional/mobile-driver-e2e-specs.js +0 -97
  20. package/build/test/functional/mobile-driver-e2e-specs.js.map +0 -1
  21. package/build/test/unit/driver-specs.d.ts +0 -2
  22. package/build/test/unit/driver-specs.d.ts.map +0 -1
  23. package/build/test/unit/driver-specs.js +0 -10
  24. package/build/test/unit/driver-specs.js.map +0 -1
  25. package/build/test/unit/utils-specs.d.ts +0 -2
  26. package/build/test/unit/utils-specs.d.ts.map +0 -1
  27. package/build/test/unit/utils-specs.js +0 -36
  28. package/build/test/unit/utils-specs.js.map +0 -1
  29. package/build/test/utils.d.ts +0 -8
  30. package/build/test/utils.d.ts.map +0 -1
  31. package/build/test/utils.js +0 -23
  32. package/build/test/utils.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ ## [2.1.8](https://github.com/appium/appium-geckodriver/compare/v2.1.7...v2.1.8) (2026-01-23)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * Migrate index to typescript ([#152](https://github.com/appium/appium-geckodriver/issues/152)) ([f3709d1](https://github.com/appium/appium-geckodriver/commit/f3709d17cdfd29a2a874cfaa478fdc62bb457d4e))
6
+
7
+ ## [2.1.7](https://github.com/appium/appium-geckodriver/compare/v2.1.6...v2.1.7) (2026-01-23)
8
+
9
+ ### Miscellaneous Chores
10
+
11
+ * Exclude tests from published dist ([0c83690](https://github.com/appium/appium-geckodriver/commit/0c83690682e19367ac7e1781a545afc573b0b064))
12
+
1
13
  ## [2.1.6](https://github.com/appium/appium-geckodriver/compare/v2.1.5...v2.1.6) (2025-12-21)
2
14
 
3
15
  ### Miscellaneous Chores
@@ -0,0 +1,4 @@
1
+ import { GeckoDriver } from './driver';
2
+ export default GeckoDriver;
3
+ export { GeckoDriver };
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../lib/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAEvC,eAAe,WAAW,CAAC;AAC3B,OAAO,EAAE,WAAW,EAAE,CAAC"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.GeckoDriver = void 0;
4
- const driver_1 = require("./lib/driver");
4
+ const driver_1 = require("./driver");
5
5
  Object.defineProperty(exports, "GeckoDriver", { enumerable: true, get: function () { return driver_1.GeckoDriver; } });
6
6
  exports.default = driver_1.GeckoDriver;
7
7
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../lib/index.ts"],"names":[],"mappings":";;;AAAA,qCAAuC;AAG9B,4FAHA,oBAAW,OAGA;AADpB,kBAAe,oBAAW,CAAC"}