Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Jan 25, 2024
1 parent c39dbc1 commit 056da9d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"name": "rsnchat",
"version": "3.0.1",
"version": "3.0.2",
"description": "A package for interacting with GPT4-based chat services, OpenChat, Bard, Gemini, LlaMa, Mixtral, Prodia, Kandinsky, Absolutebeauty, Sdxl, Dalle and AI Icon",
"type": "module",
"types": "./types/index.d.ts",
"bin": {
"rsnchat": "./cli.cjs"
},
"exports": {
".": {
"types": "./types/index.d.ts",
"require": "./build/cjs/index.cjs",
"import": "./build/esm/index.js",
"default": "./build/esm/index.js"
},
"./*": {
"types": "./types/*.d.ts",
"require": "./build/cjs/*.js",
"require": "./build/cjs/*.cjs",
"import": "./build/esm/*.js",
"default": "./build/esm/*.js"
}
Expand Down

0 comments on commit 056da9d

Please sign in to comment.