@danielarndt0/cnpj-db-loader 2.2.0 → 2.2.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.
Files changed (1) hide show
  1. package/package.json +11 -1
package/package.json CHANGED
@@ -1,10 +1,20 @@
1
1
  {
2
2
  "name": "@danielarndt0/cnpj-db-loader",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
7
  "description": "Practical CLI for preparing Brazilian Federal Revenue CNPJ open data for PostgreSQL.",
8
+ "keywords": [
9
+ "cnpj",
10
+ "federal-revenue",
11
+ "cli",
12
+ "command-line",
13
+ "postgresql",
14
+ "database",
15
+ "typescript",
16
+ "nodejs"
17
+ ],
8
18
  "author": "Daniel Arndt",
9
19
  "license": "MIT",
10
20
  "type": "module",