minimal-piral 1.3.3-beta.6190 → 1.3.3-beta.6204
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.ead910.js → index.7e798c.js} +10 -12
- package/app/index.7e798c.js.map +1 -0
- 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 +5 -5
- package/app/index.ead910.js.map +0 -1
|
@@ -3044,11 +3044,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
3044
3044
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
3045
3045
|
/* harmony export */ createRouteMatcher: () => (/* binding */ createRouteMatcher)
|
|
3046
3046
|
/* harmony export */ });
|
|
3047
|
-
|
|
3048
|
-
|
|
3049
|
-
|
|
3047
|
+
/* harmony import */ var path_to_regexp__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! path-to-regexp */ "../../../node_modules/path-to-regexp/index.js");
|
|
3048
|
+
/* harmony import */ var path_to_regexp__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(path_to_regexp__WEBPACK_IMPORTED_MODULE_0__);
|
|
3049
|
+
|
|
3050
3050
|
function createRouteMatcher(path) {
|
|
3051
|
-
return
|
|
3051
|
+
return path_to_regexp__WEBPACK_IMPORTED_MODULE_0___default()(path);
|
|
3052
3052
|
}
|
|
3053
3053
|
|
|
3054
3054
|
/***/ }),
|
|
@@ -3653,12 +3653,12 @@ function installPiralDebug(options) {
|
|
|
3653
3653
|
debug: debugApiVersion,
|
|
3654
3654
|
instance: {
|
|
3655
3655
|
name: "minimal-piral",
|
|
3656
|
-
version: "1.3.3-beta.
|
|
3656
|
+
version: "1.3.3-beta.6204",
|
|
3657
3657
|
dependencies: "tslib,react,react-dom,react-router,react-router-dom"
|
|
3658
3658
|
},
|
|
3659
3659
|
build: {
|
|
3660
|
-
date: "2023-
|
|
3661
|
-
cli: "1.3.3-beta.
|
|
3660
|
+
date: "2023-11-01T12:12:58.567Z",
|
|
3661
|
+
cli: "1.3.3-beta.6204",
|
|
3662
3662
|
compat: "1"
|
|
3663
3663
|
}
|
|
3664
3664
|
};
|
|
@@ -42556,7 +42556,6 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
42556
42556
|
/* harmony export */ syncStrategy: () => (/* binding */ syncStrategy),
|
|
42557
42557
|
/* harmony export */ unregisterModules: () => (/* binding */ unregisterModules)
|
|
42558
42558
|
/* harmony export */ });
|
|
42559
|
-
/* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../../node_modules/tslib/tslib.es6.js");
|
|
42560
42559
|
var _excluded = ["dependencies", "spec", "name"],
|
|
42561
42560
|
_excluded2 = ["name", "spec", "dependencies"],
|
|
42562
42561
|
_excluded3 = ["dependencies", "spec"],
|
|
@@ -43882,21 +43881,20 @@ function runPilet(createApi, pilet) {
|
|
|
43882
43881
|
}
|
|
43883
43882
|
|
|
43884
43883
|
// src/api.ts
|
|
43885
|
-
|
|
43886
43884
|
function initializeApi(target, events) {
|
|
43887
43885
|
return {
|
|
43888
43886
|
on: events.on,
|
|
43889
43887
|
once: events.once,
|
|
43890
43888
|
off: events.off,
|
|
43891
43889
|
emit: events.emit,
|
|
43892
|
-
meta:
|
|
43890
|
+
meta: Object.assign({}, target)
|
|
43893
43891
|
};
|
|
43894
43892
|
}
|
|
43895
43893
|
function mergeApis(api, extenders, target) {
|
|
43896
43894
|
var frags = extenders.map(function (extender) {
|
|
43897
43895
|
return extender(api, target);
|
|
43898
43896
|
});
|
|
43899
|
-
|
|
43897
|
+
Object.assign.apply(Object, [api].concat(_toConsumableArray(frags)));
|
|
43900
43898
|
return api;
|
|
43901
43899
|
}
|
|
43902
43900
|
|
|
@@ -44560,4 +44558,4 @@ var instance = (0,piral_core__WEBPACK_IMPORTED_MODULE_2__.createInstance)({
|
|
|
44560
44558
|
|
|
44561
44559
|
/******/ })()
|
|
44562
44560
|
;
|
|
44563
|
-
//# sourceMappingURL=index.
|
|
44561
|
+
//# sourceMappingURL=index.7e798c.js.map
|