latinfo 0.4.0 → 0.4.2
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/dist/index.js +1 -1
- package/package.json +8 -2
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ const http_1 = __importDefault(require("http"));
|
|
|
9
9
|
const path_1 = __importDefault(require("path"));
|
|
10
10
|
const os_1 = __importDefault(require("os"));
|
|
11
11
|
const child_process_1 = require("child_process");
|
|
12
|
-
const VERSION = '0.4.
|
|
12
|
+
const VERSION = '0.4.2';
|
|
13
13
|
const API_URL = process.env.LATINFO_API_URL || 'https://api.latinfo.dev';
|
|
14
14
|
const GITHUB_CLIENT_ID = process.env.GITHUB_CLIENT_ID || 'Ov23li5fcQaiCsVtaMKK';
|
|
15
15
|
const CONFIG_DIR = path_1.default.join(os_1.default.homedir(), '.latinfo');
|
package/package.json
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "latinfo",
|
|
3
|
-
"version": "0.4.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.4.2",
|
|
4
|
+
"description": "CLI & SDK to query RUC, DNI, and business data from SUNAT Peru. JSON output, AI-friendly.",
|
|
5
|
+
"homepage": "https://latinfo.dev",
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/latinfo/latinfo"
|
|
9
|
+
},
|
|
10
|
+
"keywords": ["ruc", "sunat", "peru", "dni", "api", "cli", "tax", "taxpayer", "consulta", "padron", "latin-america", "latam", "json"],
|
|
5
11
|
"main": "dist/sdk.js",
|
|
6
12
|
"types": "dist/sdk.d.ts",
|
|
7
13
|
"bin": {
|