@accelbyte/sdk 0.2.0-beta.22 → 0.2.0-beta.23

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.
Files changed (2) hide show
  1. package/README.md +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,12 @@
1
1
  # AccelByte Web SDK
2
2
 
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/)
3
+ This folder contains the source code of the [github.com/AccelByte/accelbyte-web-sdk](https://github.com/AccelByte/accelbyte-web-sdk).
4
+
5
+ The [AccelByte Web SDK](https://github.com/AccelByte/accelbyte-web-sdk) is a platform-agnostic JavaScript library that enables you to build web applications using AccelByte backend services. For full documentation and live playground open [AccelByte Web SDK](https://demo.accelbyte.io/web-sdk-playground/)
4
6
 
5
7
  ## Key directories
6
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
+ - [examples](https://github.com/AccelByte/accelbyte-web-sdk/tree/main/packages/sdk/examples): Example usages of the AccelByte Web SDK, such as Node (as a script), Next.js, and vite.
8
10
  - [src](https://github.com/AccelByte/accelbyte-web-sdk/tree/main/packages/sdk/src): The source files of the AccelByte Web SDK.
9
11
  - [test](https://github.com/AccelByte/accelbyte-web-sdk/tree/main/packages/sdk/test): The test files of the AccelByte Web SDK.
10
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accelbyte/sdk",
3
- "version": "0.2.0-beta.22",
3
+ "version": "0.2.0-beta.23",
4
4
  "author": "AccelByte Inc",
5
5
  "license": "AccelByte License",
6
6
  "main": "./dist/cjs/node/index.cjs",