Skip to content

Commit

Permalink
Merge pull request #162 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(validator): move rules to @athenna/validator
  • Loading branch information
jlenon7 authored May 11, 2024
2 parents c41b640 + 4bb8287 commit 40c3673
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 112 deletions.
4 changes: 0 additions & 4 deletions configurer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,6 @@ export default class DatabaseConfigurer extends BaseConfigurer {
task.addPromise('Update providers of .athennarc.json', () => {
return this.rc
.pushTo('providers', '@athenna/database/providers/DatabaseProvider')
.pushTo(
'providers',
'@athenna/database/providers/DatabaseValidatorProvider'
)
.save()
})

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/database",
"version": "4.51.0",
"version": "4.52.0",
"description": "The Athenna database handler for SQL/NoSQL.",
"license": "MIT",
"author": "João Lenon <[email protected]>",
Expand Down
105 changes: 0 additions & 105 deletions src/providers/DatabaseValidatorProvider.ts

This file was deleted.

0 comments on commit 40c3673

Please sign in to comment.