@spotify-confidence/openfeature-server-provider
Advanced tools
Comparing version 0.2.1-rc.0 to 0.2.2-rc.0
@@ -15,2 +15,16 @@ # Changelog | ||
## [0.2.2-rc.0](https://github.com/spotify/confidence-openfeature-provider-js/compare/openfeature-server-provider-v0.2.1-rc.0...openfeature-server-provider-v0.2.2-rc.0) (2024-04-30) | ||
### 🧹 Chore | ||
* of bump core 1.1.0, web 1.0.3, server 1.13.5 ([#117](https://github.com/spotify/confidence-openfeature-provider-js/issues/117)) ([7934996](https://github.com/spotify/confidence-openfeature-provider-js/commit/793499690e5b18b1c26a6f8e317bce27252574d7)) | ||
### Dependencies | ||
* The following workspace dependencies were updated | ||
* dependencies | ||
* @spotify-confidence/sdk bumped from 0.0.3 to 0.0.4 | ||
## [0.2.0-rc.0](https://github.com/spotify/confidence-openfeature-provider-js/compare/openfeature-server-provider-v0.1.5...openfeature-server-provider-v0.2.0-rc.0) (2024-04-04) | ||
@@ -17,0 +31,0 @@ |
{ | ||
"name": "@spotify-confidence/openfeature-server-provider", | ||
"license": "Apache-2.0", | ||
"version": "0.2.1-rc.0", | ||
"version": "0.2.2-rc.0", | ||
"module": "build/esm/index.js", | ||
@@ -9,10 +9,10 @@ "main": "build/cjs/index.js", | ||
"dependencies": { | ||
"@spotify-confidence/sdk": "0.0.3" | ||
"@spotify-confidence/sdk": "0.0.4" | ||
}, | ||
"devDependencies": { | ||
"@openfeature/core": "^0.0.24", | ||
"@openfeature/server-sdk": "^1.10.0" | ||
"@openfeature/core": "^1.1.0", | ||
"@openfeature/server-sdk": "^1.13.5" | ||
}, | ||
"peerDependencies": { | ||
"@openfeature/server-sdk": "^1.10.0" | ||
"@openfeature/server-sdk": "^1.13.5" | ||
}, | ||
@@ -28,3 +28,3 @@ "scripts": { | ||
}, | ||
"gitHead": "e434adc99a1668ffaf6ac95557a877b4af4c3cfb" | ||
"gitHead": "bf3ab8dd47e57a642759ac22ecfac8ecb9ae1d65" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
180931
+ Added@spotify-confidence/sdk@0.0.4(transitive)
- Removed@spotify-confidence/sdk@0.0.3(transitive)