From 49c0b3121a785d346d5d7f00a325eff81f20e928 Mon Sep 17 00:00:00 2001 From: Daniil Chemerkin Date: Wed, 24 Dec 2025 00:29:54 +0000 Subject: [PATCH] Develop --- .npmrc | 5 +- index.html | 15 --- package-lock.json | 54 ++++++++++ package.json | 5 +- src/api/resources/Session.ts | 17 ++- src/hooks/session/useSession.ts | 181 ++++++++++++++++++++++++++++++-- src/init.tsx | 11 +- 7 files changed, 256 insertions(+), 32 deletions(-) diff --git a/.npmrc b/.npmrc index ca9f540..67a64db 100644 --- a/.npmrc +++ b/.npmrc @@ -1 +1,4 @@ -node-options=--experimental-vm-modules --no-warnings \ No newline at end of file +node-options=--experimental-vm-modules --no-warnings + +@wit-lab-llc:registry=https://npm.pkg.github.com +//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN} \ No newline at end of file diff --git a/index.html b/index.html index 5eddf29..1222d64 100755 --- a/index.html +++ b/index.html @@ -190,21 +190,6 @@ - - -