@tmlmobilidade/interfaces 20260216.2140.51 → 20260217.1056.18

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.
@@ -122,7 +122,7 @@ class PCGIDBLegacyClass {
122
122
  if (!localAddress || typeof localAddress !== 'object') {
123
123
  throw new Error('Failed to retrieve the SSH tunnel address for PCGIDB Legacy.');
124
124
  }
125
- return `mongodb://${process.env.PCGIDB_LEGACY_USER}:${process.env.PCGIDB_LEGACY_PASSWORD}@localhost:${localAddress.port}/`;
125
+ return `mongodb://${process.env.PCGIDB_LEGACY_USER}:${process.env.PCGIDB_LEGACY_PASSWORD}@localhost:${localAddress.port}/?directConnection=true`;
126
126
  //
127
127
  }
128
128
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/interfaces",
3
- "version": "20260216.2140.51",
3
+ "version": "20260217.1056.18",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"