scratch-storage 2.3.5 → 2.3.7

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.7](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.6...v2.3.7) (2024-02-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** lock file maintenance ([c3a567d](https://github.com/scratchfoundation/scratch-storage/commit/c3a567de57a5b82e28362984f8a42ab50da9ca0f))
12
+
13
+ ## [2.3.6](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.5...v2.3.6) (2024-02-24)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** update dependency scratch-semantic-release-config to v1.0.14 ([adc5c57](https://github.com/scratchfoundation/scratch-storage/commit/adc5c57b9e65b172e7fef231a3d61a04779a3ca5))
19
+
6
20
  ## [2.3.5](https://github.com/scratchfoundation/scratch-storage/compare/v2.3.4...v2.3.5) (2024-02-22)
7
21
 
8
22
 
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/LLK/scratch-storage.git
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/LLK/scratch-storage.git
19
+ git clone https://github.com/scratchfoundation/scratch-storage.git
20
20
  cd scratch-storage
21
21
  npm install
22
22
  ```
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "scratch-storage",
3
- "version": "2.3.5",
3
+ "version": "2.3.7",
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": "2ac8a458a8e4776c109dcc2a9ac06ef18d4a595a"
10
+ "sha": "da99ca57f707271d669396ec27aab9b1575db9d1"
11
11
  },
12
12
  "main": "./dist/node/scratch-storage.js",
13
13
  "browser": "./dist/web/scratch-storage.js",
@@ -39,25 +39,25 @@
39
39
  "worker-loader": "^2.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@babel/core": "7.14.8",
43
- "@babel/plugin-transform-runtime": "7.21.0",
42
+ "@babel/core": "7.23.9",
43
+ "@babel/plugin-transform-runtime": "7.23.9",
44
44
  "@babel/polyfill": "7.12.1",
45
- "@babel/preset-env": "7.14.8",
45
+ "@babel/preset-env": "7.23.9",
46
46
  "@commitlint/cli": "18.4.3",
47
47
  "@commitlint/config-conventional": "18.4.3",
48
48
  "@commitlint/travis-cli": "8.2.0",
49
49
  "@types/jest": "29.5.12",
50
50
  "babel-eslint": "10.1.0",
51
51
  "babel-loader": "8.3.0",
52
- "eslint": "8.55.0",
53
- "eslint-config-scratch": "9.0.7",
52
+ "eslint": "8.56.0",
53
+ "eslint-config-scratch": "9.0.8",
54
54
  "eslint-plugin-jest": "27.9.0",
55
55
  "eslint-plugin-react": "7.33.2",
56
56
  "file-loader": "4.1.0",
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.13",
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",