From 179079fface505c0a8b99d644d8ed2563e2f8efb Mon Sep 17 00:00:00 2001 From: "Julio L. Muller" Date: Thu, 18 Sep 2025 08:46:20 -0300 Subject: [PATCH 1/4] fix: update `cpf-utils` project repo --- packages/c/cpf-utils.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/c/cpf-utils.json b/packages/c/cpf-utils.json index def2881d3..667e5f4e1 100644 --- a/packages/c/cpf-utils.json +++ b/packages/c/cpf-utils.json @@ -2,7 +2,7 @@ "name": "cpf-utils", "filename": "cpf-utils.min.js", "homepage": "https://cpf-utils.vercel.app/", - "description": "Straight forward JavaScript package to handle CPF data (Brazilian personal ID).", + "description": "Utility functions to deal with CPF data (Brazilian personal ID).", "license": "MIT", "authors": [ { @@ -26,7 +26,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/juliolmuller/cpf-utils-js" + "url": "https://github.com/LacusSolutions/br-utils-js" }, "autoupdate": { "source": "npm", From fb3847743e12bd2974d4251f5c9eac1ff225fc80 Mon Sep 17 00:00:00 2001 From: "Julio L. Muller" Date: Thu, 18 Sep 2025 08:46:50 -0300 Subject: [PATCH 2/4] fix: update `cnpj-utils` project repo --- packages/c/cnpj-utils.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/c/cnpj-utils.json b/packages/c/cnpj-utils.json index 1dc1638c9..58e3b04c2 100644 --- a/packages/c/cnpj-utils.json +++ b/packages/c/cnpj-utils.json @@ -2,7 +2,7 @@ "name": "cnpj-utils", "filename": "cnpj-utils.min.js", "homepage": "https://cnpj-utils.vercel.app/", - "description": "Utility functions to deal with CNPJ data (Brazilian company ID), like generation fake ones, validating and formatting", + "description": "Utility functions to deal with CNPJ (Brazilian employer ID).", "license": "MIT", "authors": [ { @@ -26,7 +26,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/juliolmuller/cnpj-utils-js" + "url": "https://github.com/LacusSolutions/br-utils-js" }, "autoupdate": { "source": "npm", From 1b7769f32eb18c2cbda496d017f0d4d636dcd3ea Mon Sep 17 00:00:00 2001 From: "Julio L. Muller" Date: Thu, 18 Sep 2025 08:47:18 -0300 Subject: [PATCH 3/4] fix: update `num-only` project repo --- packages/n/num-only.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/n/num-only.json b/packages/n/num-only.json index 92b912f05..fce3d6b48 100644 --- a/packages/n/num-only.json +++ b/packages/n/num-only.json @@ -22,7 +22,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/juliolmuller/num-only-js" + "url": "https://github.com/LacusSolutions/num-only-js" }, "autoupdate": { "source": "npm", From beb2176b3fad430f6a23e98a1789cf27a30bb7e9 Mon Sep 17 00:00:00 2001 From: "Julio L. Muller" Date: Thu, 18 Sep 2025 08:47:48 -0300 Subject: [PATCH 4/4] fix: update `file2arraybuffer` project repo --- packages/f/file2arraybuffer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/f/file2arraybuffer.json b/packages/f/file2arraybuffer.json index d8d899114..c08cc90a5 100644 --- a/packages/f/file2arraybuffer.json +++ b/packages/f/file2arraybuffer.json @@ -20,7 +20,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/juliolmuller/file2arraybuffer-js" + "url": "https://github.com/LacusSolutions/file2arraybuffer-js" }, "autoupdate": { "source": "npm",