@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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. 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
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@r5v/mongoose-paginate",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "main": "./dist/index.js",
5
- "types": "./dist/index.d.ts",
5
+ "types": "./dist/types/index.d.ts",
6
6
  "scripts": {
7
7
  "prebuild": "rimraf dist/",
8
8
  "build": "tsc",