@launchdarkly/node-server-sdk
Advanced tools
Comparing version 9.0.6 to 9.1.0
@@ -11,2 +11,17 @@ # Changelog | ||
## [9.1.0](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.0.6...node-server-sdk-v9.1.0) (2024-02-06) | ||
### Features | ||
* React-native support for auto-env attributes. Only affects react-native package. ([deea99c](https://github.com/launchdarkly/js-core/commit/deea99ca2fbb3865f2ce55a83b2cf12e0ae2db5e)) | ||
* Update eslint jest configuration and versions. ([deea99c](https://github.com/launchdarkly/js-core/commit/deea99ca2fbb3865f2ce55a83b2cf12e0ae2db5e)) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @launchdarkly/js-server-sdk-common bumped from 2.1.3 to 2.2.0 | ||
## [9.0.6](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v9.0.5...node-server-sdk-v9.0.6) (2024-01-16) | ||
@@ -13,0 +28,0 @@ |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "9.0.6", | ||
"version": "9.1.0", | ||
"description": "LaunchDarkly Server-Side SDK for Node.js", | ||
@@ -48,3 +48,3 @@ "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node", | ||
"dependencies": { | ||
"@launchdarkly/js-server-sdk-common": "2.1.3", | ||
"@launchdarkly/js-server-sdk-common": "2.2.0", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -57,4 +57,4 @@ "launchdarkly-eventsource": "2.0.1" | ||
"@types/jest": "^29.4.0", | ||
"@typescript-eslint/eslint-plugin": "^6.1.0", | ||
"@typescript-eslint/parser": "^6.1.0", | ||
"@typescript-eslint/eslint-plugin": "^6.20.0", | ||
"@typescript-eslint/parser": "^6.20.0", | ||
"eslint": "^8.45.0", | ||
@@ -65,2 +65,3 @@ "eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jest": "^27.6.3", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
@@ -67,0 +68,0 @@ "jest": "^29.5.0", |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "9.0.6", | ||
"version": "9.1.0", | ||
"description": "LaunchDarkly Server-Side SDK for Node.js", | ||
@@ -48,3 +48,3 @@ "homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node", | ||
"dependencies": { | ||
"@launchdarkly/js-server-sdk-common": "2.1.3", | ||
"@launchdarkly/js-server-sdk-common": "2.2.0", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -57,4 +57,4 @@ "launchdarkly-eventsource": "2.0.1" | ||
"@types/jest": "^29.4.0", | ||
"@typescript-eslint/eslint-plugin": "^6.1.0", | ||
"@typescript-eslint/parser": "^6.1.0", | ||
"@typescript-eslint/eslint-plugin": "^6.20.0", | ||
"@typescript-eslint/parser": "^6.20.0", | ||
"eslint": "^8.45.0", | ||
@@ -65,2 +65,3 @@ "eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-jest": "^27.6.3", | ||
"eslint-plugin-prettier": "^5.0.0", | ||
@@ -67,0 +68,0 @@ "jest": "^29.5.0", |
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
81614
18
+ Added@launchdarkly/js-sdk-common@2.2.0(transitive)
+ Added@launchdarkly/js-server-sdk-common@2.2.0(transitive)
- Removed@launchdarkly/js-sdk-common@2.1.1(transitive)
- Removed@launchdarkly/js-server-sdk-common@2.1.3(transitive)