Merge pull request #1549 from ManishMadan2882/main

Releasing docsgpt npm library v0.4.9
This commit is contained in:
Alex
2025-01-08 13:50:44 +00:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
"license": "MIT",
"dependencies": {
"@vercel/analytics": "^1.1.1",
"docsgpt-react": "^0.4.8",
"docsgpt-react": "^0.4.9",
"next": "^14.2.22",
"nextra": "^2.13.2",
"nextra-theme-docs": "^2.13.2",

View File

@@ -1,12 +1,12 @@
{
"name": "docsgpt",
"version": "0.4.8",
"version": "0.4.9",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "docsgpt",
"version": "0.4.8",
"version": "0.4.9",
"license": "Apache-2.0",
"dependencies": {
"@babel/plugin-transform-flow-strip-types": "^7.23.3",

View File

@@ -1,6 +1,6 @@
{
"name": "docsgpt-react",
"version": "0.4.8",
"name": "docsgpt",
"version": "0.4.9",
"private": false,
"description": "DocsGPT 🦖 is an innovative open-source tool designed to simplify the retrieval of information from project documentation using advanced GPT models 🤖.",
"source": "./src/index.html",