@puzzmo/sdk 1.0.25 → 1.0.26

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.
@@ -2789,43 +2789,47 @@ function Re(t = {}) {
2789
2789
  userState: {
2790
2790
  gameSettings: {},
2791
2791
  id: "simulator-user",
2792
- nakamaLogin: "simulator",
2793
2792
  ownerID: "simulator-owner"
2794
2793
  },
2795
- currentUser: null,
2794
+ currentUser: {
2795
+ id: "simulator-user",
2796
+ name: "Simulator",
2797
+ username: "simulator",
2798
+ usernameID: "0000",
2799
+ type: "User",
2800
+ roles: "",
2801
+ nakamaID: null
2802
+ },
2796
2803
  startOrFindGameplay: { gamePlayed: {
2797
2804
  additionalTimeAddedSecs: 0,
2798
2805
  boardState: m.currentInputStr,
2799
- cheatsUsed: 0,
2800
2806
  combinedTimeSecs: 0,
2801
2807
  completed: !1,
2802
2808
  createdAt: (/* @__PURE__ */ new Date()).toISOString(),
2803
2809
  elapsedTimeSecs: 0,
2804
- hintsUsed: 0,
2805
2810
  id: `simulator-gameplay-${Date.now()}`,
2806
2811
  ownerID: "simulator-owner",
2807
2812
  pointsAwarded: 0,
2808
- resetsUsed: 0,
2809
2813
  slug: "simulator-game",
2810
2814
  viewerOwnsPuzzle: !0,
2811
2815
  puzzle: {
2812
2816
  id: "simulator-puzzle",
2813
2817
  name: "Proto Jig Puzzle",
2814
2818
  puzzle: JSON.stringify(e),
2815
- seriesNumber: 1,
2816
2819
  game: {
2817
- assetsPath: "./assets/",
2818
- assetsSha: "",
2819
2820
  displayName: "Proto Game",
2820
- exposedGlobalFunction: "startGame",
2821
2821
  jsPath: "",
2822
2822
  slug: "proto-game"
2823
- }
2823
+ },
2824
+ mostRecentDaily: null
2824
2825
  }
2825
2826
  } },
2826
2827
  theme: m.selectedTheme,
2827
- hostFlags: [],
2828
- hostContext: [],
2828
+ hostContext: [{
2829
+ type: "app",
2830
+ layout: "desktop",
2831
+ host: null
2832
+ }],
2829
2833
  appRuntimeContract: "1.0"
2830
2834
  }), U = function() {
2831
2835
  var t = e(function* () {
@@ -2901,4 +2905,4 @@ function Re(t = {}) {
2901
2905
  }
2902
2906
  export { Re as t };
2903
2907
 
2904
- //# sourceMappingURL=createSimulator-D-hDsmgQ.js.map
2908
+ //# sourceMappingURL=createSimulator-D9Nzqxwl.js.map