From 3398924cb2d6f1f2a556432842561fb332174bbd Mon Sep 17 00:00:00 2001 From: "Luiz H. R. Silva" Date: Tue, 4 Jun 2024 17:22:56 -0300 Subject: [PATCH] . --- ferramentas/listar_arquivos.ts | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ferramentas/listar_arquivos.ts b/ferramentas/listar_arquivos.ts index f946d53..839fe0a 100644 --- a/ferramentas/listar_arquivos.ts +++ b/ferramentas/listar_arquivos.ts @@ -1,5 +1,5 @@ import path from "node:path"; -import { cdn_carro_de_boi } from "~comuns"; +import { cdn_carro_de_boi } from "p-comuns"; import { mapearPasta } from "../src/mapear_pasta"; const pasta_estaticos = path.resolve(process.cwd(), "estaticos"); diff --git a/package.json b/package.json index c066c63..cbae51c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "~estaticos", + "name": "p-estaticos", "version": "0.33.0", "description": "", "main": "dist/index.js", @@ -16,7 +16,7 @@ "gerar": "dotenv -e .env tsx ferramentas/listar_arquivos.ts gerar", "#6": "Faz a formatação do código", "biome": "npx @biomejs/biome check --apply ./src", - "postinstall": "pnpm up ~*" + "postinstall": "pnpm up p-*" }, "author": "", "license": "ISC", @@ -38,7 +38,7 @@ "express": "^4.19.1", "glob": "^10.3.10", "kill-port-process": "^3.2.1", - "~comuns": "git+http://leitura:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE3MTQ3NTA1NzYsImlzcyI6IkdpdG5lc3MiLCJwaWQiOjgsInRrbiI6eyJ0eXAiOiJwYXQiLCJpZCI6MzJ9fQ.OYdExOVQm5UI3wfeTaWjmD0o65Y1hrjFz5EvMB1a__U@git.idz.one:3000/git/multi-modulos-ambientais/_comuns.git#producao" + "p-comuns": "git+http://leitura:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE3MTQ3NTA1NzYsImlzcyI6IkdpdG5lc3MiLCJwaWQiOjgsInRrbiI6eyJ0eXAiOiJwYXQiLCJpZCI6MzJ9fQ.OYdExOVQm5UI3wfeTaWjmD0o65Y1hrjFz5EvMB1a__U@git.idz.one:3000/git/multi-modulos-ambientais/_comuns.git#producao" }, "peerDependencies": { "typescript": "^5.0.0"