@adventurelabs/scout-core 1.0.13 → 1.0.15

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.
@@ -14,7 +14,6 @@ export async function generateSignedUrl(filePath, expiresIn = 3600, supabaseClie
14
14
  const { data, error } = await supabase.storage
15
15
  .from(BUCKET_NAME_SCOUT)
16
16
  .createSignedUrl(filePath, expiresIn);
17
- console.log("generateSignedUrl", data);
18
17
  if (error) {
19
18
  console.error("Error generating signed URL:", error.message);
20
19
  return null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adventurelabs/scout-core",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "Core utilities and helpers for Adventure Labs Scout applications",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",