Skip to content

Commit

Permalink
fix!: set openfeature sdk min version to 0.2.0 (open-feature#93)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>

Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
  • Loading branch information
beeme1mr authored Aug 15, 2022
1 parent 42adc78 commit a733102
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions libs/hooks/open-telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openfeature/open-telemetry-hook",
"version": "1.2.3-alpha",
"version": "1.2.3",
"type": "commonjs",
"repository": {
"type": "git",
Expand All @@ -14,5 +14,8 @@
"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"
},
"peerDependencies": {
"@openfeature/nodejs-sdk": "^0.2.0"
},
"license": "Apache-2.0"
}
}
4 changes: 2 additions & 2 deletions libs/providers/flagd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"current-version": "echo $npm_package_version"
},
"peerDependencies": {
"@openfeature/nodejs-sdk": "^0.1.0"
"@openfeature/nodejs-sdk": "^0.2.0"
}
}
}
2 changes: 1 addition & 1 deletion libs/providers/go-feature-flag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.3",
"type": "commonjs",
"peerDependencies": {
"@openfeature/nodejs-sdk": "^0.1.9"
"@openfeature/nodejs-sdk": "^0.2.0"
},
"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",
Expand Down

0 comments on commit a733102

Please sign in to comment.