Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add
extra
meta for collection-reference.ts
and `document-re…
…ference.ts` with migrate old versions This commit adds the `extra` property to the `StoreFileMeta` interface in the `collection-reference.ts` and `document-reference.ts` files. The `extra` property is an empty object that can be used to store additional metadata or custom data related to the store file. This change aligns with the recent refactoring of other properties in the `StoreFileMeta` interface. The addition of the `extra` property provides flexibility for future enhancements and customization of the store file metadata. BREAKING CHANGE: The `StoreFileMeta` interface has been updated to include the `extra` property. Developers should update their code to handle the new property.
- Loading branch information