quasar-app-extension-api-wrapper
Advanced tools
Comparing version 0.0.13 to 0.1.1
{ | ||
"name": "quasar-app-extension-api-wrapper", | ||
"version": "0.0.13", | ||
"version": "0.1.1", | ||
"description": "A Quasar App Extension designed to wrap up the most common features of an api client implementation", | ||
"author": "Roberto <roberto.langarica@gmail.com>", | ||
"license": "MIT", | ||
"main": "src/index.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"prepublish": "tsc", | ||
"scripts": { | ||
@@ -24,3 +26,6 @@ "test": "echo \"No test specified\" && exit 0" | ||
"api-client-wrapper": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"vue": "^2.6.11" | ||
} | ||
} |
@@ -9,16 +9,11 @@ /** | ||
// import APIWrapper from './wrapper/APIWrapper' | ||
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 | ||
conf.boot.push('~quasar-app-extension-api-wrapper/src/boot/api-wrapper-bootfile.js') | ||
conf.boot.push('~quasar-app-extension-api-wrapper/dist/boot/api-wrapper-bootfile.js') | ||
// make sure boot file transpiles | ||
conf.build.transpileDependencies.push(/quasar-app-extension-api-wrapper[\\/]src[\\/]boot/) | ||
// conf.build.transpileDependencies.push(/quasar-app-extension-api-wrapper[\\/]src[\\/]wrapper/) | ||
conf.build.transpileDependencies.push(/quasar-app-extension-api-wrapper[\\/]dist[\\/]boot/) | ||
// if boot file imports anything, make sure that | ||
@@ -25,0 +20,0 @@ // the regex above matches those files too! |
@@ -27,3 +27,3 @@ { | ||
"strict": true, /* Enable all strict type-checking options. */ | ||
// "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */ | ||
"noImplicitAny": false, /* Raise error on expressions and declarations with an implied 'any' type. */ | ||
// "strictNullChecks": true, /* Enable strict null checks. */ | ||
@@ -30,0 +30,0 @@ // "strictFunctionTypes": true, /* Enable strict checking of function types. */ |
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
21237
18
138
1