@accelbyte/sdk 0.2.0-beta.4 → 0.2.0-beta.5

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.
@@ -11,7 +11,7 @@
11
11
  "link:stop": "yarn unlink @accelbyte/sdk && yarn install --force"
12
12
  },
13
13
  "dependencies": {
14
- "@accelbyte/sdk": "0.2.0-beta.4",
14
+ "@accelbyte/sdk": "0.2.0-beta.5",
15
15
  "@next/font": "13.0.7",
16
16
  "@types/node": "18.11.17",
17
17
  "@types/react": "18.0.26",
@@ -8,7 +8,7 @@
8
8
  "link:stop": "yarn unlink @accelbyte/sdk && yarn install --force"
9
9
  },
10
10
  "dependencies": {
11
- "@accelbyte/sdk": "0.2.0-beta.4",
11
+ "@accelbyte/sdk": "0.2.0-beta.5",
12
12
  "dotenv": "16.0.3"
13
13
  }
14
14
  }
@@ -11,7 +11,7 @@
11
11
  "link:stop": "yarn unlink @accelbyte/sdk && yarn install --force"
12
12
  },
13
13
  "dependencies": {
14
- "@accelbyte/sdk": "0.2.0-beta.4",
14
+ "@accelbyte/sdk": "0.2.0-beta.5",
15
15
  "dotenv": "16.0.3",
16
16
  "react": "^18.2.0",
17
17
  "react-dom": "^18.2.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@accelbyte/sdk",
3
- "version": "0.2.0-beta.4",
3
+ "version": "0.2.0-beta.5",
4
4
  "author": "AccelByte Inc",
5
5
  "license": "AccelByte License",
6
6
  "main": "./dist/index.node.js",