Skip to content

Commit a87fe08

Browse files
authored
[FSSDK-9621] bump js sdk to 5.2.0 (#254)
this adds persistentCacheProvider option to createInstance config cause react sdk createInstane just uses the js sdk config type
1 parent 2e5bdf9 commit a87fe08

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ dist/
88
build/
99
.rpt2_cache
1010
.env
11+
12+
# test artifacts
13+
**.tgz

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2018-2019, Optimizely, Inc. and contributors
190+
© Optimizely 2018
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"access": "public"
3535
},
3636
"dependencies": {
37-
"@optimizely/optimizely-sdk": "^5.1.0",
37+
"@optimizely/optimizely-sdk": "^5.2.0",
3838
"hoist-non-react-statics": "^3.3.0",
3939
"prop-types": "^15.6.2",
4040
"utility-types": "^2.1.0 || ^3.0.0"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@
655655
"@jridgewell/resolve-uri" "^3.0.3"
656656
"@jridgewell/sourcemap-codec" "^1.4.10"
657657

658-
"@optimizely/optimizely-sdk@^5.1.0":
658+
"@optimizely/optimizely-sdk@^5.2.0":
659659
version "5.2.0"
660660
resolved "https://registry.yarnpkg.com/@optimizely/optimizely-sdk/-/optimizely-sdk-5.2.0.tgz#6449336182515dd4cca9d6913e24ca8e814e6278"
661661
integrity sha512-JxdhWHU9OiJKrKfyWe9lL+2/e28gBZnPNHQAA+heyWTAtcuxZWdSZ24bIkLwAAuIf26dh89o9LNB2L8aKPmwWw==

0 commit comments

Comments
 (0)