Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "node-ble", | ||
"description": "Bluetooth Low Energy (BLE) library written with pure Node.js (no bindings) - baked by Bluez via DBus", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"repository": "https://github.com/chrvadala/node-ble.git", | ||
@@ -32,3 +32,3 @@ "author": "chrvadala", | ||
"ci": "npm-run-all standard coverage", | ||
"preversion": "npm-run-all standard test" | ||
"build": "exit 0" | ||
}, | ||
@@ -39,9 +39,9 @@ "dependencies": { | ||
"devDependencies": { | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/plugin-proposal-decorators": "^7.8.3", | ||
"@types/jest": "^25.1.3", | ||
"@babel/plugin-proposal-class-properties": "^7.10.1", | ||
"@babel/plugin-proposal-decorators": "^7.10.1", | ||
"@types/jest": "^25.2.3", | ||
"dotenv": "^8.2.0", | ||
"jest": "^25.1.0", | ||
"jest": "^26.0.1", | ||
"npm-run-all": "^4.1.5", | ||
"standard": "^14.3.3" | ||
"standard": "^14.3.4" | ||
}, | ||
@@ -48,0 +48,0 @@ "standard": { |
@@ -224,2 +224,3 @@ # node-ble | ||
- **1.1** - Migrates to gh-workflows | ||
- **1.2** - Upgrades deps | ||
@@ -226,0 +227,0 @@ ## Contributors |
52198
248