Skip to content

Commit

Permalink
Update types files to avoid naming collision
Browse files Browse the repository at this point in the history
  • Loading branch information
avaer committed Oct 16, 2024
1 parent 6f4a451 commit a649b54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "usdk-types",
"name": "react-agents-client-types",
"main": "index.d.ts"
}
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
{
"name": "usdk-types",
"version": "0.0.33",
"main": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": ""
"name": "react-agents-types",
"main": "index.d.ts"
}

0 comments on commit a649b54

Please sign in to comment.