sample-cross-fx 0.14.17 → 0.14.18-beta.3923

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.
@@ -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 = System.resolve(name, parent);
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.17" || 0,
131101
+ version: "0.14.18-beta.3923" || 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.17",
133576
+ version: "0.14.18-beta.3923",
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-13T16:21:25.671Z",
133572
- cli: "0.14.16",
133580
+ date: "2022-03-15T00:46:49.543Z",
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.3e01ef.js.map
255749
+ //# sourceMappingURL=index.25d3f9.js.map