Skip to content

Commit efe9cb5

Browse files
committed
fix: review suggestions
1 parent b831f72 commit efe9cb5

2 files changed

Lines changed: 15 additions & 49 deletions

File tree

packages/patterns/index.js

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,18 @@ export {
7474
// eslint-disable-next-line import/export
7575
export * from './src/types.js';
7676

77-
// Deprecating the reexporting of these @endo/utils exports. Rather,
78-
// importers should switch to import directly from @endo/utils instead.
79-
// TODO Uncomment to preserve compat during transition
80-
// export { listDifference, objectMap } from '@endo/utils';
77+
// /////////////////////////// Deprecated //////////////////////////////////////
78+
79+
export {
80+
/**
81+
* @deprecated
82+
* Import directly from `@endo/utils` instead.
83+
*/
84+
listDifference,
85+
86+
/**
87+
* @deprecated
88+
* Import directly from `@endo/utils` instead.
89+
*/
90+
objectMap,
91+
} from '@endo/utils';

packages/utils/CHANGELOG.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)