Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "js-jpa", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "jpa for node", | ||
@@ -5,0 +5,0 @@ "author": "stone", |
@@ -29,3 +29,3 @@ const mysql = require('mysql') | ||
async createJPA () { | ||
let descriptions = this._loadTableDescriptions() | ||
let descriptions = await this._loadTableDescriptions() | ||
return new MysqlJPA(this, descriptions) | ||
@@ -32,0 +32,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20241