@launchdarkly/node-server-sdk
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -17,2 +17,18 @@ # Changelog | ||
## [0.4.1](https://github.com/launchdarkly/js-core/compare/node-server-sdk-v0.4.0...node-server-sdk-v0.4.1) (2023-04-27) | ||
### Bug Fixes | ||
* add licence and fix missing package.json fields. ([c586398](https://github.com/launchdarkly/js-core/commit/c5863980c5bf4ee2a7590dfc4f7c575045d669b0)) | ||
* Ensure top level commands work correctly ([#105](https://github.com/launchdarkly/js-core/issues/105)) ([762571f](https://github.com/launchdarkly/js-core/commit/762571ff851558d229e4d29ba40a9c16b89f2a8d)) | ||
* remove beta text from cloudflare sdk readme. ([c586398](https://github.com/launchdarkly/js-core/commit/c5863980c5bf4ee2a7590dfc4f7c575045d669b0)) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @launchdarkly/js-server-sdk-common bumped from 1.0.0 to 1.0.1 | ||
## [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) | ||
@@ -19,0 +35,0 @@ |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "LaunchDarkly Server-Side SDK for Node.js", | ||
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/launchdarkly/js-core.git" | ||
}, | ||
"type": "commonjs", | ||
@@ -9,3 +14,3 @@ "main": "./dist/src/index.js", | ||
"files": [ | ||
"/dist" | ||
"dist" | ||
], | ||
@@ -18,2 +23,3 @@ "keywords": [ | ||
"scripts": { | ||
"clean": "npx tsc --build --clean", | ||
"//": "We run the tests in-band because the FS tests work best sequential.", | ||
@@ -27,3 +33,3 @@ "test": "npx jest --ci --runInBand", | ||
"dependencies": { | ||
"@launchdarkly/js-server-sdk-common": "1.0.0", | ||
"@launchdarkly/js-server-sdk-common": "1.0.1", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -30,0 +36,0 @@ "launchdarkly-eventsource": "^1.4.4" |
{ | ||
"name": "@launchdarkly/node-server-sdk", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "LaunchDarkly Server-Side SDK for Node.js", | ||
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/server-node", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/launchdarkly/js-core.git" | ||
}, | ||
"type": "commonjs", | ||
@@ -9,3 +14,3 @@ "main": "./dist/src/index.js", | ||
"files": [ | ||
"/dist" | ||
"dist" | ||
], | ||
@@ -18,2 +23,3 @@ "keywords": [ | ||
"scripts": { | ||
"clean": "npx tsc --build --clean", | ||
"//": "We run the tests in-band because the FS tests work best sequential.", | ||
@@ -27,3 +33,3 @@ "test": "npx jest --ci --runInBand", | ||
"dependencies": { | ||
"@launchdarkly/js-server-sdk-common": "1.0.0", | ||
"@launchdarkly/js-server-sdk-common": "1.0.1", | ||
"https-proxy-agent": "^5.0.1", | ||
@@ -30,0 +36,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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
66640
65
1
1
+ Added@launchdarkly/js-sdk-common@1.0.1(transitive)
+ Added@launchdarkly/js-server-sdk-common@1.0.1(transitive)
- Removed@launchdarkly/js-sdk-common@1.0.0(transitive)
- Removed@launchdarkly/js-server-sdk-common@1.0.0(transitive)