typeorm 0.3.28-dev.83e3a8a → 0.3.28-dev.8692da2

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.
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Content of this file below the imports is a copy of mongodb.d.ts from the version of mongodb package
3
+ * listed in package.json:devDependencies. We disabled eslint for this file, since it does not come from us
4
+ * and does not necessary have to adhere to our rules.
5
+ */
1
6
  import type { SrvRecord } from "dns";
2
7
  import type { Socket, TcpNetConnectOpts } from "net";
3
8
  import type { ConnectionOptions as ConnectionOptions_2, TLSSocket, TLSSocketOptions } from "tls";