voice-mode 2.28.3__py3-none-any.whl → 2.30.0__py3-none-any.whl
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.
- voice_mode/__version__.py +1 -1
- voice_mode/cli.py +129 -34
- voice_mode/frontend/.next/BUILD_ID +1 -1
- voice_mode/frontend/.next/app-build-manifest.json +5 -5
- voice_mode/frontend/.next/app-path-routes-manifest.json +1 -1
- voice_mode/frontend/.next/build-manifest.json +3 -3
- voice_mode/frontend/.next/next-minimal-server.js.nft.json +1 -1
- voice_mode/frontend/.next/next-server.js.nft.json +1 -1
- voice_mode/frontend/.next/prerender-manifest.json +1 -1
- voice_mode/frontend/.next/required-server-files.json +1 -1
- voice_mode/frontend/.next/server/app/_not-found/page.js +1 -1
- voice_mode/frontend/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- voice_mode/frontend/.next/server/app/_not-found.html +1 -1
- voice_mode/frontend/.next/server/app/_not-found.rsc +1 -1
- voice_mode/frontend/.next/server/app/api/connection-details/route.js +2 -2
- voice_mode/frontend/.next/server/app/favicon.ico/route.js +2 -2
- voice_mode/frontend/.next/server/app/index.html +1 -1
- voice_mode/frontend/.next/server/app/index.rsc +2 -2
- voice_mode/frontend/.next/server/app/page.js +3 -3
- voice_mode/frontend/.next/server/app/page_client-reference-manifest.js +1 -1
- voice_mode/frontend/.next/server/app-paths-manifest.json +1 -1
- voice_mode/frontend/.next/server/chunks/994.js +1 -1
- voice_mode/frontend/.next/server/middleware-build-manifest.js +1 -1
- voice_mode/frontend/.next/server/next-font-manifest.js +1 -1
- voice_mode/frontend/.next/server/next-font-manifest.json +1 -1
- voice_mode/frontend/.next/server/pages/404.html +1 -1
- voice_mode/frontend/.next/server/pages/500.html +1 -1
- voice_mode/frontend/.next/server/server-reference-manifest.json +1 -1
- voice_mode/frontend/.next/standalone/.next/BUILD_ID +1 -1
- voice_mode/frontend/.next/standalone/.next/app-build-manifest.json +5 -5
- voice_mode/frontend/.next/standalone/.next/app-path-routes-manifest.json +1 -1
- voice_mode/frontend/.next/standalone/.next/build-manifest.json +3 -3
- voice_mode/frontend/.next/standalone/.next/prerender-manifest.json +1 -1
- voice_mode/frontend/.next/standalone/.next/required-server-files.json +1 -1
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found/page.js +1 -1
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found.html +1 -1
- voice_mode/frontend/.next/standalone/.next/server/app/_not-found.rsc +1 -1
- voice_mode/frontend/.next/standalone/.next/server/app/api/connection-details/route.js +2 -2
- voice_mode/frontend/.next/standalone/.next/server/app/favicon.ico/route.js +2 -2
- voice_mode/frontend/.next/standalone/.next/server/app/index.html +1 -1
- voice_mode/frontend/.next/standalone/.next/server/app/index.rsc +2 -2
- voice_mode/frontend/.next/standalone/.next/server/app/page.js +3 -3
- voice_mode/frontend/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- voice_mode/frontend/.next/standalone/.next/server/app-paths-manifest.json +1 -1
- voice_mode/frontend/.next/standalone/.next/server/chunks/994.js +1 -1
- voice_mode/frontend/.next/standalone/.next/server/middleware-build-manifest.js +1 -1
- voice_mode/frontend/.next/standalone/.next/server/next-font-manifest.js +1 -1
- voice_mode/frontend/.next/standalone/.next/server/next-font-manifest.json +1 -1
- voice_mode/frontend/.next/standalone/.next/server/pages/404.html +1 -1
- voice_mode/frontend/.next/standalone/.next/server/pages/500.html +1 -1
- voice_mode/frontend/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- voice_mode/frontend/.next/standalone/server.js +1 -1
- voice_mode/frontend/.next/static/chunks/app/{layout-cae9dde082173912.js → layout-fd6493bcbfb1c1f4.js} +1 -1
- voice_mode/frontend/.next/static/chunks/app/{page-a7414c1f080d9112.js → page-ea72a08d68ffb55d.js} +1 -1
- voice_mode/frontend/.next/static/chunks/{main-app-f33bfda4926858ba.js → main-app-3c05e3aae61b574b.js} +1 -1
- voice_mode/frontend/.next/trace +43 -43
- voice_mode/frontend/.next/types/app/api/connection-details/route.ts +1 -1
- voice_mode/frontend/.next/types/app/layout.ts +1 -1
- voice_mode/frontend/.next/types/app/page.ts +1 -1
- voice_mode/tools/converse.py +7 -8
- voice_mode/tools/services/whisper/model_install.py +99 -3
- {voice_mode-2.28.3.dist-info → voice_mode-2.30.0.dist-info}/METADATA +6 -1
- {voice_mode-2.28.3.dist-info → voice_mode-2.30.0.dist-info}/RECORD +68 -68
- /voice_mode/frontend/.next/static/{Va_Rl8lfQlN-DNet4j60U → T1HLhfU7d53BQavg8fICx}/_buildManifest.js +0 -0
- /voice_mode/frontend/.next/static/{Va_Rl8lfQlN-DNet4j60U → T1HLhfU7d53BQavg8fICx}/_ssgManifest.js +0 -0
- {voice_mode-2.28.3.dist-info → voice_mode-2.30.0.dist-info}/WHEEL +0 -0
- {voice_mode-2.28.3.dist-info → voice_mode-2.30.0.dist-info}/entry_points.txt +0 -0
voice_mode/__version__.py
CHANGED
voice_mode/cli.py
CHANGED
@@ -1694,18 +1694,89 @@ def version():
|
|
1694
1694
|
@click.help_option('-h', '--help')
|
1695
1695
|
@click.option('--force', is_flag=True, help='Force reinstall even if already up to date')
|
1696
1696
|
def update(force):
|
1697
|
-
"""Update Voice Mode to the latest version.
|
1697
|
+
"""Update Voice Mode to the latest version.
|
1698
|
+
|
1699
|
+
Automatically detects installation method (UV tool, UV pip, or regular pip)
|
1700
|
+
and uses the appropriate update command.
|
1701
|
+
"""
|
1698
1702
|
import subprocess
|
1699
1703
|
import requests
|
1704
|
+
from pathlib import Path
|
1700
1705
|
from importlib.metadata import version as get_version, PackageNotFoundError
|
1701
1706
|
|
1707
|
+
def detect_uv_tool_installation():
|
1708
|
+
"""Detect if running from a UV tool installation."""
|
1709
|
+
prefix_path = Path(sys.prefix).resolve()
|
1710
|
+
uv_tools_base = Path.home() / ".local" / "share" / "uv" / "tools"
|
1711
|
+
|
1712
|
+
# Check if sys.prefix is within UV tools directory
|
1713
|
+
if uv_tools_base in prefix_path.parents or prefix_path.parent == uv_tools_base:
|
1714
|
+
# Find the tool directory
|
1715
|
+
tool_dir = prefix_path if prefix_path.parent == uv_tools_base else None
|
1716
|
+
|
1717
|
+
if not tool_dir:
|
1718
|
+
for parent in prefix_path.parents:
|
1719
|
+
if parent.parent == uv_tools_base:
|
1720
|
+
tool_dir = parent
|
1721
|
+
break
|
1722
|
+
|
1723
|
+
if tool_dir:
|
1724
|
+
# Verify with uv-receipt.toml
|
1725
|
+
receipt_file = tool_dir / "uv-receipt.toml"
|
1726
|
+
if receipt_file.exists():
|
1727
|
+
# Parse tool name from receipt or use directory name
|
1728
|
+
try:
|
1729
|
+
with open(receipt_file) as f:
|
1730
|
+
content = f.read()
|
1731
|
+
import re
|
1732
|
+
match = re.search(r'name = "([^"]+)"', content)
|
1733
|
+
tool_name = match.group(1) if match else tool_dir.name
|
1734
|
+
return True, tool_name
|
1735
|
+
except Exception:
|
1736
|
+
return True, tool_dir.name
|
1737
|
+
|
1738
|
+
return False, None
|
1739
|
+
|
1740
|
+
def detect_uv_venv():
|
1741
|
+
"""Detect if running in a UV-managed virtual environment."""
|
1742
|
+
# Check if we're in a venv
|
1743
|
+
if sys.prefix == sys.base_prefix:
|
1744
|
+
return False
|
1745
|
+
|
1746
|
+
# Check for UV markers in pyvenv.cfg
|
1747
|
+
pyvenv_cfg = Path(sys.prefix) / "pyvenv.cfg"
|
1748
|
+
if pyvenv_cfg.exists():
|
1749
|
+
try:
|
1750
|
+
with open(pyvenv_cfg) as f:
|
1751
|
+
content = f.read()
|
1752
|
+
if "uv" in content.lower() or "managed by uv" in content:
|
1753
|
+
return True
|
1754
|
+
except Exception:
|
1755
|
+
pass
|
1756
|
+
|
1757
|
+
return False
|
1758
|
+
|
1759
|
+
def check_uv_available():
|
1760
|
+
"""Check if UV is available."""
|
1761
|
+
try:
|
1762
|
+
result = subprocess.run(
|
1763
|
+
["uv", "--version"],
|
1764
|
+
capture_output=True,
|
1765
|
+
text=True,
|
1766
|
+
timeout=2
|
1767
|
+
)
|
1768
|
+
return result.returncode == 0
|
1769
|
+
except (FileNotFoundError, subprocess.TimeoutExpired):
|
1770
|
+
return False
|
1771
|
+
|
1772
|
+
# Get current version
|
1702
1773
|
try:
|
1703
1774
|
current_version = get_version("voice-mode")
|
1704
1775
|
except PackageNotFoundError:
|
1705
1776
|
current_version = "development"
|
1706
1777
|
|
1778
|
+
# Check if update needed (unless forced)
|
1707
1779
|
if not force and current_version != "development":
|
1708
|
-
# Check if update is needed
|
1709
1780
|
try:
|
1710
1781
|
response = requests.get(
|
1711
1782
|
"https://pypi.org/pypi/voice-mode/json",
|
@@ -1717,58 +1788,82 @@ def update(force):
|
|
1717
1788
|
click.echo(f"Already running the latest version ({current_version})")
|
1718
1789
|
return
|
1719
1790
|
except (requests.RequestException, KeyError, ValueError):
|
1720
|
-
# Continue with update if we can't check
|
1721
|
-
pass
|
1791
|
+
pass # Continue with update if we can't check
|
1722
1792
|
|
1723
|
-
|
1793
|
+
# Detect installation method
|
1794
|
+
is_uv_tool, tool_name = detect_uv_tool_installation()
|
1724
1795
|
|
1725
|
-
|
1726
|
-
|
1727
|
-
|
1796
|
+
if is_uv_tool:
|
1797
|
+
# UV tool installation - use uv tool upgrade
|
1798
|
+
click.echo(f"Updating Voice Mode (UV tool: {tool_name})...")
|
1799
|
+
|
1728
1800
|
result = subprocess.run(
|
1729
|
-
["uv", "
|
1801
|
+
["uv", "tool", "upgrade", tool_name],
|
1730
1802
|
capture_output=True,
|
1731
|
-
text=True
|
1732
|
-
check=False
|
1803
|
+
text=True
|
1733
1804
|
)
|
1734
1805
|
|
1735
1806
|
if result.returncode == 0:
|
1736
|
-
|
1807
|
+
try:
|
1808
|
+
new_version = get_version("voice-mode")
|
1809
|
+
click.echo(f"✅ Successfully updated to version {new_version}")
|
1810
|
+
except PackageNotFoundError:
|
1811
|
+
click.echo("✅ Successfully updated Voice Mode")
|
1812
|
+
else:
|
1813
|
+
click.echo(f"❌ Update failed: {result.stderr}")
|
1814
|
+
click.echo(f"Try running manually: uv tool upgrade {tool_name}")
|
1815
|
+
|
1816
|
+
elif detect_uv_venv():
|
1817
|
+
# UV-managed virtual environment
|
1818
|
+
click.echo("Updating Voice Mode (UV virtual environment)...")
|
1819
|
+
|
1820
|
+
result = subprocess.run(
|
1821
|
+
["uv", "pip", "install", "--upgrade", "voice-mode"],
|
1822
|
+
capture_output=True,
|
1823
|
+
text=True
|
1824
|
+
)
|
1825
|
+
|
1826
|
+
if result.returncode == 0:
|
1827
|
+
try:
|
1828
|
+
new_version = get_version("voice-mode")
|
1829
|
+
click.echo(f"✅ Successfully updated to version {new_version}")
|
1830
|
+
except PackageNotFoundError:
|
1831
|
+
click.echo("✅ Successfully updated Voice Mode")
|
1832
|
+
else:
|
1833
|
+
click.echo(f"❌ Update failed: {result.stderr}")
|
1834
|
+
click.echo("Try running: uv pip install --upgrade voice-mode")
|
1835
|
+
|
1836
|
+
else:
|
1837
|
+
# Standard installation - try UV if available, else pip
|
1838
|
+
has_uv = check_uv_available()
|
1839
|
+
|
1840
|
+
if has_uv:
|
1841
|
+
click.echo("Updating Voice Mode (using UV)...")
|
1737
1842
|
result = subprocess.run(
|
1738
1843
|
["uv", "pip", "install", "--upgrade", "voice-mode"],
|
1739
1844
|
capture_output=True,
|
1740
1845
|
text=True
|
1741
1846
|
)
|
1742
|
-
if result.returncode == 0:
|
1743
|
-
# Get new version
|
1744
|
-
try:
|
1745
|
-
new_version = get_version("voice-mode")
|
1746
|
-
click.echo(f"✅ Successfully updated to version {new_version}")
|
1747
|
-
except PackageNotFoundError:
|
1748
|
-
click.echo("✅ Successfully updated Voice Mode")
|
1749
|
-
else:
|
1750
|
-
click.echo(f"❌ Update failed: {result.stderr}")
|
1751
|
-
click.echo("Try running: uv pip install --upgrade voice-mode")
|
1752
1847
|
else:
|
1753
|
-
|
1848
|
+
click.echo("Updating Voice Mode (using pip)...")
|
1754
1849
|
result = subprocess.run(
|
1755
1850
|
[sys.executable, "-m", "pip", "install", "--upgrade", "voice-mode"],
|
1756
1851
|
capture_output=True,
|
1757
1852
|
text=True
|
1758
1853
|
)
|
1759
|
-
|
1760
|
-
|
1761
|
-
|
1762
|
-
|
1763
|
-
|
1764
|
-
|
1854
|
+
|
1855
|
+
if result.returncode == 0:
|
1856
|
+
try:
|
1857
|
+
new_version = get_version("voice-mode")
|
1858
|
+
click.echo(f"✅ Successfully updated to version {new_version}")
|
1859
|
+
except PackageNotFoundError:
|
1860
|
+
click.echo("✅ Successfully updated Voice Mode")
|
1861
|
+
else:
|
1862
|
+
click.echo(f"❌ Update failed: {result.stderr}")
|
1863
|
+
if has_uv:
|
1864
|
+
click.echo("Try running: uv pip install --upgrade voice-mode")
|
1765
1865
|
else:
|
1766
|
-
click.echo(f"❌ Update failed: {result.stderr}")
|
1767
1866
|
click.echo("Try running: pip install --upgrade voice-mode")
|
1768
|
-
|
1769
|
-
except FileNotFoundError as e:
|
1770
|
-
click.echo(f"❌ Update failed: {e}")
|
1771
|
-
click.echo("Please install UV or pip and try again")
|
1772
1867
|
|
1773
1868
|
|
1774
1869
|
# Completions command
|
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
T1HLhfU7d53BQavg8fICx
|
@@ -4,25 +4,25 @@
|
|
4
4
|
"static/chunks/webpack-0ea9b80f19935b70.js",
|
5
5
|
"static/chunks/fd9d1056-af324d327b243cf1.js",
|
6
6
|
"static/chunks/117-40bc79a2b97edb21.js",
|
7
|
-
"static/chunks/main-app-
|
7
|
+
"static/chunks/main-app-3c05e3aae61b574b.js",
|
8
8
|
"static/chunks/app/_not-found/page-5011050e402ab9c8.js"
|
9
9
|
],
|
10
10
|
"/layout": [
|
11
11
|
"static/chunks/webpack-0ea9b80f19935b70.js",
|
12
12
|
"static/chunks/fd9d1056-af324d327b243cf1.js",
|
13
13
|
"static/chunks/117-40bc79a2b97edb21.js",
|
14
|
-
"static/chunks/main-app-
|
14
|
+
"static/chunks/main-app-3c05e3aae61b574b.js",
|
15
15
|
"static/css/a2f49a47752b5010.css",
|
16
|
-
"static/chunks/app/layout-
|
16
|
+
"static/chunks/app/layout-fd6493bcbfb1c1f4.js"
|
17
17
|
],
|
18
18
|
"/page": [
|
19
19
|
"static/chunks/webpack-0ea9b80f19935b70.js",
|
20
20
|
"static/chunks/fd9d1056-af324d327b243cf1.js",
|
21
21
|
"static/chunks/117-40bc79a2b97edb21.js",
|
22
|
-
"static/chunks/main-app-
|
22
|
+
"static/chunks/main-app-3c05e3aae61b574b.js",
|
23
23
|
"static/chunks/144d3bae-2d5f122b82426d88.js",
|
24
24
|
"static/chunks/471-bd4b96a33883dfa2.js",
|
25
|
-
"static/chunks/app/page-
|
25
|
+
"static/chunks/app/page-ea72a08d68ffb55d.js"
|
26
26
|
]
|
27
27
|
}
|
28
28
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"/_not-found/page":"/_not-found","/favicon.ico/route":"/favicon.ico","/
|
1
|
+
{"/_not-found/page":"/_not-found","/page":"/","/favicon.ico/route":"/favicon.ico","/api/connection-details/route":"/api/connection-details"}
|
@@ -5,14 +5,14 @@
|
|
5
5
|
"devFiles": [],
|
6
6
|
"ampDevFiles": [],
|
7
7
|
"lowPriorityFiles": [
|
8
|
-
"static/
|
9
|
-
"static/
|
8
|
+
"static/T1HLhfU7d53BQavg8fICx/_buildManifest.js",
|
9
|
+
"static/T1HLhfU7d53BQavg8fICx/_ssgManifest.js"
|
10
10
|
],
|
11
11
|
"rootMainFiles": [
|
12
12
|
"static/chunks/webpack-0ea9b80f19935b70.js",
|
13
13
|
"static/chunks/fd9d1056-af324d327b243cf1.js",
|
14
14
|
"static/chunks/117-40bc79a2b97edb21.js",
|
15
|
-
"static/chunks/main-app-
|
15
|
+
"static/chunks/main-app-3c05e3aae61b574b.js"
|
16
16
|
],
|
17
17
|
"pages": {
|
18
18
|
"/_app": [
|
@@ -1 +1 @@
|
|
1
|
-
{"version":1,"files":["../node_modules/styled-jsx/index.js","../node_modules/styled-jsx/package.json","../node_modules/styled-jsx/dist/index/index.js","../node_modules/react/package.json","../node_modules/react/index.js","../node_modules/client-only/package.json","../node_modules/react/cjs/react.production.min.js","../node_modules/client-only/index.js","../node_modules/styled-jsx/style.js","../node_modules/next/dist/compiled/next-server/server.runtime.prod.js","../node_modules/next/package.json","../node_modules/next/dist/lib/constants.js","../node_modules/next/dist/server/body-streams.js","../node_modules/next/dist/lib/picocolors.js","../node_modules/next/dist/shared/lib/constants.js","../node_modules/next/dist/server/web/utils.js","../node_modules/next/dist/client/components/app-router-headers.js","../node_modules/next/dist/server/lib/trace/tracer.js","../node_modules/next/dist/server/lib/trace/constants.js","../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../node_modules/next/dist/shared/lib/error-source.js","../node_modules/next/dist/shared/lib/modern-browserslist-target.js","../node_modules/next/dist/compiled/debug/package.json","../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../node_modules/next/dist/shared/lib/runtime-config.external.js","../node_modules/next/dist/compiled/debug/index.js","../node_modules/next/dist/compiled/ws/package.json","../node_modules/next/dist/compiled/node-html-parser/package.json","../node_modules/next/dist/compiled/lru-cache/package.json","../node_modules/@swc/helpers/_/_interop_require_default/package.json","../node_modules/next/dist/compiled/ws/index.js","../node_modules/next/dist/compiled/node-html-parser/index.js","../node_modules/next/dist/compiled/lru-cache/index.js","../node_modules/next/dist/client/components/async-local-storage.js","../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../node_modules/@swc/helpers/package.json","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/nodeStackFrames.js","../node_modules/next/dist/compiled/jsonwebtoken/package.json","../node_modules/next/dist/client/components/react-dev-overlay/server/middleware.js","../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../node_modules/next/dist/compiled/jsonwebtoken/index.js","../node_modules/next/dist/compiled/browserslist/package.json","../node_modules/next/dist/compiled/browserslist/index.js","../node_modules/next/dist/client/components/react-dev-overlay/server/shared.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getRawSourceMap.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/launchEditor.js","../node_modules/next/dist/compiled/babel/code-frame.js","../node_modules/next/dist/compiled/json5/package.json","../node_modules/next/dist/compiled/semver/package.json","../node_modules/next/dist/compiled/babel/package.json","../node_modules/next/dist/lib/semver-noop.js","../node_modules/next/dist/compiled/json5/index.js","../node_modules/next/dist/compiled/semver/index.js","../node_modules/next/dist/compiled/stacktrace-parser/package.json","../node_modules/next/dist/compiled/source-map08/package.json","../node_modules/caniuse-lite/dist/unpacker/agents.js","../node_modules/caniuse-lite/dist/unpacker/
|
1
|
+
{"version":1,"files":["../node_modules/styled-jsx/index.js","../node_modules/styled-jsx/package.json","../node_modules/styled-jsx/dist/index/index.js","../node_modules/react/package.json","../node_modules/react/index.js","../node_modules/client-only/package.json","../node_modules/react/cjs/react.production.min.js","../node_modules/client-only/index.js","../node_modules/styled-jsx/style.js","../node_modules/next/dist/compiled/next-server/server.runtime.prod.js","../node_modules/next/package.json","../node_modules/next/dist/lib/constants.js","../node_modules/next/dist/server/body-streams.js","../node_modules/next/dist/lib/picocolors.js","../node_modules/next/dist/shared/lib/constants.js","../node_modules/next/dist/server/web/utils.js","../node_modules/next/dist/client/components/app-router-headers.js","../node_modules/next/dist/server/lib/trace/tracer.js","../node_modules/next/dist/server/lib/trace/constants.js","../node_modules/next/dist/client/components/static-generation-async-storage.external.js","../node_modules/next/dist/shared/lib/error-source.js","../node_modules/next/dist/shared/lib/modern-browserslist-target.js","../node_modules/next/dist/compiled/debug/package.json","../node_modules/next/dist/client/components/static-generation-async-storage-instance.js","../node_modules/next/dist/shared/lib/runtime-config.external.js","../node_modules/next/dist/compiled/debug/index.js","../node_modules/next/dist/compiled/ws/package.json","../node_modules/next/dist/compiled/node-html-parser/package.json","../node_modules/next/dist/compiled/lru-cache/package.json","../node_modules/@swc/helpers/_/_interop_require_default/package.json","../node_modules/next/dist/compiled/ws/index.js","../node_modules/next/dist/compiled/node-html-parser/index.js","../node_modules/next/dist/compiled/lru-cache/index.js","../node_modules/next/dist/client/components/async-local-storage.js","../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../node_modules/@swc/helpers/package.json","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/parseStack.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/nodeStackFrames.js","../node_modules/next/dist/compiled/jsonwebtoken/package.json","../node_modules/next/dist/client/components/react-dev-overlay/server/middleware.js","../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../node_modules/next/dist/compiled/jsonwebtoken/index.js","../node_modules/next/dist/compiled/browserslist/package.json","../node_modules/next/dist/compiled/browserslist/index.js","../node_modules/next/dist/client/components/react-dev-overlay/server/shared.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getRawSourceMap.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/launchEditor.js","../node_modules/next/dist/compiled/babel/code-frame.js","../node_modules/next/dist/compiled/json5/package.json","../node_modules/next/dist/compiled/semver/package.json","../node_modules/next/dist/compiled/babel/package.json","../node_modules/next/dist/lib/semver-noop.js","../node_modules/next/dist/compiled/json5/index.js","../node_modules/next/dist/compiled/semver/index.js","../node_modules/next/dist/compiled/stacktrace-parser/package.json","../node_modules/next/dist/compiled/source-map08/package.json","../node_modules/caniuse-lite/dist/unpacker/agents.js","../node_modules/caniuse-lite/dist/unpacker/region.js","../node_modules/caniuse-lite/dist/unpacker/feature.js","../node_modules/next/dist/compiled/babel/bundle.js","../node_modules/next/dist/client/components/react-dev-overlay/internal/helpers/getSourceMapUrl.js","../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../node_modules/next/dist/compiled/source-map08/source-map.js","../node_modules/caniuse-lite/package.json","../node_modules/next/dist/compiled/babel/core.js","../node_modules/caniuse-lite/data/agents.js","../node_modules/caniuse-lite/dist/unpacker/browsers.js","../node_modules/caniuse-lite/dist/unpacker/browserVersions.js","../node_modules/caniuse-lite/dist/lib/statuses.js","../node_modules/caniuse-lite/dist/lib/supported.js","../node_modules/next/dist/compiled/data-uri-to-buffer/package.json","../node_modules/next/dist/compiled/shell-quote/package.json","../node_modules/next/dist/compiled/data-uri-to-buffer/index.js","../node_modules/next/dist/compiled/shell-quote/index.js","../node_modules/caniuse-lite/data/browserVersions.js","../node_modules/caniuse-lite/data/browsers.js","../node_modules/next/dist/compiled/babel-packages/package.json","../node_modules/next/dist/compiled/babel-packages/packages-bundle.js","../node_modules/next/dist/compiled/babel/parser.js","../node_modules/next/dist/compiled/babel/traverse.js","../node_modules/next/dist/compiled/babel/types.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/amp-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/app-router-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/entrypoints.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/head-manager-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/hooks-client-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/html-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/image-config-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/loadable-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/loadable.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/router-context.js","../node_modules/next/dist/server/future/route-modules/app-page/vendored/contexts/server-inserted-html.js","../node_modules/next/dist/server/future/route-modules/app-page/module.compiled.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/app-router-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/entrypoints.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/hooks-client-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/html-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/image-config-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/loadable-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/loadable.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/router-context.js","../node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/server-inserted-html.js","../node_modules/next/dist/server/future/route-modules/pages/module.compiled.js"]}
|