@hivedev/hivesdk 1.0.27 → 1.0.28

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/hive-client.js +1 -1
  2. package/package.json +1 -1
package/hive-client.js CHANGED
@@ -252,7 +252,7 @@ async function isClientLoggedIn() {
252
252
  const response = await fetch(
253
253
  "/IsLoggedIn",
254
254
  {
255
- method: "GET",
255
+ method: "POST",
256
256
  credentials: "include",
257
257
  headers: {
258
258
  "x-device-id": await getDeviceId(),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hivedev/hivesdk",
3
3
  "type": "module",
4
- "version": "1.0.27",
4
+ "version": "1.0.28",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",
7
7
  "scripts": {