@agrotools1/at-utils 0.0.12 → 0.0.13-alpha.0

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,9 +1,8 @@
1
1
  {
2
2
  "name": "@agrotools1/at-utils",
3
3
  "type": "module",
4
- "version": "0.0.12",
4
+ "version": "0.0.13-alpha.0",
5
5
  "private": false,
6
- "packageManager": "pnpm@9.1.0",
7
6
  "description": "Métodos utilitários da Agrotools",
8
7
  "author": "Agrotools",
9
8
  "license": "MIT",
@@ -11,25 +10,13 @@
11
10
  "utils",
12
11
  "agrotools"
13
12
  ],
14
- "main": "./dist/index.js",
15
- "module": "./dist/index.js",
16
- "types": "./dist/index.d.ts",
17
- "typings": "./dist/index.d.ts",
13
+ "main": "dist/index.js",
14
+ "module": "dist/index.js",
15
+ "types": "dist/index.d.ts",
18
16
  "files": [
19
17
  "dist"
20
18
  ],
21
- "devDependencies": {
22
- "esbuild": "0.24.0",
23
- "glob": "11.0.0",
24
- "typescript": "4.2.4"
25
- },
26
19
  "publishConfig": {
27
20
  "access": "public"
28
- },
29
- "scripts": {
30
- "build": "pnpm run build-only",
31
- "build-only": "node ./scripts/build.js && tsc --emitDeclarationOnly",
32
- "format": "prettier --write src/",
33
- "pub:release": "pnpm publish --access public"
34
21
  }
35
- }
22
+ }
@@ -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}
package/dist/index.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from './car';
package/dist/index.js DELETED
@@ -1 +0,0 @@
1
- export*from"./car";