Merge e74843d642 into 9ef4abfc94
This commit is contained in:
commit
010c9811f5
|
|
@ -21,6 +21,6 @@
|
|||
"libs/shared/config-cat-core": "0.2.2",
|
||||
"libs/providers/unleash-web": "0.1.1",
|
||||
"libs/providers/growthbook": "0.1.2",
|
||||
"libs/providers/aws-ssm": "0.1.3",
|
||||
"libs/providers/aws-ssm": "0.1.4",
|
||||
"libs/providers/flagsmith-provider": "0.1.0"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## [0.1.4](https://github.com/open-feature/js-sdk-contrib/compare/aws-ssm-provider-v0.1.3...aws-ssm-provider-v0.1.4) (2025-09-29)
|
||||
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
* **deps:** update dependency @aws-sdk/client-ssm to v3.826.0 ([#1313](https://github.com/open-feature/js-sdk-contrib/issues/1313)) ([ec5309a](https://github.com/open-feature/js-sdk-contrib/commit/ec5309a0a9efd9a6556f180d57f774ad003455bd))
|
||||
* **deps:** update dependency @aws-sdk/client-ssm to v3.840.0 ([#1329](https://github.com/open-feature/js-sdk-contrib/issues/1329)) ([3751930](https://github.com/open-feature/js-sdk-contrib/commit/375193081a0ab7f584bf24dd7a77e3fa41a72e26))
|
||||
|
||||
## [0.1.3](https://github.com/open-feature/js-sdk-contrib/compare/aws-ssm-provider-v0.1.2...aws-ssm-provider-v0.1.3) (2025-06-04)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@openfeature/aws-ssm-provider",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@openfeature/aws-ssm-provider",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-ssm": "^3.759.0",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@openfeature/aws-ssm-provider",
|
||||
"version": "0.1.3",
|
||||
"version": "0.1.4",
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-ssm": "^3.759.0",
|
||||
"lru-cache": "^11.0.2",
|
||||
|
|
|
|||
Loading…
Reference in New Issue