@tmlmobilidade/databases 20260617.1731.32 → 20260617.1828.12

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.
@@ -48,7 +48,6 @@ class SimplifiedApexValidationsNewClass extends ClickHouseInterfaceTemplate {
48
48
  // This ensures that if multiple calls to getInstance() happen concurrently,
49
49
  // they will all await the same initialization process.
50
50
  if (!this._instance) {
51
- console.log('create instance here');
52
51
  this._instance = (async () => {
53
52
  const instance = new SimplifiedApexValidationsNewClass();
54
53
  // This behaves like the constructor,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/databases",
3
- "version": "20260617.1731.32",
3
+ "version": "20260617.1828.12",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"
@@ -36,7 +36,7 @@
36
36
  "watch": "tsc-watch --onSuccess 'resolve-tspaths'"
37
37
  },
38
38
  "dependencies": {
39
- "@clickhouse/client": "1.20.0",
39
+ "@clickhouse/client": "1.21.0",
40
40
  "@tmlmobilidade/go-types-apex": "*",
41
41
  "@tmlmobilidade/logger": "*",
42
42
  "@tmlmobilidade/ssh": "*",