@launchdarkly/js-server-sdk-common
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,2 +5,18 @@ # Changelog | ||
## [1.0.1](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v1.0.0...js-server-sdk-common-v1.0.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-sdk-common bumped from 1.0.0 to 1.0.1 | ||
## [1.0.0](https://github.com/launchdarkly/js-core/compare/js-server-sdk-common-v0.3.1...js-server-sdk-common-v1.0.0) (2023-04-26) | ||
@@ -7,0 +23,0 @@ |
{ | ||
"name": "@launchdarkly/js-server-sdk-common", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"type": "commonjs", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/shared/sdk-server", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/launchdarkly/js-core.git" | ||
}, | ||
"description": "LaunchDarkly Server SDK for JavaScript - common code", | ||
"files": [ | ||
"/dist" | ||
"dist" | ||
], | ||
@@ -19,2 +24,3 @@ "keywords": [ | ||
"build": "npx tsc", | ||
"clean": "npx tsc --build --clean", | ||
"lint": "npx eslint . --ext .ts", | ||
@@ -26,3 +32,3 @@ "lint:fix": "yarn run lint -- --fix" | ||
"dependencies": { | ||
"@launchdarkly/js-sdk-common": "1.0.0", | ||
"@launchdarkly/js-sdk-common": "1.0.1", | ||
"semver": "7.4.0" | ||
@@ -29,0 +35,0 @@ }, |
# LaunchDarkly SDK JavaScript Common Server Code | ||
[![NPM][js-server-sdk-common-badge]][js-server-sdk-common-link] | ||
[![NPM][js-server-sdk-common-npm-badge]][js-server-sdk-common-npm-link] | ||
[![Actions Status][shared-sdk-server-ci-badge]][shared-sdk-server-ci] | ||
[![Documentation](https://launchdarkly.github.io/js-core/packages/shared/common/docs/) | ||
[![Documentation][shared-sdk-server-ghp-badge]][shared-sdk-server-ghp-link] | ||
@@ -29,6 +29,7 @@ This project contains Typescript classes and interfaces that are applicable to server-side SDKs. | ||
[js-server-sdk-common-npm-badge]: https://img.shields.io/npm/v/@launchdarkly/js-server-sdk-common.svg?style=flat-square | ||
[js-server-sdk-common-npm-link]: https://www.npmjs.com/package/@launchdarkly/js-server-sdk-common | ||
[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 | ||
[shared-sdk-server-ghp-badge]: https://img.shields.io/static/v1?label=GitHub+Pages&message=API+reference&color=00add8 | ||
[shared-sdk-server-ghp-link]: https://launchdarkly.github.io/js-core/packages/shared/sdk-server/docs/ |
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
489840
436
0
35
0
+ Added@launchdarkly/js-sdk-common@1.0.1(transitive)
- Removed@launchdarkly/js-sdk-common@1.0.0(transitive)