diff --git a/package-lock.json b/package-lock.json index 56ba04a..5578e08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "appium-flutter-integration-driver", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "appium-flutter-integration-driver", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT License", "dependencies": { "@appium/base-driver": "^9.6.0", @@ -43,6 +43,7 @@ "mocha": "^10.4.0", "prettier": "^3.3.2", "rimraf": "^5.0.7", + "semver": "^7.6.2", "ts-node": "^10.9.2", "typescript": "^5.4.5", "wdio-flutter-by-service": "^1.0.11", diff --git a/package.json b/package.json index 18c4b4e..e450520 100644 --- a/package.json +++ b/package.json @@ -5,15 +5,15 @@ "appium", "flutter" ], - "version": "1.0.1", + "version": "1.0.2", "author": "", "license": "MIT License", "repository": { "type": "git", - "url": "https://github.com/appium/appium-fs-driver.git" + "url": "https://github.com/AppiumTestDistribution/appium-flutter-integration-driver" }, "bugs": { - "url": "https://github.com/appium/appium-fs-driver/issues" + "url": "https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/issues" }, "main": "./build/src/driver.js", "bin": {},