ztechno_core 0.0.81 → 0.0.82

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.
@@ -55,7 +55,7 @@ export declare class ZSQLService {
55
55
  | {
56
56
  [key: string]: any;
57
57
  };
58
- }): Promise<T>;
58
+ }): Promise<T[]>;
59
59
  /**
60
60
  * Legacy method to execute a SQL query. Uses uppercase property names for backwards compatibility.
61
61
  * Does not apply date or boolean conversions. Consider using exec() instead.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztechno_core",
3
- "version": "0.0.81",
3
+ "version": "0.0.82",
4
4
  "description": "Core files for ztechno framework",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",