Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: peter-murray/node-hue-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 93814dc0b4236717bd186a1bbf21042bc30f6de4
Choose a base ref
...
head repository: peter-murray/node-hue-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8d11b89ef87cd1eb24f80d4e482f5d1e84ef138a
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Jan 12, 2021

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    d233e9b View commit details
  2. 4.0.10

    peter-murray committed Jan 12, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    zimme Simon Fridlund
    Copy the full SHA
    8d11b89 View commit details
Showing with 436 additions and 290 deletions.
  1. +431 −287 package-lock.json
  2. +3 −3 package.json
  3. +2 −0 test/support/testValues.js
718 changes: 431 additions & 287 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-hue-api",
"description": "Philips Hue API Library for Node.js",
"version": "4.0.9",
"version": "4.0.10",
"author": "Peter Murray <peter.murray@osirisoft.com>",
"contributors": [
{
@@ -28,14 +28,14 @@
"url": "https://github.com/peter-murray/node-hue-api/issues"
},
"dependencies": {
"axios": "^0.19.0",
"axios": "^0.21.1",
"bottleneck": "^2.19.5",
"get-ssl-certificate": "^2.3.3"
},
"devDependencies": {
"chai": "~4.2",
"eslint": "^5.16.0",
"mocha": "~6.2.2"
"mocha": "^8.2.1"
},
"engines": {
"node": ">= 10.0.0"
2 changes: 2 additions & 0 deletions test/support/testValues.js
Original file line number Diff line number Diff line change
@@ -21,6 +21,8 @@ function loadData() {
let testDataFile;
if (platform === 'win32') {
testDataFile = path.join(process.env.LOCALAPPDATA, '.node-hue-api');
} else if (platform === 'darwin') {
testDataFile = path.join(process.env.HOME, '.node-hue-api');
}

//TODO add support for MacOS