@launchdarkly/js-server-sdk-common
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -5,4 +5,11 @@ # Changelog | ||
## [0.2.0](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v0.1.0...js-server-sdk-common-v0.2.0) (2023-03-16) | ||
### Features | ||
* Update packaging to include only needed files. ([06b2f28](https://github.com/launchdarkly/js-core/commit/06b2f28c85ba9e8610f88cb234546403e534fa77)) | ||
## 0.1.0 (2023-03-15) | ||
Initial prerelease version. |
{ | ||
"name": "@launchdarkly/js-server-sdk-common", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"type": "commonjs", | ||
@@ -24,3 +24,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@launchdarkly/js-sdk-common": "0.1.0", | ||
"@launchdarkly/js-sdk-common": "0.2.0", | ||
"semver": "^7.3.8" | ||
@@ -27,0 +27,0 @@ }, |
# LaunchDarkly SDK JavaScript Common Server Code | ||
[![NPM](TODO) | ||
![Actions Status](TODO) | ||
[![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8)](TODO) | ||
[![NPM][js-server-sdk-common-badge]][js-server-sdk-common-link] | ||
[![Actions Status][shared-sdk-server-ci-badge]][shared-sdk-server-ci] | ||
[![Documentation](https://launchdarkly.github.io/js-core/packages/shared/common/docs/) | ||
This project contains Typescript classes and interfaces that are applicable to server-side SDKs. | ||
This library is a beta version and should not be considered ready for production use while this message is visible. | ||
## Contributing | ||
@@ -26,1 +28,7 @@ | ||
- [blog.launchdarkly.com](https://blog.launchdarkly.com/ 'LaunchDarkly Blog Documentation') for the latest product updates | ||
[shared-sdk-server-ci-badge]: https://github.com/launchdarkly/js-core/actions/workflows/sdk-server.yml/badge.svg | ||
[shared-sdk-server-ci]: https://github.com/launchdarkly/js-core/actions/workflows/sdk-server.yml | ||
[js-server-sdk-common-badge]: https://img.shields.io/npm/v/@launchdarkly/js-server-sdk-common.svg?style=flat-square | ||
[js-server-sdk-common-link]: https://www.npmjs.com/package/@launchdarkly/js-server-sdk-common |
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
480428
34
+ Added@launchdarkly/js-sdk-common@0.2.0(transitive)
- Removed@launchdarkly/js-sdk-common@0.1.0(transitive)