Skip to content

Commit

Permalink
fix(katana): Ported num_extension to katana_shorten
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Nov 15, 2022
1 parent 62c7aa8 commit 42a5804
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 68 deletions.
44 changes: 0 additions & 44 deletions packages/katana/lib/extension/num_extensions.dart

This file was deleted.

1 change: 0 additions & 1 deletion packages/katana/lib/katana.dart
Expand Up @@ -52,7 +52,6 @@ part 'extension/nullable_object_extensions.dart';
part 'extension/random_extensions.dart';
part 'extension/set_extensions.dart';
part 'extension/string_extensions.dart';
part 'extension/num_extensions.dart';
part 'src/date_duration.dart';
part "src/api.dart";
part "src/functions.dart";
Expand Down
18 changes: 9 additions & 9 deletions packages/katana/pubspec.lock
Expand Up @@ -28,7 +28,7 @@ packages:
name: asn1lib
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.2"
version: "1.3.0"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -105,7 +105,7 @@ packages:
name: glob
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.0"
version: "2.1.1"
http:
dependency: "direct main"
description:
Expand Down Expand Up @@ -217,7 +217,7 @@ packages:
name: pub_semver
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
version: "2.1.3"
recase:
dependency: "direct main"
description:
Expand Down Expand Up @@ -252,7 +252,7 @@ packages:
name: shelf_web_socket
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
version: "1.0.3"
source_map_stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -301,7 +301,7 @@ packages:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.1"
version: "1.2.0"
term_glyph:
dependency: transitive
description:
Expand All @@ -315,21 +315,21 @@ packages:
name: test
url: "https://pub.dartlang.org"
source: hosted
version: "1.21.7"
version: "1.22.0"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.15"
version: "0.4.16"
test_core:
dependency: transitive
description:
name: test_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.19"
version: "0.4.20"
typed_data:
dependency: "direct main"
description:
Expand All @@ -343,7 +343,7 @@ packages:
name: uuid
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.6"
version: "3.0.7"
vm_service:
dependency: transitive
description:
Expand Down
14 changes: 0 additions & 14 deletions packages/katana/test/num_extensions_test.dart

This file was deleted.

0 comments on commit 42a5804

Please sign in to comment.