scratch-storage 6.1.3 → 6.1.5

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/.nvmrc CHANGED
@@ -1 +1 @@
1
- v20
1
+ 24
@@ -3769,7 +3769,25 @@ module.exports = __webpack_require__(14)("PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2
3769
3769
  /******/
3770
3770
  /******/ /* webpack/runtime/publicPath */
3771
3771
  /******/ (() => {
3772
- /******/ __webpack_require__.p = "/";
3772
+ /******/ var scriptUrl;
3773
+ /******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
3774
+ /******/ var document = __webpack_require__.g.document;
3775
+ /******/ if (!scriptUrl && document) {
3776
+ /******/ if (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')
3777
+ /******/ scriptUrl = document.currentScript.src;
3778
+ /******/ if (!scriptUrl) {
3779
+ /******/ var scripts = document.getElementsByTagName("script");
3780
+ /******/ if(scripts.length) {
3781
+ /******/ var i = scripts.length - 1;
3782
+ /******/ while (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;
3783
+ /******/ }
3784
+ /******/ }
3785
+ /******/ }
3786
+ /******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
3787
+ /******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
3788
+ /******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
3789
+ /******/ scriptUrl = scriptUrl.replace(/^blob:/, "").replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
3790
+ /******/ __webpack_require__.p = scriptUrl;
3773
3791
  /******/ })();
3774
3792
  /******/
3775
3793
  /******/ /* webpack/runtime/jsonp chunk loading */