Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "node-ble", | ||
"description": "Bluetooth Low Energy (BLE) library written with pure Node.js (no bindings) - baked by Bluez via DBus", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"repository": "https://github.com/chrvadala/node-ble.git", | ||
@@ -37,14 +37,14 @@ "author": "chrvadala", | ||
"dependencies": { | ||
"dbus-next": "^0.8.2" | ||
"dbus-next": "^0.9.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-proposal-class-properties": "^7.10.1", | ||
"@babel/plugin-proposal-decorators": "^7.10.1", | ||
"@types/jest": "^25.2.3", | ||
"@types/node": "^14.0.13", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/plugin-proposal-decorators": "^7.12.1", | ||
"@types/jest": "^26.0.19", | ||
"@types/node": "^14.14.14", | ||
"dotenv": "^8.2.0", | ||
"jest": "^26.0.1", | ||
"jest": "^26.6.3", | ||
"npm-run-all": "^4.1.5", | ||
"standard": "^14.3.4", | ||
"typescript": "^3.9.5" | ||
"standard": "^16.0.3", | ||
"typescript": "^4.1.3" | ||
}, | ||
@@ -54,5 +54,5 @@ "standard": { | ||
"example.js", | ||
"test/__interfaces/**.js" | ||
"test/__interfaces/*.js" | ||
] | ||
} | ||
} |
@@ -185,2 +185,3 @@ # node-ble | ||
- Ubuntu 18.04.4 LTS | ||
- Ubuntu 20.04 LTS | ||
@@ -193,2 +194,3 @@ ## Changelog | ||
- **1.3** - Adds typescript definitions [#10](https://github.com/chrvadala/node-ble/pull/10) | ||
- **1.4** - Upgrades deps | ||
@@ -195,0 +197,0 @@ ## Contributors |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55776
268
+ Addeddbus-next@0.9.2(transitive)
- Removeddbus-next@0.8.2(transitive)
Updateddbus-next@^0.9.1