diff --git a/packages/common/src/index.ts b/packages/common/src/index.ts index 1a6095561..a423b0223 100644 --- a/packages/common/src/index.ts +++ b/packages/common/src/index.ts @@ -1,10 +1,12 @@ -export type * from './types.js'; +export type * from "./types.js"; -export * from './cache.js'; -export * from './convert.js'; -export * from './multicodec.js'; -export * from './object.js'; -export * from './stores.js'; -export * from './stream.js'; -export * from './stream-node.js'; -export * from './type-utils.js'; \ No newline at end of file +export * from "./cache.js"; +export * from "./convert.js"; +export * from "./multicodec.js"; +export * from "./object.js"; +export * from "./stores.js"; +export * from "./stream.js"; +export * from "./stream-node.js"; +export * from "./type-utils.js"; + +// this line exists for the purposes of making a change. it should not be merged to main