scratch-storage 2.3.222 → 2.3.224

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/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.3.224](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.223...v2.3.224) (2024-08-23)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** lock file maintenance ([c7eadc7](https://github.com/scratchfoundation/scratch-storage/commit/c7eadc755a852aa95fe6be7924eb7662873ab0b0))
12
+
13
+ ## [2.3.223](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.222...v2.3.223) (2024-08-22)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** lock file maintenance ([1f6aede](https://github.com/scratchfoundation/scratch-storage/commit/1f6aede0912eb1b0ab33b99cf7d40c75858a42ba))
19
+
6
20
  ## [2.3.222](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.221...v2.3.222) (2024-08-22)
7
21
 
8
22
 
@@ -177,9 +177,9 @@ module.exports = _createClass, module.exports.__esModule = true, module.exports[
177
177
  /***/ (function(module, exports) {
178
178
 
179
179
  function _getPrototypeOf(t) {
180
- return (module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) {
180
+ return module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) {
181
181
  return t.__proto__ || Object.getPrototypeOf(t);
182
- }, module.exports.__esModule = true, module.exports["default"] = module.exports), _getPrototypeOf(t);
182
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports, _getPrototypeOf(t);
183
183
  }
184
184
  module.exports = _getPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports;
185
185
 
@@ -344,9 +344,9 @@ module.exports = _readOnlyError, module.exports.__esModule = true, module.export
344
344
  /***/ (function(module, exports) {
345
345
 
346
346
  function _setPrototypeOf(t, e) {
347
- return (module.exports = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {
347
+ return module.exports = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {
348
348
  return t.__proto__ = e, t;
349
- }, module.exports.__esModule = true, module.exports["default"] = module.exports), _setPrototypeOf(t, e);
349
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports, _setPrototypeOf(t, e);
350
350
  }
351
351
  module.exports = _setPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports;
352
352
 
@@ -419,11 +419,11 @@ module.exports = toPropertyKey, module.exports.__esModule = true, module.exports
419
419
  function _typeof(o) {
420
420
  "@babel/helpers - typeof";
421
421
 
422
- return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
422
+ return module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
423
423
  return typeof o;
424
424
  } : function (o) {
425
425
  return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
426
- }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o);
426
+ }, module.exports.__esModule = true, module.exports["default"] = module.exports, _typeof(o);
427
427
  }
428
428
  module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
429
429