@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 +5 -1
- package/README.md +4 -1
- package/dist/index.browser.es.js +400 -313
- package/dist/index.browser.es.js.map +1 -1
- package/dist/index.d.ts +398 -312
- package/dist/index.node.es.js +400 -313
- package/dist/index.node.es.js.map +1 -1
- package/dist/index.node.js +400 -313
- package/dist/index.node.js.map +1 -1
- package/examples/next/package.json +1 -1
- package/examples/next/yarn.lock +4 -4
- package/examples/node/package.json +1 -1
- package/examples/node/yarn.lock +4 -4
- package/examples/vite/package.json +1 -1
- package/examples/vite/yarn.lock +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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/).
|