@prairielearn/express-list-endpoints 1.0.7 → 1.0.9

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
@@ -1,5 +1,17 @@
1
1
  # @prairielearn/express-list-endpoints
2
2
 
3
+ ## 1.0.9
4
+
5
+ ### Patch Changes
6
+
7
+ - cec09b5: Upgrade all JavaScript dependencies
8
+
9
+ ## 1.0.8
10
+
11
+ ### Patch Changes
12
+
13
+ - 82f9c2f: Upgrade all JavaScript dependencies
14
+
3
15
  ## 1.0.7
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # `@prairielearn/express-list-endpoints`
2
2
 
3
- A fork of https://github.com/AlbertoFdzM/express-list-endpoints with support for the latest versions of Express.
3
+ A fork of <https://github.com/AlbertoFdzM/express-list-endpoints> with support for the latest versions of Express.
4
4
 
5
5
  This fork currently only has tested support for `express@^4.21.0`. It may function with older versions, but they are untested and unsupported.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prairielearn/express-list-endpoints",
3
- "version": "1.0.7",
3
+ "version": "1.0.9",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,13 +16,13 @@
16
16
  },
17
17
  "devDependencies": {
18
18
  "@prairielearn/tsconfig": "^0.0.0",
19
- "@types/node": "^20.17.30",
19
+ "@types/node": "^20.17.32",
20
20
  "c8": "^10.1.3",
21
21
  "chai": "^5.2.0",
22
22
  "express": "^4.21.2",
23
23
  "mocha": "^11.1.0",
24
- "tsx": "^4.19.3",
25
- "typescript": "^5.8.2"
24
+ "tsx": "^4.19.4",
25
+ "typescript": "^5.8.3"
26
26
  },
27
27
  "c8": {
28
28
  "reporter": [