@feathersjs/koa 5.0.29 → 5.0.31

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 (3) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/README.md +1 -1
  3. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.0.31](https://github.com/feathersjs/feathers/compare/v5.0.30...v5.0.31) (2024-10-31)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **dependencies:** Update all dependencies ([#3545](https://github.com/feathersjs/feathers/issues/3545)) ([221b92b](https://github.com/feathersjs/feathers/commit/221b92bb0ee5d54fb1036742968797cb02e56da2))
11
+
12
+ ## [5.0.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02)
13
+
14
+ **Note:** Version bump only for package @feathersjs/koa
15
+
6
16
  ## [5.0.29](https://github.com/feathersjs/feathers/compare/v5.0.28...v5.0.29) (2024-07-10)
7
17
 
8
18
  **Note:** Version bump only for package @feathersjs/koa
package/README.md CHANGED
@@ -18,6 +18,6 @@ Refer to the [Feathers Koa API documentation](https://feathersjs.com/api/koa.htm
18
18
 
19
19
  ## License
20
20
 
21
- Copyright (c) 2023 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
21
+ Copyright (c) 2024 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
22
22
 
23
23
  Licensed under the [MIT license](LICENSE).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@feathersjs/koa",
3
3
  "description": "Feathers KoaJS framework bindings and REST provider",
4
- "version": "5.0.29",
4
+ "version": "5.0.31",
5
5
  "homepage": "https://feathersjs.com",
6
6
  "main": "lib/",
7
7
  "types": "lib/",
@@ -49,11 +49,11 @@
49
49
  "access": "public"
50
50
  },
51
51
  "dependencies": {
52
- "@feathersjs/authentication": "^5.0.29",
53
- "@feathersjs/commons": "^5.0.29",
54
- "@feathersjs/errors": "^5.0.29",
55
- "@feathersjs/feathers": "^5.0.29",
56
- "@feathersjs/transport-commons": "^5.0.29",
52
+ "@feathersjs/authentication": "^5.0.31",
53
+ "@feathersjs/commons": "^5.0.31",
54
+ "@feathersjs/errors": "^5.0.31",
55
+ "@feathersjs/feathers": "^5.0.31",
56
+ "@feathersjs/transport-commons": "^5.0.31",
57
57
  "@koa/cors": "^5.0.0",
58
58
  "@types/koa": "^2.15.0",
59
59
  "@types/koa-qs": "^2.0.3",
@@ -66,17 +66,17 @@
66
66
  "koa-static": "^5.0.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@feathersjs/authentication-local": "^5.0.29",
70
- "@feathersjs/memory": "^5.0.29",
71
- "@feathersjs/tests": "^5.0.29",
69
+ "@feathersjs/authentication-local": "^5.0.31",
70
+ "@feathersjs/memory": "^5.0.31",
71
+ "@feathersjs/tests": "^5.0.31",
72
72
  "@types/koa-compose": "^3.2.8",
73
- "@types/mocha": "^10.0.7",
74
- "@types/node": "^20.14.10",
75
- "axios": "^1.7.2",
76
- "mocha": "^10.6.0",
73
+ "@types/mocha": "^10.0.9",
74
+ "@types/node": "^22.8.4",
75
+ "axios": "^1.7.7",
76
+ "mocha": "^10.8.2",
77
77
  "shx": "^0.3.4",
78
78
  "ts-node": "^10.9.2",
79
- "typescript": "^5.5.3"
79
+ "typescript": "^5.6.3"
80
80
  },
81
- "gitHead": "6330134f97a1de4b627d41e8bcc2287498d5faa2"
81
+ "gitHead": "967ea54ae7f7e3d8169b137d5c184705706276a7"
82
82
  }