@accelbyte/sdk 0.2.0-beta.1 → 0.2.0-beta.12

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,27 @@
1
+ ### 0.2.0-beta.12 - 2023-02-21
2
+
3
+ - Fix build to 5a0f0c3
4
+
5
+ ### 0.2.0-beta.6 - 2023-02-20
6
+
7
+ - Add DesktopChecker to the entry index
8
+
9
+ ### 0.2.0-beta.5 - 2023-02-19
10
+
11
+ - Updated documentation
12
+
13
+ ### 0.2.0-beta.4 - 2023-02-17
14
+
15
+ - Updated comments replacing all markups with markdowns
16
+
17
+ ### 0.2.0-beta.4 - 2023-02-16
18
+
19
+ - Updated Readme
20
+
21
+ ### 0.2.0-beta.2 - 2023-02-16
22
+
23
+ - Further refactor SDK to use `interface` to prevent auto-expansion of types in Visual Studio Code
24
+
1
25
  ### 0.2.0-beta.1 - 2023-02-15
2
26
 
3
27
  - Release Web SDK as a Beta Version
package/README.md CHANGED
@@ -1,10 +1,10 @@
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 [github.com/AccelByte/accelbyte-web-sdk](https://github.com/AccelByte/accelbyte-web-sdk). For full documentation and live playground open [AccelByte Web SDK](https://demo.accelbyte.io/web-sdk-playground/)
4
4
 
5
5
  ## Key directories
6
6
 
7
- - [docs](./docs): Markdown documentations of the AccelByte Web SDK.
8
- - [examples](./examples): Example usages of the AccelByte Web SDK, such as Node.js® (as a script), Next.js, and vite.
9
- - [src](./src): The source files of the AccelByte Web SDK.
10
- - [test](./test): The test files of the AccelByte Web SDK.
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.
8
+ - [src](https://github.com/AccelByte/accelbyte-web-sdk/tree/main/packages/sdk/src): The source files of the AccelByte Web SDK.
9
+ - [test](https://github.com/AccelByte/accelbyte-web-sdk/tree/main/packages/sdk/test): The test files of the AccelByte Web SDK.
10
+