sample-cross-fx 0.14.17-beta.3882 → 0.14.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/{index.4b132c.js → index.55444e.js} +15 -6
- package/app/{index.4b132c.js.map → index.55444e.js.map} +1 -1
- package/app/index.html +1 -1
- package/app/index.js +1 -1
- package/files.tar +0 -0
- package/files_once.tar +0 -0
- package/package.json +20 -20
|
@@ -128636,8 +128636,17 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
128636
128636
|
/* harmony export */ "includeDependency": () => (/* binding */ includeDependency),
|
|
128637
128637
|
/* harmony export */ "includeBundle": () => (/* binding */ includeBundle)
|
|
128638
128638
|
/* harmony export */ });
|
|
128639
|
+
function tryResolve(name, parent) {
|
|
128640
|
+
try {
|
|
128641
|
+
return System.resolve(name, parent);
|
|
128642
|
+
} catch (_a) {
|
|
128643
|
+
// just ignore - will be handled differently later.
|
|
128644
|
+
return undefined;
|
|
128645
|
+
}
|
|
128646
|
+
}
|
|
128647
|
+
|
|
128639
128648
|
function requireModule(name, parent) {
|
|
128640
|
-
const moduleId =
|
|
128649
|
+
const moduleId = tryResolve(name, parent);
|
|
128641
128650
|
const dependency = moduleId && System.get(moduleId);
|
|
128642
128651
|
|
|
128643
128652
|
if (!dependency) {
|
|
@@ -131089,7 +131098,7 @@ function createInstance(config = {}) {
|
|
|
131089
131098
|
const createApi = apiFactory(context, usedPlugins);
|
|
131090
131099
|
const root = createApi({
|
|
131091
131100
|
name: 'root',
|
|
131092
|
-
version: "0.14.
|
|
131101
|
+
version: "0.14.18" || 0,
|
|
131093
131102
|
spec: ''
|
|
131094
131103
|
});
|
|
131095
131104
|
const options = (0,_helpers__WEBPACK_IMPORTED_MODULE_6__.createPiletOptions)({
|
|
@@ -133564,12 +133573,12 @@ function installPiralDebug(options) {
|
|
|
133564
133573
|
debug: debugApiVersion,
|
|
133565
133574
|
instance: {
|
|
133566
133575
|
name: "sample-cross-fx",
|
|
133567
|
-
version: "0.14.
|
|
133576
|
+
version: "0.14.18",
|
|
133568
133577
|
dependencies: "@angular/common,@angular/compiler,@angular/core,@angular/platform-browser,@angular/platform-browser-dynamic,@webcomponents/webcomponentsjs,angular,aurelia-framework,aurelia-templating-binding,aurelia-templating-resources,aurelia-pal-browser,aurelia-event-aggregator,aurelia-history-browser,hyperapp,inferno,inferno-create-element,mithril,lit-element,solid-js,solid-js/dom,preact,riot,rxjs,vue,zone.js,react,react-dom,react-router,react-router-dom,history,tslib,path-to-regexp,@libre/atom,@dbeining/react-atom"
|
|
133569
133578
|
},
|
|
133570
133579
|
build: {
|
|
133571
|
-
date: "2022-03-
|
|
133572
|
-
cli: "0.14.
|
|
133580
|
+
date: "2022-03-15T08:48:34.852Z",
|
|
133581
|
+
cli: "0.14.17",
|
|
133573
133582
|
compat: "0.14"
|
|
133574
133583
|
},
|
|
133575
133584
|
pilets: {
|
|
@@ -255737,4 +255746,4 @@ const app = React.createElement(piral_core_1.Piral, {
|
|
|
255737
255746
|
|
|
255738
255747
|
/******/ })()
|
|
255739
255748
|
;
|
|
255740
|
-
//# sourceMappingURL=index.
|
|
255749
|
+
//# sourceMappingURL=index.55444e.js.map
|