@axinom/mosaic-portal 0.3.13 → 0.3.14-rc.0
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.5f7b583ab6e7968f5910.js → index.644896ef3b40ee11b281.js} +4 -4
- package/app/{index.5f7b583ab6e7968f5910.js.map → index.644896ef3b40ee11b281.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 +4 -4
|
@@ -62770,7 +62770,7 @@ function createInstance(config) {
|
|
|
62770
62770
|
var createApi = apiFactory(context, usedPlugins);
|
|
62771
62771
|
var root = createApi({
|
|
62772
62772
|
name: 'root',
|
|
62773
|
-
version: "0.3.
|
|
62773
|
+
version: "0.3.14-rc.0" || 0,
|
|
62774
62774
|
spec: '',
|
|
62775
62775
|
});
|
|
62776
62776
|
var options = (0,_helpers__WEBPACK_IMPORTED_MODULE_5__.createPiletOptions)({
|
|
@@ -64094,12 +64094,12 @@ function installPiralDebug(options) {
|
|
|
64094
64094
|
debug: 'v0',
|
|
64095
64095
|
instance: {
|
|
64096
64096
|
name: "@axinom/mosaic-portal",
|
|
64097
|
-
version: "0.3.
|
|
64097
|
+
version: "0.3.14-rc.0",
|
|
64098
64098
|
dependencies: "",
|
|
64099
64099
|
context,
|
|
64100
64100
|
},
|
|
64101
64101
|
build: {
|
|
64102
|
-
date: "2021-11-
|
|
64102
|
+
date: "2021-11-24T10:59:07.671Z",
|
|
64103
64103
|
cli: "0.13.2",
|
|
64104
64104
|
compat: "0.13",
|
|
64105
64105
|
},
|
|
@@ -101701,4 +101701,4 @@ var App = function App() {
|
|
|
101701
101701
|
|
|
101702
101702
|
/******/ })()
|
|
101703
101703
|
;
|
|
101704
|
-
//# sourceMappingURL=index.
|
|
101704
|
+
//# sourceMappingURL=index.644896ef3b40ee11b281.js.map
|