Skip to content

Commit

Permalink
Merge pull request #214 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(repl): update internal props
  • Loading branch information
jlenon7 authored Feb 24, 2024
2 parents 60937d5 + a8f7ff9 commit 5464e93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down
2 changes: 2 additions & 0 deletions src/constants/InternalReplProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export const INTERNAL_REPL_PROPS = [
'btoa',
'performance',
'fetch',
'navigator',
'crypto',
'__extends',
'__assign',
'__rest',
Expand Down

0 comments on commit 5464e93

Please sign in to comment.