Comparing version 1.19.5 to 1.19.6
@@ -130,3 +130,3 @@ "use strict"; | ||
} | ||
var createdFn = (_d = _that === null || _that === void 0 ? void 0 : _that.lifetimes) === null || _d === void 0 ? void 0 : _d.created; | ||
var createdFn = ((_d = _that === null || _that === void 0 ? void 0 : _that.lifetimes) === null || _d === void 0 ? void 0 : _d.created) || (_that === null || _that === void 0 ? void 0 : _that.created); | ||
_that.lifetimes.created = function created() { | ||
@@ -144,3 +144,3 @@ var _a; | ||
}; | ||
var readyFn = (_e = _that === null || _that === void 0 ? void 0 : _that.lifetimes) === null || _e === void 0 ? void 0 : _e.ready; | ||
var readyFn = ((_e = _that === null || _that === void 0 ? void 0 : _that.lifetimes) === null || _e === void 0 ? void 0 : _e.ready) || (_that === null || _that === void 0 ? void 0 : _that.ready); | ||
_that.lifetimes.ready = function ready() { | ||
@@ -147,0 +147,0 @@ var _a; |
{ | ||
"name": "mipp-ali", | ||
"version": "1.19.5", | ||
"version": "1.19.6", | ||
"description": "小程序ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -88,3 +88,3 @@ import rfdc from "rfdc"; | ||
const createdFn = _that?.lifetimes?.created; | ||
const createdFn = _that?.lifetimes?.created || _that?.created; | ||
_that.lifetimes.created = function created(...opts: any) { | ||
@@ -97,3 +97,3 @@ try { | ||
const readyFn = _that?.lifetimes?.ready; | ||
const readyFn = _that?.lifetimes?.ready || _that?.ready; | ||
_that.lifetimes.ready = function ready(...opts: any) { | ||
@@ -100,0 +100,0 @@ try { |
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
668505