diff --git a/.eslintrc.js b/.eslintrc.js index c6f8b07..ce0b7fa 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -36,5 +36,6 @@ module.exports = { }, ], "@typescript-eslint/no-explicit-any": "warn", + "@typescript-eslint/no-unsafe-declaration-merging": "warn", }, }; diff --git a/package.json b/package.json index 881368e..ef7fbb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bazed-ai/bazed-af", - "version": "0.0.10", + "version": "0.0.11", "description": "Bazed.ai Agent Framework", "homepage": "https://bazed.ai", "repository": {