Skip to content

Commit

Permalink
feat!: replace createdBy with originalVersionId (#7)
Browse files Browse the repository at this point in the history
See <digidem/comapeo-core#371> for details.
  • Loading branch information
EvanHahn committed Aug 24, 2024
1 parent 84ff417 commit 11c3ae1
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 1,009 deletions.
2 changes: 1 addition & 1 deletion lib/faker.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ function createFakerSchema(schema) {

mutateWithFakerProperty(s.properties.docId, 'mapeo.id')
mutateWithFakerProperty(s.properties.versionId, 'mapeo.versionId')
mutateWithFakerProperty(s.properties.originalVersionId, 'mapeo.versionId')
mutateWithFakerProperty(s.properties.links, 'mapeo.links')
mutateWithFakerProperty(s.properties.createdBy, 'mapeo.id')

switch (s.title) {
case 'CoreOwnership': {
Expand Down
Loading

0 comments on commit 11c3ae1

Please sign in to comment.