Rafael Lopez

diario y descargas

......@@ -13,6 +13,7 @@
"d3": "^7.9.0",
"fuse.js": "^7.1.0",
"hyparquet": "^1.25.1",
"hyparquet-compressors": "^1.1.1",
"marked": "^17.0.4"
},
"devDependencies": {
......@@ -1984,6 +1985,12 @@
"node": ">=10"
}
},
"node_modules/fzstd": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/fzstd/-/fzstd-0.1.1.tgz",
"integrity": "sha512-dkuVSOKKwh3eas5VkJy1AW1vFpet8TA/fGmVA5krThl8YcOVE/8ZIoEA1+U1vEn5ckxxhLirSdY837azmbaNHA==",
"license": "MIT"
},
"node_modules/graceful-fs": {
"version": "4.2.11",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
......@@ -2009,6 +2016,22 @@
"integrity": "sha512-CXcN/u6RdQqsK8IphUptpAEqY8IzgwzHY+MuXX+2wpoWTumfxPVr6JYbbywsNsiAl9aEbM5sRtxkwRBa22b49w==",
"license": "MIT"
},
"node_modules/hyparquet-compressors": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/hyparquet-compressors/-/hyparquet-compressors-1.1.1.tgz",
"integrity": "sha512-yx7aA3Rhj0YycbdV71+XznQSLAefa4cT0urpgNXy4aM6eSeCknaVDNne8y45Uz74Fb15yyXUzOStlceOJBan7A==",
"license": "MIT",
"dependencies": {
"fzstd": "0.1.1",
"hysnappy": "1.0.0"
}
},
"node_modules/hysnappy": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/hysnappy/-/hysnappy-1.0.0.tgz",
"integrity": "sha512-MNrC4NfwDGPb889O6gIfEtbvEZCSWUsSEhsz4Oq2FRcpGtXHfeVz3KciSPp5Pnnz1NjFMgDQNfxdJozymJEDDA==",
"license": "MIT"
},
"node_modules/iconv-lite": {
"version": "0.6.3",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
......
......@@ -24,6 +24,7 @@
"d3": "^7.9.0",
"fuse.js": "^7.1.0",
"hyparquet": "^1.25.1",
"hyparquet-compressors": "^1.1.1",
"marked": "^17.0.4"
}
}
......
import { API_HOST } from '$lib/api.js';
const API_BASE = API_HOST + '/api/diario';
const API_BASE = 'https://abierto.economiayfinanzas.gob.bo/presupuesto/_api/diario';
export async function GET({ url }) {
const tipo = url.searchParams.get('tipo') || 'status';
......
This diff is collapsed. Click to expand it.
......@@ -278,7 +278,7 @@
};
});
// Filtrar datos por transferencias y días
// Filtrar datos por transferencias
let timeserieFiltered = $derived(
timeserie.filter(d => d.transferencias === undefined || d.transferencias === incluirTransferencias)
);
......
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type