diff --git a/package.json b/package.json index ad1ccae..890ec5c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@athenna/core", - "version": "4.28.0", + "version": "4.29.0", "description": "The plug and play Node.js framework.", "license": "MIT", "author": "João Lenon ", diff --git a/src/constants/InternalReplProps.ts b/src/constants/InternalReplProps.ts index 1f9a2d1..f11113a 100644 --- a/src/constants/InternalReplProps.ts +++ b/src/constants/InternalReplProps.ts @@ -27,6 +27,8 @@ export const INTERNAL_REPL_PROPS = [ 'btoa', 'performance', 'fetch', + 'navigator', + 'crypto', '__extends', '__assign', '__rest',