Skip to content

Commit

Permalink
fix: PR conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
gene-zhan committed Dec 24, 2024
1 parent 38fcc69 commit e1a3c29
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions packages/client-direct/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "@elizaos/client-direct",
"version": "0.1.7-alpha.1",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"dependencies": {
"@elizaos/core": "workspace:*",
"@elizaos/plugin-image-generation": "workspace:*",
"@elizaos/plugin-tee-verifiable-log": "workspace:*",
"@types/body-parser": "1.19.5",
"@types/cors": "2.8.17",
"@types/express": "5.0.0",
"body-parser": "1.20.3",
"cors": "2.8.5",
"discord.js": "14.16.3",
"express": "4.21.1",
"multer": "1.4.5-lts.1"
},
"devDependencies": {
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup --format esm --dts",
"dev": "tsup --format esm --dts --watch",
"lint": "eslint --fix --cache ."
},
"peerDependencies": {
"whatwg-url": "7.1.0"
}
"name": "@elizaos/client-direct",
"version": "0.1.7-alpha.1",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"dependencies": {
"@elizaos/core": "workspace:*",
"@elizaos/plugin-image-generation": "workspace:*",
"@elizaos/plugin-tee-verifiable-log": "workspace:*",
"@types/body-parser": "1.19.5",
"@types/cors": "2.8.17",
"@types/express": "5.0.0",
"body-parser": "1.20.3",
"cors": "2.8.5",
"discord.js": "14.16.3",
"express": "4.21.1",
"multer": "1.4.5-lts.1"
},
"devDependencies": {
"tsup": "8.3.5"
},
"scripts": {
"build": "tsup --format esm --dts",
"dev": "tsup --format esm --dts --watch",
"lint": "eslint --fix --cache ."
},
"peerDependencies": {
"whatwg-url": "7.1.0"
}
}

0 comments on commit e1a3c29

Please sign in to comment.