release: 1.7.2

This commit is contained in:
Elias Schneider
2024-12-28 17:40:42 +01:00
parent f36ba8ac0a
commit 362e7d4f38
7 changed files with 16 additions and 9 deletions

View File

@@ -1,12 +1,12 @@
{
"name": "pingvin-share-backend",
"version": "1.7.1",
"version": "1.7.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pingvin-share-backend",
"version": "1.7.1",
"version": "1.7.2",
"dependencies": {
"@aws-sdk/client-s3": "^3.679.0",
"@nestjs/cache-manager": "^2.2.2",

View File

@@ -1,6 +1,6 @@
{
"name": "pingvin-share-backend",
"version": "1.7.1",
"version": "1.7.2",
"scripts": {
"build": "nest build",
"dev": "cross-env NODE_ENV=development nest start --watch",