scratch-storage 2.3.5 → 2.3.6
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,13 @@
|
|
|
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.6](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.5...v2.3.6) (2024-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency scratch-semantic-release-config to v1.0.14 ([adc5c57](https://github.com/scratchfoundation/scratch-storage/commit/adc5c57b9e65b172e7fef231a3d61a04779a3ca5))
|
|
12
|
+
|
|
6
13
|
## [2.3.5](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.4...v2.3.5) (2024-02-22)
|
|
7
14
|
|
|
8
15
|
|
package/README.md
CHANGED
|
@@ -11,12 +11,12 @@ This requires you to have Node.js installed.
|
|
|
11
11
|
|
|
12
12
|
In your own Node.js environment/application:
|
|
13
13
|
```bash
|
|
14
|
-
npm install https://github.com/
|
|
14
|
+
npm install https://github.com/scratchfoundation/scratch-storage.git
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
If you want to edit/play yourself (requires Git):
|
|
18
18
|
```bash
|
|
19
|
-
git clone https://github.com/
|
|
19
|
+
git clone https://github.com/scratchfoundation/scratch-storage.git
|
|
20
20
|
cd scratch-storage
|
|
21
21
|
npm install
|
|
22
22
|
```
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scratch-storage",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.6",
|
|
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": "1c39a3a964b1521e0298a0ee756826d6adbdde99"
|
|
11
11
|
},
|
|
12
12
|
"main": "./dist/node/scratch-storage.js",
|
|
13
13
|
"browser": "./dist/web/scratch-storage.js",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"husky": "8.0.3",
|
|
58
58
|
"jest": "29.7.0",
|
|
59
59
|
"json": "^9.0.4",
|
|
60
|
-
"scratch-semantic-release-config": "1.0.
|
|
60
|
+
"scratch-semantic-release-config": "1.0.14",
|
|
61
61
|
"semantic-release": "19.0.5",
|
|
62
62
|
"uglifyjs-webpack-plugin": "2.2.0",
|
|
63
63
|
"webpack": "4.47.0",
|