Comparing version 1.19.0 to 1.19.1
@@ -22,3 +22,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.MiniPage = exports.ComponentBase = exports.lifetimes = exports.pageLifetime = exports.method = exports.MiniComponent = exports.PageBase = void 0; | ||
exports.MiniPage = exports.ComponentBase = exports.lifetime = exports.lifetimes = exports.pageLifetime = exports.method = exports.MiniComponent = exports.PageBase = void 0; | ||
var Base_1 = __importStar(require("../dist/Page/Base")); | ||
@@ -29,2 +29,3 @@ Object.defineProperty(exports, "MiniPage", { enumerable: true, get: function () { return Base_1.MiniPageBase; } }); | ||
Object.defineProperty(exports, "lifetimes", { enumerable: true, get: function () { return Base_2.lifetimes; } }); | ||
Object.defineProperty(exports, "lifetime", { enumerable: true, get: function () { return Base_2.lifetime; } }); | ||
exports.PageBase = Base_1.default; | ||
@@ -40,4 +41,5 @@ exports.MiniComponent = Base_2.default; | ||
lifetimes: Base_2.lifetimes, | ||
lifetime: Base_2.lifetime, | ||
ComponentBase: exports.MiniComponent, | ||
MiniPage: Base_1.MiniPageBase, | ||
}; |
{ | ||
"name": "mipp-ali", | ||
"version": "1.19.0", | ||
"version": "1.19.1", | ||
"description": "小程序ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -6,2 +6,3 @@ import Base, { MiniPageBase } from "../dist/Page/Base"; | ||
lifetimes, | ||
lifetime, | ||
} from "../dist/Component/Base"; | ||
@@ -15,2 +16,3 @@ | ||
lifetimes, | ||
lifetime, | ||
MiniComponent as ComponentBase, | ||
@@ -26,4 +28,5 @@ MiniPageBase as MiniPage, | ||
lifetimes, | ||
lifetime, | ||
ComponentBase: MiniComponent, | ||
MiniPage: MiniPageBase, | ||
}; |
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
663230
23269