From 6d3a166d8b1eb4d10b60f85b8f99adfeb7dfa31e Mon Sep 17 00:00:00 2001 From: Dusty Greif Date: Fri, 28 Jul 2023 18:25:32 -0700 Subject: [PATCH] Version Packages (#1275) Co-authored-by: github-actions[bot] --- .changeset/tidy-pumpkins-poke.md | 6 -- package-lock.json | 96 ++------------------------- packages/examples/CHANGELOG.md | 7 ++ packages/examples/package.json | 2 +- packages/homebridge-ring/CHANGELOG.md | 9 +++ packages/homebridge-ring/package.json | 4 +- packages/ring-client-api/CHANGELOG.md | 6 ++ packages/ring-client-api/package.json | 2 +- 8 files changed, 32 insertions(+), 100 deletions(-) delete mode 100644 .changeset/tidy-pumpkins-poke.md diff --git a/.changeset/tidy-pumpkins-poke.md b/.changeset/tidy-pumpkins-poke.md deleted file mode 100644 index c1b19888..00000000 --- a/.changeset/tidy-pumpkins-poke.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'homebridge-ring': patch -'ring-client-api': patch ---- - -Update dependencies diff --git a/package-lock.json b/package-lock.json index d1a85b24..715354d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22405,37 +22405,6 @@ "node": ">=0.8.0" } }, - "node_modules/werift": { - "version": "0.18.2", - "resolved": "https://registry.npmjs.org/werift/-/werift-0.18.2.tgz", - "integrity": "sha512-0RSrSnRo5SC8Ks7XgwvUtVGyKiRdlg6RxWWSaWv3ey2iTGrcPvUUp06ZGLeYRSablT7yoFpXJEz+JQuhgA+tJQ==", - "dependencies": { - "@fidm/x509": "^1.2.1", - "@minhducsun2002/leb128": "^1.0.0", - "@peculiar/webcrypto": "^1.4.1", - "@peculiar/x509": "^1.9.2", - "@shinyoshiaki/ebml-builder": "^0.0.1", - "aes-js": "^3.1.2", - "binary-data": "^0.6.0", - "buffer-crc32": "^0.2.13", - "date-fns": "^2.29.3", - "debug": "^4.3.4", - "elliptic": "^6.5.4", - "int64-buffer": "^1.0.1", - "ip": "^1.1.8", - "jspack": "^0.0.4", - "lodash": "^4.17.21", - "nano-time": "^1.0.0", - "p-cancelable": "^2.1.1", - "rx.mini": "^1.2.2", - "turbo-crc32": "^1.0.1", - "tweetnacl": "^1.0.3", - "uuid": "^9.0.0" - }, - "engines": { - "node": ">=16" - } - }, "node_modules/whatwg-encoding": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", @@ -23058,12 +23027,12 @@ "dotenv": "16.3.1", "eslint-config-shared": "*", "express": "4.18.2", - "ring-client-api": "11.8.0", + "ring-client-api": "11.8.1", "tsconfig": "*" } }, "packages/homebridge-ring": { - "version": "11.8.0", + "version": "11.8.1", "funding": [ { "type": "paypal", @@ -23078,7 +23047,7 @@ "dependencies": { "@homebridge/camera-utils": "^2.2.0", "@homebridge/plugin-ui-utils": "^0.0.19", - "ring-client-api": "11.8.0" + "ring-client-api": "11.8.1" }, "devDependencies": { "concurrently": "^8.2.0", @@ -23136,7 +23105,7 @@ } }, "packages/ring-client-api": { - "version": "11.8.0", + "version": "11.8.1", "funding": [ { "type": "paypal", @@ -30802,33 +30771,8 @@ "dotenv": "16.3.1", "eslint-config-shared": "*", "express": "4.18.2", - "ring-client-api": "11.8.0", + "ring-client-api": "11.8.1", "tsconfig": "*" - }, - "dependencies": { - "ring-client-api": { - "version": "https://registry.npmjs.org/ring-client-api/-/ring-client-api-11.7.7.tgz", - "integrity": "sha512-ah9gc64jrNkR0vJtU/kENnqz24+V2aOfVs+HxRI7L7JTtNqGGpTKRQdhbmOjllEe/Xt4FhEbg2XOY9lyvrFrjQ==", - "requires": { - "@eneris/push-receiver": "^3.1.4", - "@homebridge/camera-utils": "^2.2.0", - "@peculiar/asn1-schema": "^2.3.6", - "@peculiar/webcrypto": "^1.4.3", - "@types/socket.io-client": "1.4.36", - "colors": "1.4.0", - "debug": "^4.3.4", - "got": "^11.8.5", - "json-bigint": "^1.0.0", - "msw": "^1.2.1", - "rxjs": "^7.8.0", - "socket.io-client": "^2.5.0", - "systeminformation": "^5.17.12", - "uuid": "^9.0.0", - "webcrypto-core": "^1.7.7", - "werift": "0.18.2", - "ws": "^8.13.0" - } - } } }, "execa": { @@ -31708,7 +31652,7 @@ "homebridge": "1.6.1", "homebridge-ui": "*", "nodemon": "^3.0.1", - "ring-client-api": "11.8.0", + "ring-client-api": "11.8.1", "tsconfig": "*", "typescript": "5.1.6" }, @@ -40032,34 +39976,6 @@ "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", "dev": true }, - "werift": { - "version": "0.18.2", - "resolved": "https://registry.npmjs.org/werift/-/werift-0.18.2.tgz", - "integrity": "sha512-0RSrSnRo5SC8Ks7XgwvUtVGyKiRdlg6RxWWSaWv3ey2iTGrcPvUUp06ZGLeYRSablT7yoFpXJEz+JQuhgA+tJQ==", - "requires": { - "@fidm/x509": "^1.2.1", - "@minhducsun2002/leb128": "^1.0.0", - "@peculiar/webcrypto": "^1.4.1", - "@peculiar/x509": "^1.9.2", - "@shinyoshiaki/ebml-builder": "^0.0.1", - "aes-js": "^3.1.2", - "binary-data": "^0.6.0", - "buffer-crc32": "^0.2.13", - "date-fns": "^2.29.3", - "debug": "^4.3.4", - "elliptic": "^6.5.4", - "int64-buffer": "^1.0.1", - "ip": "^1.1.8", - "jspack": "^0.0.4", - "lodash": "^4.17.21", - "nano-time": "^1.0.0", - "p-cancelable": "^2.1.1", - "rx.mini": "^1.2.2", - "turbo-crc32": "^1.0.1", - "tweetnacl": "^1.0.3", - "uuid": "^9.0.0" - } - }, "whatwg-encoding": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz", diff --git a/packages/examples/CHANGELOG.md b/packages/examples/CHANGELOG.md index 911c5b19..a0c3ddf2 100644 --- a/packages/examples/CHANGELOG.md +++ b/packages/examples/CHANGELOG.md @@ -4,6 +4,13 @@ ### Patch Changes +- Updated dependencies [[`b39157e`](https://github.com/dgreif/ring/commit/b39157ee8e079d053946f87b737e1264e3ab92b2)]: + - ring-client-api@11.8.1 + +## null + +### Patch Changes + - Updated dependencies [[`f3e66fd`](https://github.com/dgreif/ring/commit/f3e66fdbeb960a9ba35ff26289a054c537bac890), [`af7f44e`](https://github.com/dgreif/ring/commit/af7f44e5f1f97274a8902063b621bde1e94bd08f)]: - ring-client-api@11.7.7 diff --git a/packages/examples/package.json b/packages/examples/package.json index 4d9c3672..15232e7b 100644 --- a/packages/examples/package.json +++ b/packages/examples/package.json @@ -8,7 +8,7 @@ "dotenv": "16.3.1", "eslint-config-shared": "*", "express": "4.18.2", - "ring-client-api": "11.8.0", + "ring-client-api": "11.8.1", "tsconfig": "*" }, "version": null diff --git a/packages/homebridge-ring/CHANGELOG.md b/packages/homebridge-ring/CHANGELOG.md index d5c55e47..b2adfa78 100644 --- a/packages/homebridge-ring/CHANGELOG.md +++ b/packages/homebridge-ring/CHANGELOG.md @@ -1,5 +1,14 @@ # homebridge-ring +## 11.8.1 + +### Patch Changes + +- [`b39157e`](https://github.com/dgreif/ring/commit/b39157ee8e079d053946f87b737e1264e3ab92b2) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies + +- Updated dependencies [[`b39157e`](https://github.com/dgreif/ring/commit/b39157ee8e079d053946f87b737e1264e3ab92b2)]: + - ring-client-api@11.8.1 + ## 11.8.0 ### Minor Changes diff --git a/packages/homebridge-ring/package.json b/packages/homebridge-ring/package.json index 1aea193f..072f01e5 100644 --- a/packages/homebridge-ring/package.json +++ b/packages/homebridge-ring/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-ring", - "version": "11.8.0", + "version": "11.8.1", "description": "Homebridge plugin for Ring doorbells, cameras, security alarm system and smart lighting", "main": "lib/index.js", "scripts": { @@ -13,7 +13,7 @@ "dependencies": { "@homebridge/camera-utils": "^2.2.0", "@homebridge/plugin-ui-utils": "^0.0.19", - "ring-client-api": "11.8.0" + "ring-client-api": "11.8.1" }, "devDependencies": { "concurrently": "^8.2.0", diff --git a/packages/ring-client-api/CHANGELOG.md b/packages/ring-client-api/CHANGELOG.md index 58ad2a38..58eff1d9 100644 --- a/packages/ring-client-api/CHANGELOG.md +++ b/packages/ring-client-api/CHANGELOG.md @@ -1,5 +1,11 @@ # ring-client-api +## 11.8.1 + +### Patch Changes + +- [`b39157e`](https://github.com/dgreif/ring/commit/b39157ee8e079d053946f87b737e1264e3ab92b2) Thanks [@dgreif](https://github.com/dgreif)! - Update dependencies + ## 11.8.0 ### Minor Changes diff --git a/packages/ring-client-api/package.json b/packages/ring-client-api/package.json index 6a9929a6..07be4cfc 100644 --- a/packages/ring-client-api/package.json +++ b/packages/ring-client-api/package.json @@ -1,6 +1,6 @@ { "name": "ring-client-api", - "version": "11.8.0", + "version": "11.8.1", "description": "Unofficial API for Ring doorbells, cameras, security alarm system and smart lighting", "main": "lib/index.js", "exports": {