@br-validators/cli 0.10.0-alpha.0 → 0.10.0-alpha.1

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/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  Terminal CLI for all Brazilian document validators in [@br-validators/core](https://www.npmjs.com/package/@br-validators/core).
4
4
 
5
+ **Repo:** [github.com/AlexandreZanata/br-validators](https://github.com/AlexandreZanata/br-validators)
6
+
5
7
  ---
6
8
 
7
9
  ## Install
package/dist/index.js CHANGED
@@ -1,5 +1,4 @@
1
1
  #!/usr/bin/env node
2
- #!/usr/bin/env node
3
2
 
4
3
  // src/program.ts
5
4
  import { Command } from "commander";
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@br-validators/cli",
3
- "version": "0.10.0-alpha.0",
3
+ "version": "0.10.0-alpha.1",
4
4
  "description": "Terminal CLI for Brazilian document validation — CPF, CNPJ, CEP, IE, PIX, boleto, and more",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "git+https://github.com/AlexandreZanata/doc-raiz.git",
9
+ "url": "git+https://github.com/AlexandreZanata/br-validators.git",
10
10
  "directory": "apps/cli"
11
11
  },
12
- "homepage": "https://github.com/AlexandreZanata/doc-raiz#readme",
12
+ "homepage": "https://github.com/AlexandreZanata/br-validators/tree/main/apps/cli#readme",
13
13
  "bugs": {
14
- "url": "https://github.com/AlexandreZanata/doc-raiz/issues"
14
+ "url": "https://github.com/AlexandreZanata/br-validators/issues"
15
15
  },
16
16
  "keywords": [
17
17
  "brazil",
@@ -21,10 +21,11 @@
21
21
  "cnpj"
22
22
  ],
23
23
  "publishConfig": {
24
- "access": "public"
24
+ "access": "public",
25
+ "tag": "alpha"
25
26
  },
26
27
  "bin": {
27
- "br-validators": "./dist/index.js"
28
+ "br-validators": "dist/index.js"
28
29
  },
29
30
  "dependencies": {
30
31
  "commander": "^13.1.0",