diff --git a/CapacitorCommunityBluetoothLe.podspec b/MaelpBluetoothLe.podspec similarity index 92% rename from CapacitorCommunityBluetoothLe.podspec rename to MaelpBluetoothLe.podspec index ebf55051..215a6364 100644 --- a/CapacitorCommunityBluetoothLe.podspec +++ b/MaelpBluetoothLe.podspec @@ -3,7 +3,7 @@ require 'json' package = JSON.parse(File.read(File.join(__dir__, 'package.json'))) Pod::Spec.new do |s| - s.name = 'CapacitorCommunityBluetoothLe' + s.name = 'MaelpBluetoothLe' s.version = package['version'] s.summary = package['description'] s.license = package['license'] diff --git a/android/build.gradle b/android/build.gradle index 3ec1935e..1be3ed6e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -42,8 +42,8 @@ android { abortOnError false } compileOptions { - sourceCompatibility JavaVersion.VERSION_17 - targetCompatibility JavaVersion.VERSION_17 + sourceCompatibility JavaVersion.VERSION_19 + targetCompatibility JavaVersion.VERSION_19 } } diff --git a/ios/Podfile.lock b/ios/Podfile.lock index aaf32926..8e057996 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -1,7 +1,7 @@ PODS: - - Capacitor (5.0.1): + - Capacitor (5.5.1): - CapacitorCordova - - CapacitorCordova (5.0.1) + - CapacitorCordova (5.5.1) DEPENDENCIES: - "Capacitor (from `../node_modules/@capacitor/ios`)" @@ -14,8 +14,8 @@ EXTERNAL SOURCES: :path: "../node_modules/@capacitor/ios" SPEC CHECKSUMS: - Capacitor: c550a8485d00d5d92b4f91a245f43555a2230eb6 - CapacitorCordova: 4f8cf089c691f0e21032d22b1014808308cbc467 + Capacitor: 9da0a2415e3b6098511f8b5ffdb578d91ee79f8f + CapacitorCordova: e128cc7688c070ca0bfa439898a5f609da8dbcfe PODFILE CHECKSUM: 14e8b2400457751b865e1c327e7cfa1c6fa67da6 diff --git a/package-lock.json b/package-lock.json index 6f263395..8372aa09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "@capacitor-community/bluetooth-le", - "version": "3.0.2", + "name": "@maelp/bluetooth-le", + "version": "3.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "@capacitor-community/bluetooth-le", - "version": "3.0.2", + "name": "@maelp/bluetooth-le", + "version": "3.0.3", "license": "MIT", "dependencies": { "@types/web-bluetooth": "^0.0.16" diff --git a/package.json b/package.json index 558b8088..61719a1d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@capacitor-community/bluetooth-le", - "version": "3.0.2", + "name": "@maelp/bluetooth-le", + "version": "3.0.5", "description": "Capacitor plugin for Bluetooth Low Energy ", "main": "dist/plugin.cjs.js", "module": "dist/esm/index.js", @@ -68,7 +68,7 @@ "android/build.gradle", "dist/", "ios/Plugin/", - "CapacitorCommunityBluetoothLe.podspec" + "MaelpBluetoothLe.podspec" ], "keywords": [ "capacitor", @@ -91,13 +91,14 @@ }, "repository": { "type": "git", - "url": "https://github.com/capacitor-community/bluetooth-le" + "url": "git+https://github.com/maelp/bluetooth-le.git" }, "bugs": { - "url": "https://github.com/capacitor-community/bluetooth-le/issues" + "url": "https://github.com/maelp/bluetooth-le/issues" }, "volta": { "node": "16.18.0", "npm": "8.19.2" - } + }, + "homepage": "https://github.com/maelp/bluetooth-le#readme" } diff --git a/rollup.config.js b/rollup.config.js index eab4a532..0f41ca75 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -4,7 +4,7 @@ export default { { file: 'dist/plugin.js', format: 'iife', - name: 'capacitorCommunityBluetoothLe', + name: 'maelpBluetoothLe', globals: { '@capacitor/core': 'capacitorExports', },