@launchdarkly/node-server-sdk
Advanced tools
Comparing version 0.3.2 to 0.4.0
@@ -17,2 +17,9 @@ # Changelog | ||
## [0.4.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v0.3.2...node-server-sdk-v0.4.0) (2023-04-26) | ||
### Features | ||
* Updates common package dep to 1.0.0 ([#101](https://github.com/launchdarkly/js-core/issues/101)) ([9883675](https://github.com/launchdarkly/js-core/commit/98836758d1998f208a1e13a68955611e0b10a8ce)) | ||
## [0.3.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v0.2.0...node-server-sdk-v0.3.0) (2023-03-16) | ||
@@ -19,0 +26,0 @@ |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"description": "LaunchDarkly Server-Side SDK for Node.js", | ||
@@ -25,3 +25,3 @@ "type": "commonjs", | ||
"dependencies": { | ||
"@launchdarkly/js-server-sdk-common": "0.3.1", | ||
"@launchdarkly/js-server-sdk-common": "1.0.0", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -28,0 +28,0 @@ "launchdarkly-eventsource": "^1.4.4" |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "0.3.2", | ||
"version": "0.4.0", | ||
"description": "LaunchDarkly Server-Side SDK for Node.js", | ||
@@ -25,3 +25,3 @@ "type": "commonjs", | ||
"dependencies": { | ||
"@launchdarkly/js-server-sdk-common": "0.3.1", | ||
"@launchdarkly/js-server-sdk-common": "1.0.0", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -28,0 +28,0 @@ "launchdarkly-eventsource": "^1.4.4" |
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
64805
+ Added@launchdarkly/js-sdk-common@1.0.0(transitive)
+ Added@launchdarkly/js-server-sdk-common@1.0.0(transitive)
- Removed@launchdarkly/js-sdk-common@0.3.0(transitive)
- Removed@launchdarkly/js-server-sdk-common@0.3.1(transitive)