chatgpt-api-cjs
Advanced tools
Comparing version 5.0.7 to 5.0.8
{ | ||
"name": "chatgpt-api-cjs", | ||
"version": "5.0.7", | ||
"version": "5.0.8", | ||
"description": "Node.js client for the official ChatGPT API.(commonjs version)", | ||
@@ -11,3 +11,5 @@ "author": "wangfengyuan", | ||
"exports": { | ||
".": "./build/index.cjs" | ||
".": { | ||
"require": "./build/index.cjs" | ||
} | ||
}, | ||
@@ -14,0 +16,0 @@ "files": [ |
121321