Skip to content

Commit 4331645

Browse files
Changed bundling logic to use pkgroll
1 parent 15d9dd4 commit 4331645

File tree

5 files changed

+1420
-58
lines changed

5 files changed

+1420
-58
lines changed

.mocharc.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"extension": ["ts"],
3+
"spec": "test/**/*.spec.ts",
4+
"node-option": [
5+
"experimental-specifier-resolution=node",
6+
"loader=ts-node/esm"
7+
],
8+
"recursive": true
9+
}

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [1.1.0](https://github.com/adrianprelipcean/express-rate-limit-postgresql/releases/tag/v1.1.0)
10+
11+
### Added
12+
13+
- Using [pkgroll](https://github.com/privatenumber/pkgroll) to bundle library
14+
15+
916
## [1.0.2](https://github.com/adrianprelipcean/express-rate-limit-postgresql/releases/tag/v1.0.2)
1017

1118
### Added

0 commit comments

Comments
 (0)