Skip to content

Commit

Permalink
Update pulse to 0.1.1 to pickup Node 18 fix (#203)
Browse files Browse the repository at this point in the history
Signed-off-by: Liam McLoughlin <lmcloughlin@google.com>
  • Loading branch information
Hexxeh committed Aug 17, 2022
1 parent 58a91df commit 9f42b91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/sdk-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@fitbit/jsonrpc-ts": "^3.2.1",
"@fitbit/memory-profiler": "^1.8.0-pre.2",
"@fitbit/portable-pixmap": "^1.0.3",
"@fitbit/pulse": "^0.1.0",
"@fitbit/pulse": "^0.1.1",
"@moleculer/vorpal": "^1.11.5",
"@openid/appauth": "^1.2.8",
"chalk": "^4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -321,10 +321,10 @@
error-subclass "^2.2.0"
tslib "^2.0.3"

"@fitbit/pulse@^0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@fitbit/pulse/-/pulse-0.1.0.tgz#d85a61bd4dd2a205f5bf6bd65d5901f4e696a65f"
integrity sha512-Rt3L82kS2G1poWRNPSdXaod/DwdTswMbgQ4TNuZIzL/NyWdOMwfoftiqBGzcAbZt9CppamI1kzb1VYAZMZOxQQ==
"@fitbit/pulse@^0.1.1":
version "0.1.1"
resolved "https://registry.yarnpkg.com/@fitbit/pulse/-/pulse-0.1.1.tgz#4075b82dae995fbb6b32c64342f44a5be532ec36"
integrity sha512-dtfqS+6L7FZfMGAcGBXIM2CYO/4tjduLVRIpfc/Dlks2Fapfa89LPFTAyIyrWGF4WjPDVRcJ9R8r+aAU5IKlfQ==
dependencies:
crc-32 "^1.2.0"
tslib "^2.3.1"
Expand Down

0 comments on commit 9f42b91

Please sign in to comment.