diff --git a/package-lock.json b/package-lock.json index 7fe8672..5f4d6ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gpti", - "version": "2.0.5", + "version": "2.0.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "gpti", - "version": "2.0.5", + "version": "2.0.6", "license": "MIT", "dependencies": { "axios": "^1.5.0" diff --git a/package.json b/package.json index 7002549..3c76fab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gpti", - "version": "2.0.5", + "version": "2.0.6", "description": "This package simplifies your interaction with various GPT models, removing the need for tokens or other methods to access GPT", "main": "index.js", "types": "main.ts", @@ -26,7 +26,9 @@ "llama-2", "stable-diffusion", "pixart", - "EMI" + "EMI", + "render3d", + "pixel-art" ], "author": "yandricr", "license": "MIT",