@rjgf/vue2-request
Advanced tools
Comparing version 0.2.6 to 1.0.0
@@ -140,3 +140,3 @@ /******/ (function(modules) { // webpackBootstrap | ||
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "staticRenderFns", function() { return staticRenderFns; }); | ||
var render = function() { | ||
var render = function () { | ||
var _vm = this | ||
@@ -152,4 +152,4 @@ var _h = _vm.$createElement | ||
error: _vm.error, | ||
loading: _vm.loading | ||
}) | ||
loading: _vm.loading, | ||
}), | ||
], | ||
@@ -200,5 +200,3 @@ 2 | ||
let default_1 = | ||
// eslint-disable-next-line import/no-unused-modules | ||
class default_1 extends vue_property_decorator__WEBPACK_IMPORTED_MODULE_1__["Vue"] { | ||
let default_1 = class default_1 extends vue_property_decorator__WEBPACK_IMPORTED_MODULE_1__["Vue"] { | ||
constructor() { | ||
@@ -327,3 +325,2 @@ super(...arguments); | ||
}) | ||
// eslint-disable-next-line import/no-unused-modules | ||
], default_1); | ||
@@ -358,3 +355,3 @@ /* harmony default export */ __webpack_exports__["default"] = (default_1); | ||
function normalizeComponent ( | ||
function normalizeComponent( | ||
scriptExports, | ||
@@ -366,9 +363,8 @@ render, | ||
scopeId, | ||
moduleIdentifier, /* server only */ | ||
moduleIdentifier /* server only */, | ||
shadowMode /* vue-cli only */ | ||
) { | ||
// Vue.extend constructor export interop | ||
var options = typeof scriptExports === 'function' | ||
? scriptExports.options | ||
: scriptExports | ||
var options = | ||
typeof scriptExports === 'function' ? scriptExports.options : scriptExports | ||
@@ -393,3 +389,4 @@ // render functions | ||
var hook | ||
if (moduleIdentifier) { // server build | ||
if (moduleIdentifier) { | ||
// server build | ||
hook = function (context) { | ||
@@ -420,7 +417,7 @@ // 2.3 injection | ||
? function () { | ||
injectStyles.call( | ||
this, | ||
(options.functional ? this.parent : this).$root.$options.shadowRoot | ||
) | ||
} | ||
injectStyles.call( | ||
this, | ||
(options.functional ? this.parent : this).$root.$options.shadowRoot | ||
) | ||
} | ||
: injectStyles | ||
@@ -436,3 +433,3 @@ } | ||
var originalRender = options.render | ||
options.render = function renderWithStyleInjection (h, context) { | ||
options.render = function renderWithStyleInjection(h, context) { | ||
hook.call(context) | ||
@@ -444,5 +441,3 @@ return originalRender(h, context) | ||
var existing = options.beforeCreate | ||
options.beforeCreate = existing | ||
? [].concat(existing, hook) | ||
: [hook] | ||
options.beforeCreate = existing ? [].concat(existing, hook) : [hook] | ||
} | ||
@@ -449,0 +444,0 @@ } |
{ | ||
"author": "rjgh", | ||
"dependencies": { | ||
"@rjgf/http-client": "0.2.6" | ||
"@rjgf/http-client": "1.0.0" | ||
}, | ||
@@ -34,3 +34,3 @@ "sideEffects": true, | ||
], | ||
"gitHead": "5d951b84d120e643ac59f2ee05b759e8d2c9b1ba", | ||
"gitHead": "d0dc7c3613e04ef935cfc24a885febb8aee6147c", | ||
"license": "Apache-2.0", | ||
@@ -42,10 +42,10 @@ "main": "./dist/main.js", | ||
}, | ||
"version": "1.0.0", | ||
"scripts": { | ||
"build": "webpack-cli -c ./webpack.config.js --progress --color --mode none", | ||
"dev": "webpack-cli -c ./webpack.config.js --progress --color --watch --mode none", | ||
"lint": "yarn eslint --config .eslintrc.js --ignore-path ../../.eslintignore --no-eslintrc --fix --ext .js,.jsx,.ts,.tsx,.vue ./src", | ||
"prepublish": "yarn build", | ||
"lint": "pnpm eslint --config .eslintrc.js --ignore-path ../../.eslintignore --no-eslintrc --fix --ext .js,.jsx,.ts,.tsx,.vue ./src", | ||
"prepublish": "pnpm build", | ||
"test": "echo 'test skip' && exit 0" | ||
}, | ||
"version": "0.2.6" | ||
} | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
30353
426
+ Added@rjgf/http-client@1.0.0(transitive)
- Removed@rjgf/http-client@0.2.6(transitive)
Updated@rjgf/http-client@1.0.0