Skip to content

Commit

Permalink
feat: export fileConstants (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aidosmf authored Nov 27, 2023
1 parent b59085e commit f9ee6f7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/sixty-turkeys-relate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@lottiefiles/relottie-stringify": patch
---

feat: export fileConstants values for vfile messages
8 changes: 8 additions & 0 deletions packages/relottie-stringify/src/constants.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/**
* Copyright 2023 Design Barn Inc.
*/

export const fileConstants = {
referenceId: 'relottieStringifyReference',
sourceId: 'relottie-stringify',
} as const;
1 change: 1 addition & 0 deletions packages/relottie-stringify/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export { default, type Options } from './unified-relottie-stringify.js';
export type { StringifyFileData } from './stringify.js';
export * from './helpers.js';
export { DEFAULT_OPTIONS } from './options.js';
export { fileConstants } from './constants.js';

0 comments on commit f9ee6f7

Please sign in to comment.