@launchdarkly/js-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-sdk-common-v0.1.0...js-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-sdk-common", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
# LaunchDarkly SDK JavaScript Common Code | ||
[![NPM](TODO) | ||
![Actions Status](TODO) | ||
[![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8)](TODO) | ||
[![NPM][common-npm-badge]][common-npm-link] | ||
[![Actions Status][shared-common-ci-badge]][shared-common-ci] | ||
[![Documentation](https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8)](https://launchdarkly.github.io/js-core/packages/shared/common/docs/) | ||
This project contains Typescript classes and interfaces that are applicable to client-side and server-side JavaScript 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-common-ci-badge]: https://github.com/launchdarkly/js-core/actions/workflows/common.yml/badge.svg | ||
[shared-common-ci]: https://github.com/launchdarkly/js-core/actions/workflows/common.yml | ||
[common-npm-badge]: https://img.shields.io/npm/v/@launchdarkly/js-sdk-common.svg?style=flat-square | ||
[common-npm-link]: https://www.npmjs.com/package/@launchdarkly/js-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
195997
34