better-auth-studio 1.0.79-beta.35 → 1.0.79-beta.36

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/public/index.html CHANGED
@@ -5,8 +5,8 @@
5
5
  <link rel="icon" type="image/png" href="/logo.png" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>Better Auth Studio</title>
8
- <script type="module" crossorigin src="/assets/main-DAv-RHMo.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/main-R1O9iElM.css">
8
+ <script type="module" crossorigin src="/assets/main-BxLtFscV.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/main-BgI41EAt.css">
10
10
  </head>
11
11
  <body>
12
12
  <div id="root"></div>
@@ -13,7 +13,6 @@ import { fileURLToPath } from 'url';
13
13
  const __filename = fileURLToPath(import.meta.url);
14
14
  const __dirname = path.dirname(__filename);
15
15
 
16
- // Find the package root
17
16
  const packageRoot = path.resolve(__dirname, '..');
18
17
  const distDir = path.join(packageRoot, 'dist');
19
18
  const publicInDist = path.join(distDir, 'public');
@@ -22,7 +21,6 @@ const publicInRoot = path.join(packageRoot, 'public');
22
21
  console.log('[better-auth-studio] Running postinstall...');
23
22
  console.log('[better-auth-studio] Package root:', packageRoot);
24
23
 
25
- // List what's actually in the package
26
24
  try {
27
25
  const packageContents = fs.readdirSync(packageRoot);
28
26
  console.log('[better-auth-studio] Package contents:', packageContents.join(', '));