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

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,4 +1,8 @@
1
- ### 0.2.0-beta.3 - 2023-02-16
1
+ ### 0.2.0-beta.4 - 2023-02-17
2
+
3
+ - Updated comments replacing all markups with markdowns
4
+
5
+ ### 0.2.0-beta.4 - 2023-02-16
2
6
 
3
7
  - Updated Readme
4
8
 
package/README.md CHANGED
@@ -4,7 +4,10 @@ This folder contains the source code of the AccelByte Web SDK. For full document
4
4
 
5
5
  ## Key directories
6
6
 
7
- - [docs](https://github.com/AccelByte/accelbyte-web-sdk/tree/main/packages/sdk/docs): Markdown documentations of the AccelByte Web SDK.
8
7
  - [examples](https://github.com/AccelByte/accelbyte-web-sdk/tree/main/packages/sdk/examples): Example usages of the AccelByte Web SDK, such as Node.js® (as a script), Next.js, and vite.
9
8
  - [src](https://github.com/AccelByte/accelbyte-web-sdk/tree/main/packages/sdk/src): The source files of the AccelByte Web SDK.
10
9
  - [test](https://github.com/AccelByte/accelbyte-web-sdk/tree/main/packages/sdk/test): The test files of the AccelByte Web SDK.
10
+
11
+ ## Web SDK Playground
12
+
13
+ Live test the Accelbyte Web SDK in the [Web SDK Playground](https://demo.accelbyte.io/web-sdk-playground/).