@scratch/task-herder 14.0.0-accessibility-improvements.3 → 14.0.0

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.
Files changed (2) hide show
  1. package/TRADEMARK +1 -0
  2. package/package.json +7 -6
package/TRADEMARK ADDED
@@ -0,0 +1 @@
1
+ The Scratch trademarks, including the Scratch name, logo, the Scratch Cat, Gobo, Pico, Nano, Tera and Giga graphics (the "Marks"), are property of the Scratch Foundation. Marks may not be used to endorse or promote products derived from this software without specific prior written permission.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scratch/task-herder",
3
- "version": "14.0.0-accessibility-improvements.3",
3
+ "version": "14.0.0",
4
4
  "description": "An asynchronous task runner with configurable rate limiting / throttling and concurrency control.",
5
5
  "keywords": [
6
6
  "rate limit",
@@ -28,6 +28,7 @@
28
28
  "files": [
29
29
  "LICENSE",
30
30
  "README.md",
31
+ "TRADEMARK",
31
32
  "dist"
32
33
  ],
33
34
  "scripts": {
@@ -44,14 +45,14 @@
44
45
  "vite": "npm:rolldown-vite@7.3.1"
45
46
  },
46
47
  "devDependencies": {
47
- "@vitest/coverage-v8": "4.1.4",
48
+ "@vitest/coverage-v8": "4.1.7",
48
49
  "eslint": "9.39.4",
49
- "eslint-config-scratch": "14.1.6",
50
- "prettier": "3.8.2",
50
+ "eslint-config-scratch": "14.1.25",
51
+ "prettier": "3.8.3",
51
52
  "rimraf": "6.1.2",
52
53
  "typescript": "5.9.3",
53
- "unplugin-dts": "1.0.0-beta.6",
54
+ "unplugin-dts": "1.0.1",
54
55
  "vite": "npm:rolldown-vite@7.3.1",
55
- "vitest": "4.1.4"
56
+ "vitest": "4.1.7"
56
57
  }
57
58
  }