chore(main): release flagsmith-provider 0.1.1 (#1388)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-09-29 12:11:02 -04:00 committed by GitHub
parent 1cb63b6a61
commit 15ae73b9a1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 4 deletions

View File

@ -22,5 +22,5 @@
"libs/providers/unleash-web": "0.1.1", "libs/providers/unleash-web": "0.1.1",
"libs/providers/growthbook": "0.1.2", "libs/providers/growthbook": "0.1.2",
"libs/providers/aws-ssm": "0.1.3", "libs/providers/aws-ssm": "0.1.3",
"libs/providers/flagsmith": "0.1.0" "libs/providers/flagsmith": "0.1.1"
} }

View File

@ -0,0 +1,8 @@
# Changelog
## [0.1.1](https://github.com/open-feature/js-sdk-contrib/compare/flagsmith-provider-v0.1.0...flagsmith-provider-v0.1.1) (2025-09-29)
### ✨ New Features
* add flagsmith-node-js provider ([#1374](https://github.com/open-feature/js-sdk-contrib/issues/1374)) ([219eddd](https://github.com/open-feature/js-sdk-contrib/commit/219edddc85c1a9f416034b607971c13def2b9467))

View File

@ -1,12 +1,12 @@
{ {
"name": "@openfeature/flagsmith-provider", "name": "@openfeature/flagsmith-provider",
"version": "0.1.0", "version": "0.1.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@openfeature/flagsmith-provider", "name": "@openfeature/flagsmith-provider",
"version": "0.1.0", "version": "0.1.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@openfeature/server-sdk": "^1.17.1", "@openfeature/server-sdk": "^1.17.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "@openfeature/flagsmith-provider", "name": "@openfeature/flagsmith-provider",
"version": "0.1.0", "version": "0.1.1",
"scripts": { "scripts": {
"publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi", "publish-if-not-exists": "cp $NPM_CONFIG_USERCONFIG .npmrc && if [ \"$(npm show $npm_package_name@$npm_package_version version)\" = \"$(npm run current-version -s)\" ]; then echo 'already published, skipping'; else npm publish --access public; fi",
"current-version": "echo $npm_package_version" "current-version": "echo $npm_package_version"