We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6dbd46f + a4dea37 commit bec78e1Copy full SHA for bec78e1
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "flagsmith-cli",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "A CLI allowing you to fetch Flagsmith flags and output them to a file",
5
"author": "kyle-ssg @kyle-ssg",
6
"bin": {
@@ -20,7 +20,7 @@
20
"@oclif/core": "^1.16.0",
21
"@oclif/plugin-help": "^5",
22
"@oclif/plugin-plugins": "^2.0.1",
23
- "flagsmith": "3.9.1",
+ "flagsmith": "^9.0.5",
24
"node-fetch": "^2.6.6"
25
},
26
"devDependencies": {
0 commit comments