Skip to content

Commit

Permalink
Merge pull request #31 from nodecfdi/dev
Browse files Browse the repository at this point in the history
1.0.1
  • Loading branch information
celli33 authored Jun 3, 2024
2 parents 5bf2f4a + 602c01f commit 0ed3948
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @nodecfdi/sat-ws-descarga-masiva ChangeLog

## 1.0.1

### Fix missing types

- added missing types in bundle generation

## 1.0.0

### Drop @nodecfdi/cfdiutils-common dependency
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodecfdi/sat-ws-descarga-masiva",
"version": "1.0.0",
"version": "1.0.1",
"description": "Librería para usar el servicio web del SAT de Descarga Masiva",
"type": "module",
"main": "./dist/sat-ws-descarga-masiva.cjs",
Expand Down
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineConfig } from 'tsup';

export default defineConfig({
entry: ['./index.ts'],
entry: ['./index.ts', './src/types.ts'],
outDir: './dist',
clean: true,
format: ['esm', 'cjs'],
Expand Down

0 comments on commit 0ed3948

Please sign in to comment.