This commit is contained in:
David Arranz 2024-11-14 17:49:44 +01:00
parent f6cd199fca
commit 924225d246
8 changed files with 463 additions and 458 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@uecko-presupuestador/client", "name": "@uecko-presupuestador/client",
"private": true, "private": true,
"version": "1.0.5", "version": "1.0.6",
"author": "Rodax Software <dev@rodax-software.com>", "author": "Rodax Software <dev@rodax-software.com>",
"type": "module", "type": "module",
"scripts": { "scripts": {

File diff suppressed because one or more lines are too long

456
dist/client/assets/index-DocvWE6u.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -7,8 +7,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.upset.dev/css2?family=Poppins&display=swap" rel="stylesheet" /> <link href="https://fonts.upset.dev/css2?family=Poppins&display=swap" rel="stylesheet" />
<title>Uecko</title> <title>Uecko</title>
<script type="module" crossorigin src="/assets/index-m_8dy4w8.js"></script> <script type="module" crossorigin src="/assets/index-DocvWE6u.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BZanV7G-.css"> <link rel="stylesheet" crossorigin href="/assets/index-D-WUkXMb.css">
</head> </head>
<body> <body>

View File

@ -1,6 +1,6 @@
{ {
"name": "uecko-presupuestador", "name": "uecko-presupuestador",
"version": "1.0.4", "version": "1.0.6",
"author": "Rodax Software <dev@rodax-software.com>", "author": "Rodax Software <dev@rodax-software.com>",
"license": "ISC", "license": "ISC",
"private": true, "private": true,

View File

@ -1,7 +1,7 @@
{ {
"name": "@uecko-presupuestador/server", "name": "@uecko-presupuestador/server",
"private": true, "private": true,
"version": "1.0.4", "version": "1.0.6",
"author": "Rodax Software <dev@rodax-software.com>", "author": "Rodax Software <dev@rodax-software.com>",
"main": "./src/index.ts", "main": "./src/index.ts",
"scripts": { "scripts": {

View File

@ -1,7 +1,7 @@
{ {
"name": "@uecko-presupuestador/shared", "name": "@uecko-presupuestador/shared",
"private": false, "private": false,
"version": "1.0.3", "version": "1.0.6",
"main": "./index.ts", "main": "./index.ts",
"author": "Rodax Software <dev@rodax-software.com>", "author": "Rodax Software <dev@rodax-software.com>",
"license": "ISC", "license": "ISC",