@agrotools1/at-mf-utils 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agrotools1/at-mf-utils",
3
3
  "type": "module",
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "private": false,
6
6
  "packageManager": "pnpm@9.1.0",
7
7
  "description": "Métodos utilitários de MF da Agrotools",
@@ -1 +0,0 @@
1
- export * from "./validators";
package/dist/car/index.js DELETED
@@ -1 +0,0 @@
1
- export*from"./validators";
@@ -1 +0,0 @@
1
- export declare function validateCAR(document: string): boolean;
@@ -1 +0,0 @@
1
- export function validateCAR(t){const s=["AC","AL","AP","AM","BA","CE","DF","ES","GO","MA","MT","MS","MG","PA","PB","PR","PE","PI","RJ","RN","RS","RO","RR","SC","SP","SE","TO"];let e="";if(t.length>=40)e=t[0]+t[1];else return!1;return s.includes(e)?/^([A-Z]{2})-\d{7}-([\dA-Z]{4}\.?){8}$/.test(t):!1}
@@ -1 +0,0 @@
1
- export * from "./validators";
@@ -1 +0,0 @@
1
- export declare function validateCAR(document: string): boolean;
@@ -1 +0,0 @@
1
- export * from './car';