@accelbyte/sdk 0.2.0-beta.2 → 0.2.0-beta.3

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,3 +1,7 @@
1
+ ### 0.2.0-beta.3 - 2023-02-16
2
+
3
+ - Updated Readme
4
+
1
5
  ### 0.2.0-beta.2 - 2023-02-16
2
6
 
3
7
  - Further refactor SDK to use `interface` to prevent auto-expansion of types in Visual Studio Code
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # AccelByte Web SDK
2
2
 
3
- This folder contains the source code of the AccelByte Web SDK.
3
+ This folder contains the source code of the AccelByte Web SDK. For full documentation open [github.com/AccelByte/accelbyte-web-sdk](https://github.com/AccelByte/accelbyte-web-sdk)
4
4
 
5
5
  ## Key directories
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accelbyte/sdk",
3
- "version": "0.2.0-beta.2",
3
+ "version": "0.2.0-beta.3",
4
4
  "author": "AccelByte Inc",
5
5
  "license": "AccelByte License",
6
6
  "main": "./dist/index.node.js",