Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use unified entity validators #46

Merged
merged 10 commits into from
Jul 8, 2024
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