@r5v/mongoose-paginate 1.0.9 → 1.0.10
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.
- package/README.md +3 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -134,6 +134,9 @@ $ yarn run start
|
|
|
134
134
|
## NOTES
|
|
135
135
|
1. removeProtected removed from aggregation query due to inconsistent results after publication
|
|
136
136
|
|
|
137
|
+
### 1.0.10
|
|
138
|
+
Fix Issue with Typescript build
|
|
139
|
+
|
|
137
140
|
### 1.0.9
|
|
138
141
|
Fix Issue with Typescript add buildPopulate Export
|
|
139
142
|
|
package/package.json
CHANGED