Skip to content

Commit

Permalink
v0.35.1. Updated dependencies (#108)
Browse files Browse the repository at this point in the history
* v0.35.1. Updated dependencies

* Update CHANGELOG.md

---------

Co-authored-by: dmitriiandriianov <[email protected]>
  • Loading branch information
knightsforce and knightforce-rapty authored May 14, 2024
1 parent be4fadb commit b9b3321
Show file tree
Hide file tree
Showing 14 changed files with 74 additions and 48 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-05-14

### Changes

---

Packages with breaking changes:

- [`nekoton_repository` - `v0.35.1`](#nekoton_repository---v0351)

Packages with other changes:

- There are no other changes in this release.

---

#### `nekoton_repository` - `v0.35.1`

- **REFACTOR**: updating dependency package versions.

## 0.35.1

> Note: This release has breaking changes.
- **REFACTOR**: updating dependency package versions.


## 2023-12-06

### Changes
Expand Down
20 changes: 10 additions & 10 deletions lib/nekoton_repository.module.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ class NekotonRepositoryPackageModule extends _i1.MicroPackageModule {
@override
_i2.FutureOr<void> init(_i1.GetItHelper gh) {
final nekotonRepositoryModule = _$NekotonRepositoryModule();
gh.singleton<_i3.NekotonRepository>(_i3.NekotonRepository());
gh.singleton<_i4.SeedKeyRepository>(
nekotonRepositoryModule.registerSeedKey(gh<_i4.NekotonRepository>()));
gh.singleton<_i4.TokenWalletRepository>(nekotonRepositoryModule
.registerTokenWallet(gh<_i4.NekotonRepository>()));
gh.singleton<_i4.TonWalletRepository>(
nekotonRepositoryModule.registerTonWallet(gh<_i4.NekotonRepository>()));
gh.singleton<_i4.TransportRepository>(
gh.singleton<_i3.NekotonRepository>(() => _i3.NekotonRepository());
gh.singleton<_i4.TransportRepository>(() =>
nekotonRepositoryModule.registerTransport(gh<_i4.NekotonRepository>()));
gh.singleton<_i4.AccountRepository>(
gh.singleton<_i4.SeedKeyRepository>(() =>
nekotonRepositoryModule.registerSeedKey(gh<_i4.NekotonRepository>()));
gh.singleton<_i4.AccountRepository>(() =>
nekotonRepositoryModule.registerAccounts(gh<_i4.NekotonRepository>()));
gh.singleton<_i4.GenericContractRepository>(nekotonRepositoryModule
gh.singleton<_i4.TonWalletRepository>(() =>
nekotonRepositoryModule.registerTonWallet(gh<_i4.NekotonRepository>()));
gh.singleton<_i4.TokenWalletRepository>(() => nekotonRepositoryModule
.registerTokenWallet(gh<_i4.NekotonRepository>()));
gh.singleton<_i4.GenericContractRepository>(() => nekotonRepositoryModule
.registerGenericContract(gh<_i4.NekotonRepository>()));
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'contract_state_changed_event.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

ContractStateChangedEvent _$ContractStateChangedEventFromJson(
Map<String, dynamic> json) {
Expand Down Expand Up @@ -154,7 +154,7 @@ class _$ContractStateChangedEventImpl implements _ContractStateChangedEvent {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ContractStateChangedEventImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'contract_transaction_event.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

ContractFoundTransactionEvent _$ContractFoundTransactionEventFromJson(
Map<String, dynamic> json) {
Expand Down Expand Up @@ -186,7 +186,7 @@ class _$ContractFoundTransactionEventImpl
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ContractFoundTransactionEventImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'contract_updates_subscription.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

ContractUpdatesSubscription _$ContractUpdatesSubscriptionFromJson(
Map<String, dynamic> json) {
Expand Down Expand Up @@ -143,7 +143,7 @@ class _$ContractUpdatesSubscriptionImpl
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ContractUpdatesSubscriptionImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'token_wallet_ordinary_transaction.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

/// @nodoc
mixin _$TokenWalletOrdinaryTransaction {
Expand Down Expand Up @@ -395,7 +395,7 @@ class _$TokenWalletOrdinaryTransactionImpl
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TokenWalletOrdinaryTransactionImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'pending_transaction_with_data.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

PendingTransactionWithData _$PendingTransactionWithDataFromJson(
Map<String, dynamic> json) {
Expand Down Expand Up @@ -197,7 +197,7 @@ class _$PendingTransactionWithAdditionalInfoImpl
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$PendingTransactionWithAdditionalInfoImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'ton_wallet_expired_transaction.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

/// @nodoc
mixin _$TonWalletExpiredTransaction {
Expand Down Expand Up @@ -242,7 +242,7 @@ class _$TonWalletExpiredTransactionImpl
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TonWalletExpiredTransactionImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'ton_wallet_multisig_expired_transaction.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

/// @nodoc
mixin _$TonWalletMultisigExpiredTransaction {
Expand Down Expand Up @@ -496,7 +496,7 @@ class _$TonWalletMultisigExpiredTransactionImpl
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TonWalletMultisigExpiredTransactionImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'ton_wallet_multisig_ordinary_transaction.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

/// @nodoc
mixin _$TonWalletMultisigOrdinaryTransaction {
Expand Down Expand Up @@ -496,7 +496,7 @@ class _$TonWalletMultisigOrdinaryTransactionImpl
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TonWalletMultisigOrdinaryTransactionImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'ton_wallet_multisig_pending_transaction.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

/// @nodoc
mixin _$TonWalletMultisigPendingTransaction {
Expand Down Expand Up @@ -634,7 +634,7 @@ class _$TonWalletMultisigPendingTransactionImpl
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TonWalletMultisigPendingTransactionImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'ton_wallet_ordinary_transaction.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

/// @nodoc
mixin _$TonWalletOrdinaryTransaction {
Expand Down Expand Up @@ -410,7 +410,7 @@ class _$TonWalletOrdinaryTransactionImpl
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TonWalletOrdinaryTransactionImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ part of 'ton_wallet_pending_transaction.dart';
T _$identity<T>(T value) => value;

final _privateConstructorUsedError = UnsupportedError(
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#custom-getters-and-methods');
'It seems like you constructed your class using `MyClass._()`. This constructor is only meant to be used by freezed and you are not supposed to need it nor use it.\nPlease check the documentation here for more information: https://github.com/rrousselGit/freezed#adding-getters-and-methods-to-our-models');

/// @nodoc
mixin _$TonWalletPendingTransaction {
Expand Down Expand Up @@ -242,7 +242,7 @@ class _$TonWalletPendingTransactionImpl
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$TonWalletPendingTransactionImpl &&
Expand Down
31 changes: 15 additions & 16 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
name: nekoton_repository
description: Nekoton repository package
version: 0.35.0
version: 0.35.1
repository: https://github.com/broxus/nekoton_repository

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
async: ^2.11.0
collection: ^1.17.0
encrypted_storage: ^0.1.1
collection: ^1.18.0
encrypted_storage: ^0.1.3
equatable: ^2.0.5
flutter:
sdk: flutter
flutter_nekoton_bridge: ^1.27.3
freezed_annotation: ^2.2.0
get_it: ^7.6.0
injectable: ^2.1.0
json_serializable: ^6.6.1
logging: ^1.1.1
freezed_annotation: ^2.4.1
get_it: ^7.7.0
injectable: ^2.4.1
json_serializable: ^6.8.0
logging: ^1.2.0
quiver: ^3.2.1
rxdart: ^0.27.7

Expand All @@ -27,13 +27,12 @@ dev_dependencies:
git:
url: https://github.com/broxus/flutter_templates.git
ref: broxus_flutter_analysis-v1.0.0
build_runner: ^2.4.5
dart_code_metrics: ^5.6.0
build_runner: ^2.4.9
flutter_test:
sdk: flutter
freezed: ^2.3.2
injectable_generator: ^2.1.3
melos: ^3.1.0
mocktail: ">=0.3.0 <2.0.0"
tuple: ^2.0.1
very_good_analysis: ^5.0.0+1
freezed: ^2.5.2
injectable_generator: ^2.6.1
melos: ^6.0.0
mocktail: ^1.0.3
tuple: ^2.0.2
very_good_analysis: ^5.1.0

0 comments on commit b9b3321

Please sign in to comment.