foxnfe 1.3.0 → 1.3.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 +5 -3
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# foxnfe
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/foxnfe)
|
|
4
|
+
|
|
3
5
|
SDK oficial FOX NF-e para Node.js — emissão NF-e, NFSe, cancelamento, consulta e integração MCP.
|
|
4
6
|
|
|
5
7
|
## Requisitos
|
|
@@ -211,7 +213,7 @@ try {
|
|
|
211
213
|
const client = new Client({
|
|
212
214
|
tenantSlug: 'minha-empresa',
|
|
213
215
|
token: 'seu-token',
|
|
214
|
-
baseUrl: 'https://
|
|
216
|
+
baseUrl: 'https://www.foxnfe.com.br/api/v1',
|
|
215
217
|
timeoutMs: 60_000,
|
|
216
218
|
});
|
|
217
219
|
```
|
|
@@ -231,6 +233,6 @@ src/
|
|
|
231
233
|
|
|
232
234
|
## Links
|
|
233
235
|
|
|
234
|
-
- [Documentação API](https://docs.
|
|
235
|
-
- [Portal FOX NF-e](https://foxnfe.
|
|
236
|
+
- [Documentação API](https://docs.foxnfe.com.br)
|
|
237
|
+
- [Portal FOX NF-e](https://www.foxnfe.com.br)
|
|
236
238
|
- [Suporte](mailto:suporte@centralfox.online)
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "foxnfe",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "SDK oficial FOX NF-e para Node.js — emissão NF-e, NFSe, cancelamento, consulta e MCP",
|
|
5
|
+
"homepage": "https://www.foxnfe.com.br",
|
|
5
6
|
"main": "dist/index.js",
|
|
6
7
|
"types": "dist/index.d.ts",
|
|
7
8
|
"exports": {
|