minimal-piral 0.15.0-beta.4808 → 0.15.0-beta.4812
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.d3c0e3.js → index.c0bfa9.js} +10 -8
- package/app/index.c0bfa9.js.map +1 -0
- package/app/index.d.ts +4 -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.d3c0e3.js.map +0 -1
|
@@ -4419,11 +4419,13 @@ function createNavigation() {
|
|
|
4419
4419
|
|
|
4420
4420
|
return {
|
|
4421
4421
|
get path() {
|
|
4422
|
-
|
|
4423
|
-
|
|
4424
|
-
|
|
4422
|
+
var loc = _nav ? _nav.location : location;
|
|
4423
|
+
return loc.pathname;
|
|
4424
|
+
},
|
|
4425
4425
|
|
|
4426
|
-
|
|
4426
|
+
get url() {
|
|
4427
|
+
var loc = _nav ? _nav.location : location;
|
|
4428
|
+
return "".concat(loc.pathname).concat(loc.search).concat(loc.hash);
|
|
4427
4429
|
},
|
|
4428
4430
|
|
|
4429
4431
|
push: function push(target, state) {
|
|
@@ -6644,12 +6646,12 @@ function installPiralDebug(options) {
|
|
|
6644
6646
|
debug: debugApiVersion,
|
|
6645
6647
|
instance: {
|
|
6646
6648
|
name: "minimal-piral",
|
|
6647
|
-
version: "0.15.0-beta.
|
|
6649
|
+
version: "0.15.0-beta.4812",
|
|
6648
6650
|
dependencies: "tslib,react,react-dom,react-router,react-router-dom"
|
|
6649
6651
|
},
|
|
6650
6652
|
build: {
|
|
6651
|
-
date: "2022-11-
|
|
6652
|
-
cli: "0.15.0-beta.
|
|
6653
|
+
date: "2022-11-13T01:15:04.924Z",
|
|
6654
|
+
cli: "0.15.0-beta.4812",
|
|
6653
6655
|
compat: "0.15"
|
|
6654
6656
|
}
|
|
6655
6657
|
};
|
|
@@ -45589,4 +45591,4 @@ var instance = (0,piral_core__WEBPACK_IMPORTED_MODULE_2__.createInstance)({
|
|
|
45589
45591
|
|
|
45590
45592
|
/******/ })()
|
|
45591
45593
|
;
|
|
45592
|
-
//# sourceMappingURL=index.
|
|
45594
|
+
//# sourceMappingURL=index.c0bfa9.js.map
|