tsledge 0.1.14 → 0.1.15
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/dist/types.d.ts +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ declare module 'mongoose' {
|
|
|
3
3
|
* Extend SchemaTypeOptions to include the custom filter property.
|
|
4
4
|
* TypeScript will automatically merge this with the existing interface.
|
|
5
5
|
*/
|
|
6
|
-
interface SchemaTypeOptions<T
|
|
6
|
+
interface SchemaTypeOptions<T> {
|
|
7
7
|
/**
|
|
8
8
|
* If set to `true`, this field will be included in fluent pattern handler filtering.
|
|
9
9
|
*
|
package/dist/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,UAAU,CAAC;IACxB;;;OAGG;IACH,UAAU,iBAAiB,CAAC,CAAC;QAC3B;;;;;;;;;;;;;;WAcG;QACH,MAAM,CAAC,EAAE,OAAO,CAAC;KAClB;CACF"}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"author": "Niklas Wockenfuß",
|
|
3
3
|
"homepage": "https://niklaswockenfuss.de/",
|
|
4
4
|
"name": "tsledge",
|
|
5
|
-
"version": "0.1.
|
|
5
|
+
"version": "0.1.15",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"description": "My playground and some helpful tools for web development ",
|
|
8
8
|
"main": "dist/index.js",
|