@obb871001/api-integration-sdk 1.0.115 → 1.0.116

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.
package/dist/index.js CHANGED
@@ -909,7 +909,7 @@ const si = ti(null), ot = () => {
909
909
  allGame_subtype: g.gameSubType || window.gameSubType || [],
910
910
  allNewGameList: g.newGames || window.newGames || [],
911
911
  allTopGameList: g.topGames || window.topGames || [],
912
- userFavoriteGame: u || {},
912
+ userFavoriteGame: u.userFavoriteGame || {},
913
913
  randomlySelectedGames: g.randomlySelectedGames || window.randomlySelectedGames || [],
914
914
  exclusiveBrandGames: g.exclusiveBrandGames || window.exclusiveBrandGames || [],
915
915
  highlightGames: g.highlightGames || window.highlightGames || [],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@obb871001/api-integration-sdk",
3
3
  "private": false,
4
- "version": "1.0.115",
4
+ "version": "1.0.116",
5
5
  "description": "集成API",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",