solid-ui 2.4.27-09dc8bce → 2.4.27-0a40d643
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/dist/solid-ui.js +18 -3
- package/dist/solid-ui.js.map +1 -1
- package/dist/solid-ui.min.js +1 -1
- package/dist/solid-ui.min.js.map +1 -1
- package/lib/versionInfo.js +2 -2
- package/lib/versionInfo.js.map +1 -1
- package/package.json +1 -1
package/dist/solid-ui.js
CHANGED
|
@@ -13705,8 +13705,8 @@ Object.defineProperty(exports, "__esModule", ({
|
|
|
13705
13705
|
}));
|
|
13706
13706
|
exports.versionInfo = void 0;
|
|
13707
13707
|
var versionInfo = {
|
|
13708
|
-
buildTime: '2023-05-17T23:
|
|
13709
|
-
commit: '
|
|
13708
|
+
buildTime: '2023-05-17T23:45:12Z',
|
|
13709
|
+
commit: '0a40d643f537ab73ec6b90c851798b6f54337d51',
|
|
13710
13710
|
npmInfo: {
|
|
13711
13711
|
'solid-ui': '2.4.27',
|
|
13712
13712
|
npm: '8.19.4',
|
|
@@ -66522,7 +66522,22 @@ module.exports = JSON.parse('{"application/1d-interleaved-parityfec":{"source":"
|
|
|
66522
66522
|
/******/
|
|
66523
66523
|
/******/ /* webpack/runtime/publicPath */
|
|
66524
66524
|
/******/ (() => {
|
|
66525
|
-
/******/
|
|
66525
|
+
/******/ var scriptUrl;
|
|
66526
|
+
/******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
|
|
66527
|
+
/******/ var document = __webpack_require__.g.document;
|
|
66528
|
+
/******/ if (!scriptUrl && document) {
|
|
66529
|
+
/******/ if (document.currentScript)
|
|
66530
|
+
/******/ scriptUrl = document.currentScript.src;
|
|
66531
|
+
/******/ if (!scriptUrl) {
|
|
66532
|
+
/******/ var scripts = document.getElementsByTagName("script");
|
|
66533
|
+
/******/ if(scripts.length) scriptUrl = scripts[scripts.length - 1].src
|
|
66534
|
+
/******/ }
|
|
66535
|
+
/******/ }
|
|
66536
|
+
/******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
|
|
66537
|
+
/******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
|
|
66538
|
+
/******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
|
|
66539
|
+
/******/ scriptUrl = scriptUrl.replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
|
|
66540
|
+
/******/ __webpack_require__.p = scriptUrl;
|
|
66526
66541
|
/******/ })();
|
|
66527
66542
|
/******/
|
|
66528
66543
|
/******/ /* webpack/runtime/jsonp chunk loading */
|