quasar-app-extension-api-wrapper
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "quasar-app-extension-api-wrapper", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "A Quasar App Extension designed to wrap up the most common features of an api client implementation", | ||
@@ -23,4 +23,4 @@ "author": "Roberto <roberto.langarica@gmail.com>", | ||
"dependencies": { | ||
"api-client-wrapper": "^0.2.0" | ||
"api-client-wrapper": "^0.2.1" | ||
} | ||
} |
@@ -12,8 +12,8 @@ /** | ||
module.exports = function (api) { | ||
// APIWrapper.baseURL = api.prompts.baseURL !== '' ? api.prompts.baseURL : APIWrapper.baseURL; | ||
api.extendQuasarConf((conf, api) => { | ||
// make sure my-ext boot file is registered | ||
// APIWrapper.baseURL = api.prompts.baseURL !== '' ? api.prompts.baseURL : APIWrapper.baseURL; | ||
api.extendQuasarConf((conf, api) => { | ||
// make sure my-ext boot file is registered | ||
conf.boot.push('~quasar-app-extension-api-wrapper/src/boot/api-wrapper-bootfile.js') | ||
@@ -20,0 +20,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
17462
6
90
Updatedapi-client-wrapper@^0.2.1