@ludo.ninja/components 2.3.97 → 2.3.99

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.
@@ -19,11 +19,11 @@ const Overlay_1 = __importDefault(require("../system/Overlay"));
19
19
  const screen_1 = require("../utils/screen");
20
20
  const useMultiAudio_1 = __importDefault(require("../hooks/audio/useMultiAudio"));
21
21
  const CreatorNotifications_1 = require("../modules/notifications/CreatorNotifications");
22
- const useFetchMyExperience_1 = __importDefault(require("../api/server-experiences/queries/useFetchMyExperience"));
22
+ // import useFetchMyExperience from '@/api/server-experiences/queries/useFetchMyExperience';
23
23
  const sessionScroll_1 = require("../modules/sessionScroll");
24
24
  const SubscriberNotifications_1 = require("../api/subscriptions/SubscriberNotifications");
25
25
  const GlobalLayout = ({ children }) => {
26
- (0, useFetchMyExperience_1.default)();
26
+ // useFetchMyExperience();
27
27
  (0, useMultiAudio_1.default)();
28
28
  (0, useAuthVerification_1.useAuthVerification)();
29
29
  const NEXT_PUBLIC_ENV_VALUE = (0, env_1.useEnvStore)((state) => state.NEXT_PUBLIC_ENV_VALUE);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ludo.ninja/components",
3
- "version": "2.3.97",
3
+ "version": "2.3.99",
4
4
  "private": false,
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",