Skip to content

Commit

Permalink
fix: review suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Jan 13, 2024
1 parent 7bff043 commit 431812c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 49 deletions.
19 changes: 15 additions & 4 deletions packages/patterns/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,18 @@ export {
// eslint-disable-next-line import/export
export * from './src/types.js';

// Deprecating the reexporting of these @endo/utils exports. Rather,
// importers should switch to import directly from @endo/utils instead.
// TODO Uncomment to preserve compat during transition
// export { listDifference, objectMap } from '@endo/utils';
// /////////////////////////// Deprecated //////////////////////////////////////

export {
/**
* @deprecated
* Import directly from `@endo/utils` instead.
*/
listDifference,

/**
* @deprecated
* Import directly from `@endo/utils` instead.
*/
objectMap,
} from '@endo/utils';
45 changes: 0 additions & 45 deletions packages/utils/CHANGELOG.md

This file was deleted.

0 comments on commit 431812c

Please sign in to comment.