Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update a 'kassakuitti' dependency #43

Merged
merged 3 commits into from
Apr 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.10.0

- Update a dependency.

## 2.9.0

- Update dependencies.
Expand Down
16 changes: 8 additions & 8 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ packages:
dependency: transitive
description:
name: archive
sha256: d6347d54a2d8028e0437e3c099f66fdb8ae02c4720c1e7534c9f24c10351f85d
sha256: "0c8368c9b3f0abbc193b9d6133649a614204b528982bebc7026372d61677ce3a"
url: "https://pub.dev"
source: hosted
version: "3.3.6"
version: "3.3.7"
args:
dependency: "direct main"
description:
Expand Down Expand Up @@ -325,10 +325,10 @@ packages:
dependency: "direct main"
description:
name: kassakuitti
sha256: fc26e7df38e99d1c6f3a1ae71dc716c480162631680c63fe7580de81bc8d2e66
sha256: "34c5670099211f5198bb5c228bf49a1b02d56747dac311f0f00dfc41f29cf769"
url: "https://pub.dev"
source: hosted
version: "0.5.1"
version: "0.5.2"
lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -405,10 +405,10 @@ packages:
dependency: transitive
description:
name: pointycastle
sha256: c3120a968135aead39699267f4c74bc9a08e4e909e86bc1b0af5bfd78691123c
sha256: "7c1e5f0d23c9016c5bbd8b1473d0d3fb3fc851b876046039509e18e0c7485f2c"
url: "https://pub.dev"
source: hosted
version: "3.7.2"
version: "3.7.3"
pool:
dependency: transitive
description:
Expand Down Expand Up @@ -613,10 +613,10 @@ packages:
dependency: transitive
description:
name: web_socket_channel
sha256: ca49c0bc209c687b887f30527fb6a9d80040b072cc2990f34b9bec3e7663101b
sha256: d88238e5eac9a42bb43ca4e721edba3c08c6354d4a53063afaa568516217621b
url: "https://pub.dev"
source: hosted
version: "2.3.0"
version: "2.4.0"
webkit_inspection_protocol:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: dart_kassakuitti_cli
description: A simple Dart CLI app to handle a cash receipt coming from S-kaupat or K-ruoka (two Finnish food online stores).
version: 2.9.0
version: 2.10.0
homepage: https://github.com/areee/dart_kassakuitti_cli

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
args: ^2.3.2
hive: ^2.2.3
intl: ^0.18.0
kassakuitti: ^0.5.1
kassakuitti: ^0.5.2
mime: ^1.0.4
path: ^1.8.3
yaml: ^3.1.1
Expand Down