scratch-storage 3.0.12 → 3.0.14
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 +14 -0
- package/dist/node/scratch-storage.js +1 -1
- package/dist/web/scratch-storage.js +1 -1
- package/package.json +3 -3
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
|
+
## [3.0.14](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.13...v3.0.14) (2024-11-05)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **deps:** lock file maintenance ([6de576e](https://github.com/scratchfoundation/scratch-storage/commit/6de576e7259ab0b85db83357198deb86cb589cf6))
|
|
12
|
+
|
|
13
|
+
## [3.0.13](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.12...v3.0.13) (2024-11-03)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Bug Fixes
|
|
17
|
+
|
|
18
|
+
* **deps:** lock file maintenance ([bef3032](https://github.com/scratchfoundation/scratch-storage/commit/bef30324f6247d48d3cca072803a66e34972268b))
|
|
19
|
+
|
|
6
20
|
## [3.0.12](https://github.com/scratchfoundation/scratch-storage/compare/v3.0.11...v3.0.12) (2024-11-03)
|
|
7
21
|
|
|
8
22
|
|
|
@@ -3693,7 +3693,7 @@ module.exports = require("base64-js");
|
|
|
3693
3693
|
/******/
|
|
3694
3694
|
/************************************************************************/
|
|
3695
3695
|
var __webpack_exports__ = {};
|
|
3696
|
-
// This entry
|
|
3696
|
+
// This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
|
|
3697
3697
|
(() => {
|
|
3698
3698
|
"use strict";
|
|
3699
3699
|
// ESM COMPAT FLAG
|
|
@@ -4573,7 +4573,7 @@ module.exports = logger;
|
|
|
4573
4573
|
/******/
|
|
4574
4574
|
/************************************************************************/
|
|
4575
4575
|
var __webpack_exports__ = {};
|
|
4576
|
-
// This entry
|
|
4576
|
+
// This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
|
|
4577
4577
|
(() => {
|
|
4578
4578
|
"use strict";
|
|
4579
4579
|
// ESM COMPAT FLAG
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scratch-storage",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.14",
|
|
4
4
|
"description": "Load and store project and asset files for Scratch 3.0",
|
|
5
5
|
"license": "BSD-3-Clause",
|
|
6
6
|
"homepage": "https://github.com/scratchfoundation/scratch-storage#readme",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "https://github.com/scratchfoundation/scratch-storage.git",
|
|
10
|
-
"sha": "
|
|
10
|
+
"sha": "6de576e7259ab0b85db83357198deb86cb589cf6"
|
|
11
11
|
},
|
|
12
12
|
"main": "./dist/node/scratch-storage.js",
|
|
13
13
|
"browser": "./dist/web/scratch-storage.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"ts-jest": "29.2.5",
|
|
66
66
|
"ts-jest-mock-import-meta": "1.2.0",
|
|
67
67
|
"ts-loader": "9.5.1",
|
|
68
|
-
"webpack": "5.
|
|
68
|
+
"webpack": "5.96.1",
|
|
69
69
|
"webpack-cli": "5.1.4"
|
|
70
70
|
},
|
|
71
71
|
"config": {
|