@genex-ai/embed-sdk 0.22.2 → 0.22.3

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.
@@ -298,7 +298,7 @@ var RETRY_FLAG = "genex:embed:retry";
298
298
  var POPOVER_DISMISSED_FLAG = "genex:guest:popover-dismissed";
299
299
  var LOCAL_AUTH_FLAG = "genex:embed:local-auth";
300
300
  var PLAYER_ID_KEY = "genex:player";
301
- var SDK_VERSION = "0.22.2";
301
+ var SDK_VERSION = "0.22.3";
302
302
  var config2 = null;
303
303
  var state = "pending";
304
304
  var user = null;
package/dist/index.js CHANGED
@@ -28,7 +28,7 @@ import {
28
28
  waitForAuth,
29
29
  waitForGeneration,
30
30
  waitForPlayer
31
- } from "./chunk-W77CV2E4.js";
31
+ } from "./chunk-IFI2NYBC.js";
32
32
  import "./chunk-Q476GJHI.js";
33
33
  export {
34
34
  __resetForTests,
package/dist/sentry.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  _stashTicketFromUrl,
3
3
  getUser,
4
4
  on
5
- } from "./chunk-W77CV2E4.js";
5
+ } from "./chunk-IFI2NYBC.js";
6
6
  import "./chunk-Q476GJHI.js";
7
7
 
8
8
  // src/sentry.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@genex-ai/embed-sdk",
3
- "version": "0.22.2",
3
+ "version": "0.22.3",
4
4
  "description": "Player identity + durable game state for genex games \u2014 signed-in or guest play, per-player save slots, shared world state, and soft-trust leaderboards.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -53,9 +53,8 @@
53
53
  "typescript": "^5.8.0"
54
54
  },
55
55
  "repository": {
56
- "type": "git",
57
- "url": "git+https://github.com/me-ai-org/genex-demo.git",
58
- "directory": "packages/embed-sdk"
56
+ "type": "git",
57
+ "url": "git+https://github.com/genex-games/genex.git"
59
58
  },
60
59
  "license": "MIT"
61
60
  }