@accelbyte/sdk 0.1.1-alpha.52 → 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,9 +1,11 @@
1
- ### 0.1.1-alpha.52 - 2022-12-28
1
+ ### 0.1.1-alpha.53 - 2022-01-11
2
+
3
+ - Fixed od-shared dependency error
2
4
 
3
- - Register feature flag for Login Web placed under Player Portal section
4
- - Add 3rd-party login config to hide/show it as the login option
5
5
  ### 0.1.1-alpha.51 - 2023-01-06
6
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
7
9
  - Deprecate justice-js-common-utils
8
10
 
9
11
  ### 0.1.1-alpha.50 - 2023-01-04
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  # AccelByte Web SDK
2
2
 
3
- [README](../../README.md)
3
+ [README](https://github.com/AccelByte/accelbyte-web-sdk/blob/main/README.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accelbyte/sdk",
3
- "version": "0.1.1-alpha.52",
3
+ "version": "0.1.1-alpha.53",
4
4
  "author": "AccelByte Inc",
5
5
  "license": "AccelByte License",
6
6
  "main": "./dist/index.js",