arca-sdk 1.2.0 → 1.2.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/package.json CHANGED
@@ -1,60 +1,60 @@
1
- {
2
- "name": "arca-sdk",
3
- "version": "1.2.0",
4
- "description": "SDK moderna y tipada para la API Web Service Facturación Electrónica (WSFE) de ARCA / AFIP. Soporta Facturas A/B/C, Notas de Crédito, Notas de Débito, tickets y consulta de Padrón A13, con generación de QR oficial.",
5
- "type": "module",
6
- "main": "./dist/index.cjs",
7
- "module": "./dist/index.js",
8
- "types": "./dist/index.d.ts",
9
- "exports": {
10
- ".": {
11
- "types": "./dist/index.d.ts",
12
- "import": "./dist/index.js",
13
- "require": "./dist/index.cjs"
14
- }
15
- },
16
- "files": [
17
- "dist",
18
- "README.md",
19
- "CHANGELOG.md",
20
- "LICENSE"
21
- ],
22
- "scripts": {
23
- "dev": "tsup src/index.ts --watch",
24
- "build": "tsup",
25
- "test": "vitest run",
26
- "test:watch": "vitest",
27
- "test:coverage": "vitest run --coverage",
28
- "lint": "tsc --noEmit",
29
- "prepublishOnly": "bun run build && bun test"
30
- },
31
- "dependencies": {
32
- "fast-xml-parser": "^5.3.6",
33
- "node-forge": "^1.3.3",
34
- "zod": "^3.24.2"
35
- },
36
- "devDependencies": {
37
- "@types/node": "^22.13.5",
38
- "@types/node-forge": "^1.3.14",
39
- "tsup": "^8.3.5",
40
- "typescript": "^5.7.3",
41
- "vitest": "^2.1.8"
42
- },
43
- "engines": {
44
- "node": ">=18"
45
- },
46
- "license": "MIT",
47
- "keywords": [
48
- "arca",
49
- "afip",
50
- "argentina",
51
- "facturacion",
52
- "typescript",
53
- "sdk"
54
- ],
55
- "author": "Marcela Borgarello <imprenart@gmail.com>",
56
- "repository": {
57
- "type": "git",
58
- "url": "https://github.com/marcelaborgarello/arca-sdk.git"
59
- }
1
+ {
2
+ "name": "arca-sdk",
3
+ "version": "1.2.2",
4
+ "description": "SDK moderna y tipada para la API Web Service Facturación Electrónica (WSFE) de ARCA / AFIP. Soporta Facturas A/B/C, Notas de Crédito, Notas de Débito, tickets y consulta de Padrón A13, con generación de QR oficial.",
5
+ "type": "module",
6
+ "main": "./dist/index.cjs",
7
+ "module": "./dist/index.js",
8
+ "types": "./dist/index.d.ts",
9
+ "exports": {
10
+ ".": {
11
+ "types": "./dist/index.d.ts",
12
+ "import": "./dist/index.js",
13
+ "require": "./dist/index.cjs"
14
+ }
15
+ },
16
+ "files": [
17
+ "dist",
18
+ "README.md",
19
+ "CHANGELOG.md",
20
+ "LICENSE"
21
+ ],
22
+ "scripts": {
23
+ "dev": "tsup src/index.ts --watch",
24
+ "build": "tsup",
25
+ "test": "vitest run",
26
+ "test:watch": "vitest",
27
+ "test:coverage": "vitest run --coverage",
28
+ "lint": "tsc --noEmit",
29
+ "prepublishOnly": "bun run build && bun test"
30
+ },
31
+ "dependencies": {
32
+ "fast-xml-parser": "^5.3.6",
33
+ "node-forge": "^1.3.3",
34
+ "zod": "^3.24.2"
35
+ },
36
+ "devDependencies": {
37
+ "@types/node": "^22.13.5",
38
+ "@types/node-forge": "^1.3.14",
39
+ "tsup": "^8.3.5",
40
+ "typescript": "^5.7.3",
41
+ "vitest": "^2.1.8"
42
+ },
43
+ "engines": {
44
+ "node": ">=18"
45
+ },
46
+ "license": "MIT",
47
+ "keywords": [
48
+ "arca",
49
+ "afip",
50
+ "argentina",
51
+ "facturacion",
52
+ "typescript",
53
+ "sdk"
54
+ ],
55
+ "author": "Marcela Borgarello <imprenart@gmail.com>",
56
+ "repository": {
57
+ "type": "git",
58
+ "url": "https://github.com/marcelaborgarello/arca-sdk.git"
59
+ }
60
60
  }