We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b831f72 commit efe9cb5Copy full SHA for efe9cb5
2 files changed
packages/patterns/index.js
@@ -74,7 +74,18 @@ export {
74
// eslint-disable-next-line import/export
75
export * from './src/types.js';
76
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';
+// /////////////////////////// Deprecated //////////////////////////////////////
+
+export {
+ /**
81
+ * @deprecated
82
+ * Import directly from `@endo/utils` instead.
83
+ */
84
+ listDifference,
85
86
87
88
89
90
+ objectMap,
91
+} from '@endo/utils';
packages/utils/CHANGELOG.md
0 commit comments