@spotify-confidence/openfeature-server-provider
Advanced tools
Comparing version 0.2.7 to 0.2.8
@@ -15,2 +15,9 @@ # Changelog | ||
## [0.2.8](https://github.com/spotify/confidence-sdk-js/compare/openfeature-server-provider-v0.2.7...openfeature-server-provider-v0.2.8) (2024-06-04) | ||
### ๐ Bug Fixes | ||
* cache timeouts ([#157](https://github.com/spotify/confidence-sdk-js/issues/157)) ([357bb02](https://github.com/spotify/confidence-sdk-js/commit/357bb025b02183f26700fa5df857d3528a51f747)), closes [#155](https://github.com/spotify/confidence-sdk-js/issues/155) | ||
## [0.2.7](https://github.com/spotify/confidence-sdk-js/compare/openfeature-server-provider-v0.2.5...openfeature-server-provider-v0.2.7) (2024-06-03) | ||
@@ -17,0 +24,0 @@ |
{ | ||
"name": "@spotify-confidence/openfeature-server-provider", | ||
"license": "Apache-2.0", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"type": "module", | ||
@@ -15,3 +15,3 @@ "types": "dist/index.d.ts", | ||
"@openfeature/server-sdk": "^1.13.5", | ||
"@spotify-confidence/sdk": "0.1.2" | ||
"@spotify-confidence/sdk": "0.1.3" | ||
}, | ||
@@ -25,4 +25,5 @@ "publishConfig": { | ||
"scripts": { | ||
"build": "tsc", | ||
"bundle": "rollup -c && api-extractor run" | ||
"build": "tsc -b", | ||
"bundle": "rollup -c && api-extractor run", | ||
"prepack": "yarn build && yarn bundle" | ||
}, | ||
@@ -29,0 +30,0 @@ "files": [ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
27249
0