Skip to content

Commit 8665d78

Browse files
authored
Merge pull request #1394 from leggedrobotics/dev
Release 0.43.1
2 parents d2c1b56 + ef8ad60 commit 8665d78

File tree

8 files changed

+662
-899
lines changed

8 files changed

+662
-899
lines changed

backend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kleinkram-backend",
3-
"version": "0.43.0",
3+
"version": "0.43.1",
44
"description": "",
55
"author": "",
66
"private": true,
@@ -18,7 +18,7 @@
1818
"typeorm": "typeorm-ts-node-commonjs"
1919
},
2020
"dependencies": {
21-
"@aws-sdk/client-sts": "^3.774.0",
21+
"@aws-sdk/client-sts": "3.726.1",
2222
"@google-cloud/local-auth": "^3.0.1",
2323
"@nestjs/common": "^10.4.7",
2424
"@nestjs/config": "^4.0.1",
@@ -75,7 +75,7 @@
7575
"winston-loki": "^6.0.7"
7676
},
7777
"devDependencies": {
78-
"@aws-sdk/client-s3": "^3.637.0",
78+
"@aws-sdk/client-s3": "3.726.1",
7979
"@jest/globals": "^29.7.0",
8080
"@nestjs/cli": "^11.0.5",
8181
"@nestjs/schematics": "^11.0.2",

backend/yarn.lock

Lines changed: 653 additions & 890 deletions
Large diffs are not rendered by default.

cli/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = kleinkram
3-
version = 0.43.0
3+
version = 0.43.1
44
description = give me your bags
55
long_description = file: README.md
66
long_description_content_type = text/markdown

common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kleinkram-common",
3-
"version": "0.43.0",
3+
"version": "0.43.1",
44
"license": "MIT",
55
"scripts": {
66
"seed:config": "ts-node ./node_modules/typeorm-seeding/dist/cli.js config",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kleinkram-docs",
3-
"version": "0.43.0",
3+
"version": "0.43.1",
44
"license": "MIT",
55
"target": "es2022",
66
"scripts": {

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kleinkram-frontend",
3-
"version": "0.43.0",
3+
"version": "0.43.1",
44
"description": "Data storage of ROS bags",
55
"productName": "Kleinkram",
66
"author": "Johann Schwabe <[email protected]>",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kleinkram",
3-
"version": "0.43.0",
3+
"version": "0.43.1",
44
"main": "index.js",
55
"repository": "[email protected]:leggedrobotics/GrandTourDatasets.git",
66
"author": "Johann Schwabe <[email protected]>",

queueConsumer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kleinkram-queue-consumer",
3-
"version": "0.43.0",
3+
"version": "0.43.1",
44
"license": "MIT",
55
"scripts": {
66
"start": "nest start",

0 commit comments

Comments
 (0)