Skip to content

Commit

Permalink
Merge pull request #46 from kellnerd/entity-validators
Browse files Browse the repository at this point in the history
Use unified entity validators
  • Loading branch information
MonkeyDo authored Jul 8, 2024
2 parents 421cbc9 + 7cc93f0 commit b99fa63
Show file tree
Hide file tree
Showing 11 changed files with 93 additions and 1,307 deletions.
271 changes: 47 additions & 224 deletions importer/package-lock.json

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"license": "GPL-2.0+",
"dependencies": {
"amqplib": "^0.10.3",
"bookbrainz-data": "^5.0.0",
"bookbrainz-data": "^5.2.0",
"franc-min": "^6.1.0",
"immutable": "^4.3.0",
"lande": "^1.0.10",
Expand All @@ -61,7 +61,6 @@
"eslint-plugin-node": "^11.1.0",
"husky": "^8.0.0",
"lint-staged": "^13.1.0",
"nodemon": "^2.0.4",
"rimraf": "^2.6.2",
"typescript": "^4.2.4"
}
Expand Down
139 changes: 0 additions & 139 deletions importer/src/consumer/validators/author.ts

This file was deleted.

122 changes: 0 additions & 122 deletions importer/src/consumer/validators/base.ts

This file was deleted.

Loading

0 comments on commit b99fa63

Please sign in to comment.