@itrocks/mysql 0.0.6 → 0.0.7

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/cjs/mysql.js CHANGED
@@ -210,3 +210,4 @@ class Mysql extends storage_1.DataSource {
210
210
  }
211
211
  exports.default = Mysql;
212
212
  exports.Mysql = Mysql;
213
+ //# sourceMappingURL=mysql.js.map
package/esm/mysql.js CHANGED
@@ -205,3 +205,4 @@ export default class Mysql extends DataSource {
205
205
  return [record, deferred];
206
206
  }
207
207
  }
208
+ //# sourceMappingURL=mysql.js.map
package/package.json CHANGED
@@ -58,5 +58,5 @@
58
58
  "build:esm": "tsc -p tsconfig.esm.json"
59
59
  },
60
60
  "types": "./esm/mysql.d.ts",
61
- "version": "0.0.6"
61
+ "version": "0.0.7"
62
62
  }