Sync standard object metadata (#2807)

* Sync standard object metadata

* remove debug logging

* remove unused func

* fix comments

* fix empty objectsToDelete list
This commit is contained in:
Weiko
2023-12-05 14:10:50 +01:00
committed by GitHub
parent 2dcce31ede
commit 6d4ad6ec18
17 changed files with 643 additions and 34 deletions

View File

@ -84,6 +84,7 @@
"lodash.merge": "^4.6.2",
"lodash.snakecase": "^4.1.1",
"lodash.upperfirst": "^4.3.1",
"microdiff": "^1.3.2",
"nest-commander": "^3.12.0",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
@ -143,4 +144,4 @@
"resolutions": {
"graphql": "16.8.0"
}
}
}