@accelbyte/sdk 4.0.1 → 4.0.2

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # AccelByte Gaming Services (AGS) TypeScript SDK
2
2
 
3
- > **Note**: The AccelByte Gaming Service (AGS Typescript SDK is still under development. Some Extend SDK features may not be available yet.
3
+ > **Note**: The AccelByte Gaming Service (AGS) Typescript SDK is still under development. Some Extend SDK features may not be available yet.
4
4
 
5
5
  The AGS TypeScript SDK is a versatile library for building web applications using AccelByte API services. It is platform-agnostic, making it suitable for both browser and server environments. Developed with TypeScript, the SDK emphasizes strict type safety, providing robust runtime type-checking to help you confidently work with AccelByte Gaming Service (AGS) type definitions.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accelbyte/sdk",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "author": "AccelByte Inc",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "./dist/cjs/node/index.cjs",
@@ -19,7 +19,7 @@
19
19
  "type": "module",
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "https://github.com/AccelByte/accelbyte-web-sdk.git"
22
+ "url": "https://github.com/AccelByte/accelbyte-typescript-sdk.git"
23
23
  },
24
24
  "scripts": {
25
25
  "build": "tsup && yarn build:dts",
@@ -48,7 +48,7 @@
48
48
  "vitest": "2.0.5"
49
49
  },
50
50
  "dependencies": {
51
- "@accelbyte/validator": "0.2.23",
51
+ "@accelbyte/validator": "0.2.24",
52
52
  "axios": "1.7.7",
53
53
  "buffer": "6.0.3",
54
54
  "crypto-js": "4.1.1",