@accelbyte/sdk 0.1.1-alpha.51 → 0.1.1-alpha.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
+ ### 0.1.1-alpha.53 - 2022-01-11
2
+
3
+ - Fixed od-shared dependency error
4
+
1
5
  ### 0.1.1-alpha.51 - 2023-01-06
2
6
 
7
+ - Register feature flag for Login Web placed under Player Portal section
8
+ - Add 3rd-party login config to hide/show it as the login option
3
9
  - Deprecate justice-js-common-utils
4
10
 
5
11
  ### 0.1.1-alpha.50 - 2023-01-04
@@ -24,6 +30,7 @@
24
30
 
25
31
  ### 0.1.1-alpha.45 - 2022-12-19
26
32
 
33
+ - Update typings of IResponseError
27
34
  - Update conditional exports to support both Node and Browser environments
28
35
 
29
36
  ### 0.1.1-alpha.44 - 2022-12-09
@@ -37,6 +44,7 @@
37
44
  ### 0.1.1-alpha.42 - 2022-12-08
38
45
 
39
46
  - Remove peer dependencies
47
+ - [Editor] Global Styles are automatically applied to all areas of Player Portal V2, Launcher V2 and other apps
40
48
 
41
49
  ### 0.1.1-alpha.40 - 2022-12-01
42
50
 
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # AccelByte Web SDK
2
+
3
+ [README](https://github.com/AccelByte/accelbyte-web-sdk/blob/main/README.md)