Comparing version 1.2.3 to 1.2.4
@@ -18,4 +18,3 @@ /*! | ||
import api from "olobase-admin/src/store/api" | ||
import license from "./license.js" | ||
import LicenseChecker from "./licenseChecker.js" | ||
import storeResource from "olobase-admin/src/store/resource" | ||
@@ -296,3 +295,3 @@ import routeResource from "olobase-admin/src/router/resource" | ||
}) | ||
const l = new license(this.i18n, this.env); | ||
const l = new LicenseChecker(this.i18n, this.env); | ||
l.check(); | ||
@@ -299,0 +298,0 @@ |
{ | ||
"name": "olobase", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "Create fast and easy admin panel apps with Vue and Php technologies", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
39469