Skip to content

Commit a4dea37

Browse files
committed
fix: update flagsmith to 9.0.5
this fixes the issue with the conflicting ts field type revert change to script command revert
1 parent 6dbd46f commit a4dea37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "flagsmith-cli",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A CLI allowing you to fetch Flagsmith flags and output them to a file",
55
"author": "kyle-ssg @kyle-ssg",
66
"bin": {
@@ -20,7 +20,7 @@
2020
"@oclif/core": "^1.16.0",
2121
"@oclif/plugin-help": "^5",
2222
"@oclif/plugin-plugins": "^2.0.1",
23-
"flagsmith": "3.9.1",
23+
"flagsmith": "^9.0.5",
2424
"node-fetch": "^2.6.6"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)