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

chore: update client (collection items order). #562

Merged
merged 1 commit into from
May 2, 2024
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "Apache-2.0",
"dependencies": {
"@creativecommons/cc-assets": "^0.1.0",
"@logion/client": "^0.43.1-1",
"@logion/client": "^0.43.1-2",
"@logion/client-browser": "^0.3.5",
"@logion/crossmint": "^0.1.32",
"@logion/extension": "^0.8.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3216,15 +3216,15 @@ __metadata:
languageName: node
linkType: hard

"@logion/client@npm:^0.43.1-1":
version: 0.43.1-1
resolution: "@logion/client@npm:0.43.1-1"
"@logion/client@npm:^0.43.1-2":
version: 0.43.1-2
resolution: "@logion/client@npm:0.43.1-2"
dependencies:
"@logion/node-api": ^0.29.0
axios: ^1.6.7
luxon: ^3.4.4
mime-db: ^1.52.0
checksum: 3d3b3c88ec79a1447f0056302f72a6bbe4a82c771bde919d42e0d318c999dbadc23c397e8592f3ab2aab0262943d237f0032a33113abfcff20ec2b795efcc372
checksum: 86d24ba8a4718aac96541e5a5684d5d47f1ee71321f89ed51156ccd86f3f8de7637f19f7c3f74ff826cad78dd68a27f2f5694dcd70b1be00bf72b04891ba0ed3
languageName: node
linkType: hard

Expand Down Expand Up @@ -12106,7 +12106,7 @@ __metadata:
"@babel/preset-react": ^7.23.3
"@babel/preset-typescript": ^7.23.3
"@creativecommons/cc-assets": ^0.1.0
"@logion/client": ^0.43.1-1
"@logion/client": ^0.43.1-2
"@logion/client-browser": ^0.3.5
"@logion/crossmint": ^0.1.32
"@logion/extension": ^0.8.0
Expand Down
Loading