From b0e387362d8e53c2b21696085a9f7e4eff2373f3 Mon Sep 17 00:00:00 2001 From: Rodrigo Heinzen Date: Tue, 17 Sep 2024 10:53:15 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=9D=20Bumping=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.ts | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/index.ts b/index.ts index 93a82b7..6bd21c3 100644 --- a/index.ts +++ b/index.ts @@ -1,9 +1,9 @@ import { Result } from "./src/result"; import { task } from "./src/task" -module.exports = { +export default { Option, Result, - + task }; \ No newline at end of file diff --git a/package.json b/package.json index 2e34108..838b6c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-otp", - "version": "1.2.2", + "version": "1.2.3", "description": "An OTP (Open Telecom Plataform) implementation in TypeScript, based on Gleam OTP.", "main": "./dist/index.js", "types": "./dist/index.d.ts",