From e3103aa2983878511f0219953ef0762e90c8b455 Mon Sep 17 00:00:00 2001 From: MRH Date: Fri, 16 Jun 2023 13:52:32 +0330 Subject: [PATCH] some keyword added in package.json & Error importing name change to Err --- package.json | 3 ++- src/index.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1dd7f7f..ed70ebc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "persian_util", - "version": "1.0.42", + "version": "1.0.43", "description": "A repository for the Persian programmer community", "main": "./build/index.js", "types": "./build/index.d.ts", @@ -21,6 +21,7 @@ "validation", "persian_validation", "persian", + "iran", "convertor", "parser", "util", diff --git a/src/index.ts b/src/index.ts index 57106b3..fc29292 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,7 +23,7 @@ export * as types from './types'; * This statement exports all the named exports from the './error' module as named exports of the current module. * This allows for easy access to all the exports of the './error' module from other modules that import from this module. */ -export * as Error from './error'; +export * as Err from './error'; /** * This statement exports all the named exports from the './error/error' module. * @returns All named exports from the './error/error' module.