@tthr/vue 0.0.36 → 0.0.37

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.
@@ -317,6 +317,7 @@ export default defineEventHandler(async (event) => {
317
317
 
318
318
  return { data: result };
319
319
  } catch (error) {
320
+ console.error(`[Tether] Function ${body.function} failed:`, error.message || error);
320
321
  throw createError({
321
322
  statusCode: 500,
322
323
  message: error.message || 'Function execution failed',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tthr/vue",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "Tether Vue/Nuxt SDK",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",