@openfeature/core
Advanced tools
Comparing version 0.0.15 to 0.0.16
{ | ||
"name": "@openfeature/core", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "Shared OpenFeature JS components (server and web)", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
@@ -21,2 +21,6 @@ <!-- markdownlint-disable MD033 --> | ||
This package is useful if you need to reference the underlying types common to all the JS SDKs, or if you're creating a utility that can be used to both server and web implementations. | ||
Be sure to add this module as either a `devDependency` (if only build time assets such as types are required) or as a `peerDependency` with a permissive version expression. | ||
Be sure to add this module as either a `devDependency` (if only build time assets such as types are required) or as a `peerDependency` with a permissive version expression. | ||
### API Reference | ||
See [here](https://open-feature.github.io/js-sdk/modules/_openfeature_core.html) for the complete API documentation. |
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
236322
25