Skip to content

Commit 59cf541

Browse files
odilitimeali-mohadaizhengxueweb3ghnhodges
authored
bump version (elizaOS#2193)
* chore: lint and fix pass on develop (elizaOS#2180) * typo fix: close object * update lockfile * lint fixes * processAtions can't be awaited in non-async function * revert GoPlusType so it can work with switch statement * lint fixes * processAtions can't be awaited in non-async function * revert GoPlusType so it can work with switch statement * bump lock * merge, fix conflicts * convert imageDescriptionsArray from let to const per lint * remove duplicate TOGETHER in case, lint/unused var * bump eslint so it doesn't crash * comment out unused AkashMessage interface * clean up unused var in catch * bump * Add Persian README File * fix path * fix quai deps * fix json format typo * Update types.ts * fix postgres adapter migration extension creation which already exists at this point (elizaOS#2188) * fix(client-twitter): clean up mention deduplication (elizaOS#2185) Co-authored-by: Odilitime <janesmith@airmail.cc> * feat(security): Implement comprehensive file upload security measures - Add FileSecurityValidator, file type restrictions, size limits, path traversal prevention, enhanced logging and security documentation (elizaOS#1753) (elizaOS#1806) Co-authored-by: Odilitime <janesmith@airmail.cc> * bump version --------- Co-authored-by: Ali <amohammadzadeh@interrodata.com> Co-authored-by: Masterdai <daizhengxue828@gmail.com> Co-authored-by: koloxarto <106516707+web3gh@users.noreply.github.com> Co-authored-by: Nuri Hodges <nhodges@users.noreply.github.com> Co-authored-by: AIFlow_ML <mlstudio@aiflow.ml>
1 parent a856dbf commit 59cf541

File tree

90 files changed

+90
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+90
-90
lines changed

agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/agent",
3-
"version": "0.1.8",
3+
"version": "0.1.8+build.1",
44
"main": "src/index.ts",
55
"type": "module",
66
"scripts": {

client/src/lib/info.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version": "0.1.7"}
1+
{"version": "0.1.8+build.1"}

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eliza-docs",
3-
"version": "0.1.8",
3+
"version": "0.1.8+build.1",
44
"private": true,
55
"packageManager": "pnpm@9.4.0",
66
"scripts": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.8",
2+
"version": "0.1.8+build.1",
33
"packages": [
44
"packages/*",
55
"docs",

packages/adapter-pglite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/adapter-pglite",
3-
"version": "0.1.8",
3+
"version": "0.1.8+build.1",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/adapter-postgres/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/adapter-postgres",
3-
"version": "0.1.8",
3+
"version": "0.1.8+build.1",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/adapter-redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/adapter-redis",
3-
"version": "0.1.8",
3+
"version": "0.1.8+build.1",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/adapter-sqlite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/adapter-sqlite",
3-
"version": "0.1.8",
3+
"version": "0.1.8+build.1",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/adapter-sqljs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/adapter-sqljs",
3-
"version": "0.1.8",
3+
"version": "0.1.8+build.1",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/adapter-supabase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/adapter-supabase",
3-
"version": "0.1.8",
3+
"version": "0.1.8+build.1",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)