sample-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.
@@ -3330,11 +3330,11 @@ __webpack_require__.r(__webpack_exports__);
3330
3330
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
3331
3331
  /* harmony export */ createRouteMatcher: () => (/* binding */ createRouteMatcher)
3332
3332
  /* harmony export */ });
3333
- // Unfortunately `require`d:
3334
- // * exports are otherwise potentially converted by, e.g., Parcel (see #385)
3335
- var ptr = __webpack_require__(/*! path-to-regexp */ "../../../node_modules/path-to-regexp/index.js");
3333
+ /* harmony import */ var path_to_regexp__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! path-to-regexp */ "../../../node_modules/path-to-regexp/index.js");
3334
+ /* harmony import */ var path_to_regexp__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(path_to_regexp__WEBPACK_IMPORTED_MODULE_0__);
3335
+
3336
3336
  function createRouteMatcher(path) {
3337
- return ptr(path);
3337
+ return path_to_regexp__WEBPACK_IMPORTED_MODULE_0___default()(path);
3338
3338
  }
3339
3339
 
3340
3340
  /***/ }),
@@ -6436,12 +6436,12 @@ function installPiralDebug(options) {
6436
6436
  debug: debugApiVersion,
6437
6437
  instance: {
6438
6438
  name: "sample-piral",
6439
- version: "1.3.3-beta.6190",
6439
+ version: "1.3.3-beta.6204",
6440
6440
  dependencies: "reactstrap,tslib,react,react-dom,react-router,react-router-dom"
6441
6441
  },
6442
6442
  build: {
6443
- date: "2023-10-26T16:45:39.310Z",
6444
- cli: "1.3.3-beta.6190",
6443
+ date: "2023-11-01T12:10:52.825Z",
6444
+ cli: "1.3.3-beta.6204",
6445
6445
  compat: "1"
6446
6446
  }
6447
6447
  };
@@ -64145,7 +64145,6 @@ __webpack_require__.r(__webpack_exports__);
64145
64145
  /* harmony export */ syncStrategy: () => (/* binding */ syncStrategy),
64146
64146
  /* harmony export */ unregisterModules: () => (/* binding */ unregisterModules)
64147
64147
  /* harmony export */ });
64148
- /* harmony import */ var tslib__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! tslib */ "../../../node_modules/tslib/tslib.es6.js");
64149
64148
  var _excluded = ["dependencies", "spec", "name"],
64150
64149
  _excluded2 = ["name", "spec", "dependencies"],
64151
64150
  _excluded3 = ["dependencies", "spec"],
@@ -65471,21 +65470,20 @@ function runPilet(createApi, pilet) {
65471
65470
  }
65472
65471
 
65473
65472
  // src/api.ts
65474
-
65475
65473
  function initializeApi(target, events) {
65476
65474
  return {
65477
65475
  on: events.on,
65478
65476
  once: events.once,
65479
65477
  off: events.off,
65480
65478
  emit: events.emit,
65481
- meta: (0,tslib__WEBPACK_IMPORTED_MODULE_0__.__assign)({}, target)
65479
+ meta: Object.assign({}, target)
65482
65480
  };
65483
65481
  }
65484
65482
  function mergeApis(api, extenders, target) {
65485
65483
  var frags = extenders.map(function (extender) {
65486
65484
  return extender(api, target);
65487
65485
  });
65488
- tslib__WEBPACK_IMPORTED_MODULE_0__.__assign.apply(void 0, [api].concat(_toConsumableArray(frags)));
65486
+ Object.assign.apply(Object, [api].concat(_toConsumableArray(frags)));
65489
65487
  return api;
65490
65488
  }
65491
65489
 
@@ -66280,4 +66278,4 @@ root.render( /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1__.createElement(piral
66280
66278
 
66281
66279
  /******/ })()
66282
66280
  ;
66283
- //# sourceMappingURL=index.9a92e1.js.map
66281
+ //# sourceMappingURL=index.7f7be6.js.map