sample-cross-fx 0.15.3-beta.4989 → 0.15.4-beta.5008
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.
|
@@ -54892,7 +54892,7 @@ function unloadBlazorPilet(id) {
|
|
|
54892
54892
|
}
|
|
54893
54893
|
function initialize(scriptUrl, publicPath, opts = {}) {
|
|
54894
54894
|
if (typeof opts.loadBootResource !== 'function') {
|
|
54895
|
-
opts.loadBootResource = (type, name, url) => fetch(url, {
|
|
54895
|
+
opts.loadBootResource = (type, name, url) => type === 'dotnetjs' ? url : fetch(url, {
|
|
54896
54896
|
method: 'GET',
|
|
54897
54897
|
cache: 'no-cache'
|
|
54898
54898
|
});
|
|
@@ -63694,12 +63694,12 @@ function installPiralDebug(options) {
|
|
|
63694
63694
|
debug: debugApiVersion,
|
|
63695
63695
|
instance: {
|
|
63696
63696
|
name: "sample-cross-fx",
|
|
63697
|
-
version: "0.15.
|
|
63697
|
+
version: "0.15.4-beta.5008",
|
|
63698
63698
|
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,piral-ng/common,preact,riot,rxjs,vue,zone.js,tslib,react,react-dom,react-router,react-router-dom"
|
|
63699
63699
|
},
|
|
63700
63700
|
build: {
|
|
63701
|
-
date: "2022-12-
|
|
63702
|
-
cli: "0.15.
|
|
63701
|
+
date: "2022-12-19T16:08:04.971Z",
|
|
63702
|
+
cli: "0.15.4-beta.5008",
|
|
63703
63703
|
compat: "0.15"
|
|
63704
63704
|
}
|
|
63705
63705
|
};
|
|
@@ -216547,4 +216547,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_8__.createElement(piral
|
|
|
216547
216547
|
|
|
216548
216548
|
/******/ })()
|
|
216549
216549
|
;
|
|
216550
|
-
//# sourceMappingURL=index.
|
|
216550
|
+
//# sourceMappingURL=index.f5f7b3.js.map
|