cordova-plugin-wifi-manager
Advanced tools
Comparing version 0.4.2 to 0.5.0
@@ -0,1 +1,5 @@ | ||
## [0.5.0](https://github.com/sushichop/cordova-plugin-wifi-manager/releases/tag/0.5.0) (2022-02-06) | ||
- Support open Wi-Fi network. [#33](https://github.com/sushichop/cordova-plugin-wifi-manager/pull/33) | ||
## [0.4.2](https://github.com/sushichop/cordova-plugin-wifi-manager/releases/tag/0.4.2) (2022-01-01) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "cordova-plugin-wifi-manager", | ||
"version": "0.4.2", | ||
"version": "0.5.0", | ||
"description": "Wi-Fi Manager Plugin for Apache Cordova", | ||
"engines": { | ||
"node": ">= 12" | ||
"node": ">= 14" | ||
}, | ||
@@ -40,8 +40,8 @@ "types": "./types/index.d.ts", | ||
"devDependencies": { | ||
"danger": "^10.6.6", | ||
"eslint": "^7.32.0", | ||
"danger": "^11.0.2", | ||
"eslint": "^8.8.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.4.1" | ||
"prettier": "^2.5.1" | ||
} | ||
} |
@@ -12,3 +12,3 @@ # cordova-plugin-wifi-manager | ||
- Android: 5.0 or later | ||
- iOS: 10.0 or later | ||
- iOS: 11.0 or later | ||
@@ -15,0 +15,0 @@ ## Installation |
{ | ||
"name": "cordova-plugin-wifi-manager-app", | ||
"version": "0.4.2", | ||
"version": "0.5.0", | ||
"description": "Wi-Fi Manager Plugin App", | ||
@@ -5,0 +5,0 @@ "cordova": { |
{ | ||
"name": "cordova-plugin-wifi-manager-tests", | ||
"version": "0.4.2", | ||
"version": "0.5.0", | ||
"description": "Wi-Fi Manager Plugin Tests", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -1,2 +0,2 @@ | ||
// Type definitions for cordova-plugin-wifi-manager 0.4.2 | ||
// Type definitions for cordova-plugin-wifi-manager 0.5.0 | ||
// Project: https://github.com/sushichop/cordova-plugin-wifi-manager | ||
@@ -3,0 +3,0 @@ // Definitions by: Koichi Yokota <https://github.com/sushichop> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
33373
32