sample-cross-fx 0.14.4-beta.3313 → 0.14.5-beta.3336
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.
|
@@ -129344,6 +129344,10 @@ function registerModule(name, resolve) {
|
|
|
129344
129344
|
_exports('__esModule', true);
|
|
129345
129345
|
|
|
129346
129346
|
_exports('default', content);
|
|
129347
|
+
} else if (typeof content === 'object') {
|
|
129348
|
+
if (content && !Array.isArray(content) && !('default' in content)) {
|
|
129349
|
+
_exports('default', content);
|
|
129350
|
+
}
|
|
129347
129351
|
}
|
|
129348
129352
|
}
|
|
129349
129353
|
}
|
|
@@ -130661,7 +130665,7 @@ function createInstance(config = {}) {
|
|
|
130661
130665
|
const createApi = apiFactory(context, usedPlugins);
|
|
130662
130666
|
const root = createApi({
|
|
130663
130667
|
name: 'root',
|
|
130664
|
-
version: "0.14.
|
|
130668
|
+
version: "0.14.5-beta.3336" || 0,
|
|
130665
130669
|
spec: ''
|
|
130666
130670
|
});
|
|
130667
130671
|
const options = (0,_helpers__WEBPACK_IMPORTED_MODULE_5__.createPiletOptions)({
|
|
@@ -133090,12 +133094,12 @@ function installPiralDebug(options) {
|
|
|
133090
133094
|
debug: debugApiVersion,
|
|
133091
133095
|
instance: {
|
|
133092
133096
|
name: "sample-cross-fx",
|
|
133093
|
-
version: "0.14.
|
|
133097
|
+
version: "0.14.5-beta.3336",
|
|
133094
133098
|
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"
|
|
133095
133099
|
},
|
|
133096
133100
|
build: {
|
|
133097
|
-
date: "2021-
|
|
133098
|
-
cli: "0.14.
|
|
133101
|
+
date: "2021-12-09T22:33:36.192Z",
|
|
133102
|
+
cli: "0.14.4",
|
|
133099
133103
|
compat: "0.14"
|
|
133100
133104
|
},
|
|
133101
133105
|
pilets: {
|
|
@@ -255172,4 +255176,4 @@ const app = React.createElement(piral_core_1.Piral, {
|
|
|
255172
255176
|
|
|
255173
255177
|
/******/ })()
|
|
255174
255178
|
;
|
|
255175
|
-
//# sourceMappingURL=index.
|
|
255179
|
+
//# sourceMappingURL=index.7f31c7.js.map
|