Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
toondaey committed Apr 11, 2022
2 parents a4f773b + 8af9f04 commit fcc659c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,10 @@ export class YourService {

## Changelog

### 3.0.5 / 2022-04-11

- fix(): fix for failing jest tests

### 3.0.2 / 2022-04-10

- docs(): correct documentation
Expand Down
1 change: 0 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@

export * from './dist';
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"name": "@t00nday/nestjs-pdf",
"version": "3.0.2",
"version": "3.0.5-beta",
"description": "PDF generator for nestjs framework.",
"main": "index.js",
"type": "module",
"types": "index.d.ts",
"author": "B'Tunde Aromire",
"keywords": [
Expand Down Expand Up @@ -93,7 +92,7 @@
"pug": "3.0.2",
"reflect-metadata": "0.1.13",
"release-it": "14.14.1",
"renovate": "32.17.0",
"renovate": "32.17.1",
"rimraf": "3.0.2",
"rxjs": "7.5.5",
"ts-jest": "27.1.4",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"module": "esnext",
"module": "commonjs",
"declaration": true,
"strict": true,
"removeComments": true,
Expand All @@ -9,7 +9,7 @@
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"target": "es6",
"target": "es3",
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./lib",
Expand Down

0 comments on commit fcc659c

Please sign in to comment.