Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Commit f5682cf

Browse files
committed
Update exports
1 parent a6ea115 commit f5682cf

File tree

3 files changed

+4
-103
lines changed

3 files changed

+4
-103
lines changed

lib/src/_all_src.g.dart

+3-3
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ export 'location_utils/src/celestial_radius.dart';
5555
export 'location_utils/src/distance_unit.dart';
5656
export 'location_utils/src/location_utils.dart';
5757
export 'location_utils/src/t_location_components.dart';
58+
export 'streams/src/polling_stream.dart';
59+
export 'streams/src/stream_to_future.dart';
60+
export 'streams/src/to_future_on_stream_extension.dart';
5861
export 'string_patterns/src/extract_scopes.dart';
5962
export 'string_patterns/src/recursive_replace.dart';
6063
export 'string_patterns/src/replace_data.dart';
6164
export 'string_patterns/src/replace_patterns.dart';
62-
export 'streams/src/polling_stream.dart';
63-
export 'streams/src/stream_to_future.dart';
64-
export 'streams/src/to_future_on_stream_extension.dart';
6565
export 'strings/src/misc_on_string_extension.dart';
6666
export 'strings/src/string_case_conversions_on_string_extension.dart';
6767
export 'strings/src/string_case_types.dart';

lib/src/patterns/src/replace_patterns.dart

-99
This file was deleted.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
name: xyz_utils
1414
description: This package provides a set of utilities that are commonly used in Dart apps. It is also the foundation for other packages in the XYZ ecosystem.
1515
repository: https://github.com/robmllze/xyz_utils
16-
version: 0.58.0
16+
version: 0.58.1
1717

1818
## -----------------------------------------------------------------------------
1919

0 commit comments

Comments
 (0)