This commit is contained in:
Luiz H. R. Silva 2024-06-04 22:31:31 -03:00
parent d6e6be4d04
commit 9a839c693d
5 changed files with 5 additions and 6 deletions

2
dist/index.js vendored
View file

@ -5,7 +5,7 @@ const Prefixos = {
relativo: "/estaticos", relativo: "/estaticos",
"link-local": "http://localhost:5020/estaticos", "link-local": "http://localhost:5020/estaticos",
"link-servidor": "https://carro-de-boi-idz-one.b-cdn.net/estaticos", "link-servidor": "https://carro-de-boi-idz-one.b-cdn.net/estaticos",
node_modules: "node_modules/~estaticos/estaticos", node_modules: "node_modules/p-estaticos/estaticos",
}; };
/** /**
* *

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View file

@ -12,11 +12,10 @@ export const gerar = (async () => {
relativo: "/estaticos", relativo: "/estaticos",
"link-local": "http://localhost:5020/estaticos", "link-local": "http://localhost:5020/estaticos",
"link-servidor": `${cdn_carro_de_boi}/estaticos`, "link-servidor": `${cdn_carro_de_boi}/estaticos`,
node_modules: "node_modules/~estaticos/estaticos", node_modules: "node_modules/p-estaticos/estaticos",
}, },
arquivoDestino: path.resolve(pasta_src, "index.ts"), arquivoDestino: path.resolve(pasta_src, "index.ts"),
pasta: pasta_estaticos, pasta: pasta_estaticos,
sufixo: `?v=${version || new Date().toISOString().slice(0, 10)}`,
}); });
})(); })();

View file

@ -1,6 +1,6 @@
{ {
"name": "p-estaticos", "name": "p-estaticos",
"version": "0.35.0", "version": "0.36.0",
"description": "", "description": "",
"main": "dist/index.js", "main": "dist/index.js",
"scripts": { "scripts": {

View file

@ -2,7 +2,7 @@ const Prefixos = {
relativo: "/estaticos", relativo: "/estaticos",
"link-local": "http://localhost:5020/estaticos", "link-local": "http://localhost:5020/estaticos",
"link-servidor": "https://carro-de-boi-idz-one.b-cdn.net/estaticos", "link-servidor": "https://carro-de-boi-idz-one.b-cdn.net/estaticos",
node_modules: "node_modules/~estaticos/estaticos", node_modules: "node_modules/p-estaticos/estaticos",
}; };
/** /**