Skip to content

Commit

Permalink
fix: add tslib to dependencies (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
jirimoravcik authored Aug 7, 2024
1 parent 4f8c8dd commit 6f892a8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.0.3 / 2024-08-07
==================
- Add `tslib` to dependencies

1.0.2 / 2024-05-18
==================
- Add `@types/node` to devDependencies to fix `.d.ts` files build

1.0.1 / 2024-05-13
==================
- Remove lodash dependency
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xlsx-write-stream",
"version": "1.0.2",
"version": "1.0.3",
"description": "XLSX stream writer",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -40,7 +40,8 @@
"lint": "eslint src test"
},
"dependencies": {
"archiver": "^5.3.0"
"archiver": "^5.3.0",
"tslib": "^2.6.3"
},
"devDependencies": {
"@apify/tsconfig": "^0.1.0",
Expand Down

0 comments on commit 6f892a8

Please sign in to comment.