This commit is contained in:
David Arranz 2025-01-28 19:16:08 +01:00
parent 8826697bc3
commit d432fb90d2
5 changed files with 100 additions and 100 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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

View File

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

View File

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