@accelbyte/sdk 0.2.0-beta.2 → 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,3 +1,11 @@
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
6
+
7
+ - Updated Readme
8
+
1
9
  ### 0.2.0-beta.2 - 2023-02-16
2
10
 
3
11
  - Further refactor SDK to use `interface` to prevent auto-expansion of types in Visual Studio Code
package/README.md CHANGED
@@ -1,10 +1,13 @@
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
 
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/).