@autohubs/lib-cte 0.2.0 → 0.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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autohubs/lib-cte",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Fork de @brasil-fiscal/cte com use cases de consulta (status do servico, consulta por chave, desacordo, distribuicao de DF-e por NSU) para CTe (Conhecimento de Transporte Eletronico) em TypeScript.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -32,7 +32,7 @@
32
32
  "license": "MIT",
33
33
  "repository": {
34
34
  "type": "git",
35
- "url": "git+https://github.com/MaxTecnology/cte.git"
35
+ "url": "git+https://github.com/MaxTecnology/lib-cte.git"
36
36
  },
37
37
  "engines": {
38
38
  "node": ">=18.0.0"