From 2e5c46be8cc6e4f9e66897b286d26cffca184eab Mon Sep 17 00:00:00 2001 From: Juan Diego Moreno Upegui Date: Fri, 10 Oct 2025 12:10:32 -0500 Subject: [PATCH] fix: adjusted routes in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b47ebb8..2edd4ca 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "tryton-rpc-client-js", "version": "1.0.0", "description": "Cliente RPC TypeScript para Tryton ERP - Compatible con Node.js", - "main": "dist/index.js", - "types": "dist/index.d.ts", + "main": "dist/src/index.js", + "types": "dist/src/index.d.ts", "type": "commonjs", "scripts": { "build": "tsc",