@ssddo/ecf-react 0.1.0 → 0.1.5

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 +33 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ssddo/ecf-react",
3
- "version": "0.1.0",
3
+ "version": "0.1.5",
4
4
  "description": "Hooks de React Query para la API de ECF DGII (comprobantes fiscales electrónicos de República Dominicana)",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -20,6 +20,11 @@
20
20
  "files": [
21
21
  "dist"
22
22
  ],
23
+ "scripts": {
24
+ "generate": "openapi-typescript /Users/dawlin/Developer/puntoos/ecf_dgii/src/Apis/ECF_DGII.EcfApi/wwwroot/openapi/v1.json -o src/generated/v1.d.ts",
25
+ "build": "tsup",
26
+ "prepublishOnly": "npm run build"
27
+ },
23
28
  "engines": {
24
29
  "node": ">=18"
25
30
  },
@@ -41,9 +46,30 @@
41
46
  "tsup": "^8.3.0",
42
47
  "typescript": "^5.7.0"
43
48
  },
44
- "license": "MIT",
45
- "scripts": {
46
- "generate": "openapi-typescript /Users/dawlin/Developer/puntoos/ecf_dgii/src/Apis/ECF_DGII.EcfApi/wwwroot/openapi/v1.json -o src/generated/v1.d.ts",
47
- "build": "tsup"
48
- }
49
- }
49
+ "author": {
50
+ "name": "SSD Smart Software Development SRL",
51
+ "email": "contacto@ssd.com.do",
52
+ "url": "https://ssd.com.do"
53
+ },
54
+ "repository": {
55
+ "type": "git",
56
+ "url": "https://github.com/SSD-Smart-Software-Development-SRL/ecf_dgii",
57
+ "directory": "react"
58
+ },
59
+ "homepage": "https://github.com/SSD-Smart-Software-Development-SRL/ecf_dgii/tree/main/react#readme",
60
+ "bugs": {
61
+ "url": "https://github.com/SSD-Smart-Software-Development-SRL/ecf_dgii/issues"
62
+ },
63
+ "keywords": [
64
+ "ecf",
65
+ "dgii",
66
+ "factura-electronica",
67
+ "comprobante-fiscal",
68
+ "republica-dominicana",
69
+ "react",
70
+ "react-query",
71
+ "openapi",
72
+ "ssd"
73
+ ],
74
+ "license": "MIT"
75
+ }