diff --git a/lerna.json b/lerna.json index aebebba..d705f07 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useWorkspaces": true, - "version": "0.0.0" + "version": "1.0.0" } diff --git a/package-lock.json b/package-lock.json index a40e3e8..aa098b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6733,6 +6733,10 @@ "integrity": "sha512-+zDZ20NUnSWghj7Ku5aFphMzuM9JulqCW+aPXT6IfIXFbb8tzYTTOSeRFOtuekJ99ibW2fUCSsjuKNlwDIbHFg==", "dev": true }, + "node_modules/@react-native-tethering/hotspot": { + "resolved": "packages/hotspot", + "link": true + }, "node_modules/@react-native-tethering/wifi": { "resolved": "packages/wifi", "link": true @@ -26316,9 +26320,42 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "packages/hotspot": { + "version": "1.0.0", + "license": "MIT", + "devDependencies": { + "@commitlint/config-conventional": "^17.0.2", + "@evilmartians/lefthook": "^1.2.2", + "@react-native-community/eslint-config": "^3.0.2", + "@release-it/conventional-changelog": "^5.0.0", + "@types/jest": "^28.1.2", + "@types/react": "~17.0.21", + "@types/react-native": "0.70.0", + "commitlint": "^17.0.2", + "del-cli": "^5.0.0", + "eslint": "^8.4.1", + "eslint-config-prettier": "^8.5.0", + "eslint-plugin-prettier": "^4.0.0", + "jest": "^28.1.1", + "pod-install": "^0.1.0", + "prettier": "^2.0.5", + "react": "18.2.0", + "react-native": "0.71.4", + "react-native-builder-bob": "^0.20.0", + "release-it": "^15.0.0", + "typescript": "^4.5.2" + }, + "engines": { + "node": ">= 16.0.0" + }, + "peerDependencies": { + "react": "*", + "react-native": "*" + } + }, "packages/wifi": { "name": "@react-native-tethering/wifi", - "version": "0.1.0", + "version": "1.0.0", "license": "MIT", "devDependencies": { "@commitlint/config-conventional": "^17.0.2", @@ -31312,6 +31349,31 @@ "integrity": "sha512-+zDZ20NUnSWghj7Ku5aFphMzuM9JulqCW+aPXT6IfIXFbb8tzYTTOSeRFOtuekJ99ibW2fUCSsjuKNlwDIbHFg==", "dev": true }, + "@react-native-tethering/hotspot": { + "version": "file:packages/hotspot", + "requires": { + "@commitlint/config-conventional": "^17.0.2", + "@evilmartians/lefthook": "^1.2.2", + "@react-native-community/eslint-config": "^3.0.2", + "@release-it/conventional-changelog": "^5.0.0", + "@types/jest": "^28.1.2", + "@types/react": "~17.0.21", + "@types/react-native": "0.70.0", + "commitlint": "^17.0.2", + "del-cli": "^5.0.0", + "eslint": "^8.4.1", + "eslint-config-prettier": "^8.5.0", + "eslint-plugin-prettier": "^4.0.0", + "jest": "^28.1.1", + "pod-install": "^0.1.0", + "prettier": "^2.0.5", + "react": "18.2.0", + "react-native": "0.71.4", + "react-native-builder-bob": "^0.20.0", + "release-it": "^15.0.0", + "typescript": "^4.5.2" + } + }, "@react-native-tethering/wifi": { "version": "file:packages/wifi", "requires": { diff --git a/packages/hotspot/package.json b/packages/hotspot/package.json index 31ac11f..05d58d0 100644 --- a/packages/hotspot/package.json +++ b/packages/hotspot/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-tethering/hotspot", - "version": "0.1.0", + "version": "1.0.0", "description": "Tethering Hotspot is an Android module for your react-native and expo app which provides Hotspot functionalities such as scanning, change states and more. It built on top of the latest/official Android Connectivity classes.", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -52,8 +52,8 @@ "registry": "https://registry.npmjs.org/" }, "devDependencies": { - "@evilmartians/lefthook": "^1.2.2", "@commitlint/config-conventional": "^17.0.2", + "@evilmartians/lefthook": "^1.2.2", "@react-native-community/eslint-config": "^3.0.2", "@release-it/conventional-changelog": "^5.0.0", "@types/jest": "^28.1.2", diff --git a/packages/wifi/package.json b/packages/wifi/package.json index 9074b8d..ec35df2 100644 --- a/packages/wifi/package.json +++ b/packages/wifi/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-tethering/wifi", - "version": "0.1.0", + "version": "1.0.0", "description": "Tethering WiFi is an Android module for your react-native and expo app which provides WiFi functionalities such as scanning, connecting and more. It built on top of the latest/official Android WiFi classes.", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -52,8 +52,8 @@ "registry": "https://registry.npmjs.org/" }, "devDependencies": { - "@evilmartians/lefthook": "^1.2.2", "@commitlint/config-conventional": "^17.0.2", + "@evilmartians/lefthook": "^1.2.2", "@react-native-community/eslint-config": "^3.0.2", "@release-it/conventional-changelog": "^5.0.0", "@types/jest": "^28.1.2",