Comparing version 1.2.0 to 1.2.1
14
index.js
@@ -8,2 +8,3 @@ /*! | ||
* | ||
* https://creativecommons.org/licenses/by-nc/4.0/deed.en | ||
* https://oloma.dev/end-user-license-agreement | ||
@@ -44,3 +45,3 @@ */ | ||
dataProvider, | ||
options, | ||
config, | ||
canAction, | ||
@@ -80,3 +81,3 @@ http | ||
this.dataProvider = dataProvider | ||
this.options = options || {} | ||
this.config = config || {} | ||
this.canAction = canAction | ||
@@ -333,2 +334,11 @@ this.http = http | ||
/** | ||
* Get global admin config object | ||
* | ||
* @return | ||
*/ | ||
getConfig() { | ||
return this.config; | ||
} | ||
/** | ||
* Get full resource object meta from name | ||
@@ -335,0 +345,0 @@ */ |
{ | ||
"name": "olobase", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Olobase is a tool that allows to you quickly and easily develop modern web panels using Vue.js/Vuetify", | ||
@@ -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
39513
522