sample-piral 0.15.0-beta.4808 → 0.15.0-beta.4813

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.
@@ -4651,11 +4651,13 @@ function createNavigation() {
4651
4651
 
4652
4652
  return {
4653
4653
  get path() {
4654
- if (_nav) {
4655
- return _nav.location.pathname;
4656
- }
4654
+ var loc = _nav ? _nav.location : location;
4655
+ return loc.pathname;
4656
+ },
4657
4657
 
4658
- return location.pathname;
4658
+ get url() {
4659
+ var loc = _nav ? _nav.location : location;
4660
+ return "".concat(loc.pathname).concat(loc.search).concat(loc.hash);
4659
4661
  },
4660
4662
 
4661
4663
  push: function push(target, state) {
@@ -9602,12 +9604,12 @@ function installPiralDebug(options) {
9602
9604
  debug: debugApiVersion,
9603
9605
  instance: {
9604
9606
  name: "sample-piral",
9605
- version: "0.15.0-beta.4808",
9607
+ version: "0.15.0-beta.4813",
9606
9608
  dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
9607
9609
  },
9608
9610
  build: {
9609
- date: "2022-11-09T11:50:32.916Z",
9610
- cli: "0.15.0-beta.4808",
9611
+ date: "2022-11-14T00:49:26.774Z",
9612
+ cli: "0.15.0-beta.4813",
9611
9613
  compat: "0.15"
9612
9614
  }
9613
9615
  };
@@ -66371,4 +66373,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral
66371
66373
 
66372
66374
  /******/ })()
66373
66375
  ;
66374
- //# sourceMappingURL=index.d560ce.js.map
66376
+ //# sourceMappingURL=index.7fcc0a.js.map