Skip to content
This repository was archived by the owner on May 30, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the LaunchDarkly Node.js SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [5.1.2] - 2018-07-26

### Removed:
- Removed a dependency on the deprecated [`crypto`](https://www.npmjs.com/package/crypto) module. ([#92](https://github.com/launchdarkly/node-client/issues/92))

## [5.1.1] - 2018-07-19

### Fixed:
Expand Down
111 changes: 37 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ldclient-node",
"version": "5.1.1",
"version": "5.1.2",
"description": "LaunchDarkly SDK for Node.js",
"main": "index.js",
"scripts": {
Expand All @@ -24,7 +24,6 @@
"dependencies": {
"@types/redis": "2.8.6",
"async": "2.6.0",
"crypto": "0.0.3",
"hoek": "4.2.1",
"lrucache": "^1.0.3",
"node-cache": "^3.2.1",
Expand Down