Skip to content

Commit 9da3a6d

Browse files
Use not experimental version
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
1 parent 8b81130 commit 9da3a6d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

libs/providers/ofrep-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"peerDependencies": {
1414
"@openfeature/web-sdk": ">=0.4.0",
15-
"@openfeature/ofrep-core": "^0.0.6-experimental"
15+
"@openfeature/ofrep-core": "^0.1.0"
1616
}
1717
}

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@bufbuild/protobuf": "^1.2.0",
1919
"@flipt-io/flipt": "^1.0.0",
2020
"@grpc/grpc-js": "^1.9.13",
21-
"@openfeature/ofrep-core": "^0.0.6-experimental",
21+
"@openfeature/ofrep-core": "^0.1.0",
2222
"@opentelemetry/api": "^1.3.0",
2323
"@protobuf-ts/grpc-transport": "^2.9.0",
2424
"@protobuf-ts/runtime-rpc": "^2.9.0",

0 commit comments

Comments
 (0)