@feathersjs/koa 5.0.7 → 5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -4
  2. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -3,16 +3,19 @@
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.7](https://github.com/feathersjs/feathers/compare/v5.0.6...v5.0.7) (2023-07-14)
7
-
6
+ ## [5.0.9](https://github.com/feathersjs/feathers/compare/v5.0.8...v5.0.9) (2023-09-27)
8
7
 
9
- ### Bug Fixes
8
+ **Note:** Version bump only for package @feathersjs/koa
10
9
 
11
- * **koa:** Ensure .teardown works without a server ([#3234](https://github.com/feathersjs/feathers/issues/3234)) ([818572d](https://github.com/feathersjs/feathers/commit/818572df98456bc3e1a300e879329aa8f849be64))
10
+ ## [5.0.8](https://github.com/feathersjs/feathers/compare/v5.0.7...v5.0.8) (2023-07-19)
12
11
 
12
+ **Note:** Version bump only for package @feathersjs/koa
13
13
 
14
+ ## [5.0.7](https://github.com/feathersjs/feathers/compare/v5.0.6...v5.0.7) (2023-07-14)
14
15
 
16
+ ### Bug Fixes
15
17
 
18
+ - **koa:** Ensure .teardown works without a server ([#3234](https://github.com/feathersjs/feathers/issues/3234)) ([818572d](https://github.com/feathersjs/feathers/commit/818572df98456bc3e1a300e879329aa8f849be64))
16
19
 
17
20
  ## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15)
18
21
 
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.7",
4
+ "version": "5.0.9",
5
5
  "homepage": "https://feathersjs.com",
6
6
  "main": "lib/",
7
7
  "types": "lib/",
@@ -49,16 +49,16 @@
49
49
  "access": "public"
50
50
  },
51
51
  "dependencies": {
52
- "@feathersjs/authentication": "^5.0.7",
53
- "@feathersjs/commons": "^5.0.7",
54
- "@feathersjs/errors": "^5.0.7",
55
- "@feathersjs/feathers": "^5.0.7",
56
- "@feathersjs/transport-commons": "^5.0.7",
52
+ "@feathersjs/authentication": "^5.0.9",
53
+ "@feathersjs/commons": "^5.0.9",
54
+ "@feathersjs/errors": "^5.0.9",
55
+ "@feathersjs/feathers": "^5.0.9",
56
+ "@feathersjs/transport-commons": "^5.0.9",
57
57
  "@koa/cors": "^4.0.0",
58
- "@types/koa": "^2.13.6",
59
- "@types/koa-qs": "^2.0.0",
58
+ "@types/koa": "^2.13.9",
59
+ "@types/koa-qs": "^2.0.1",
60
60
  "@types/koa-static": "^4.0.2",
61
- "@types/koa__cors": "^4.0.0",
61
+ "@types/koa__cors": "^4.0.1",
62
62
  "koa": "^2.14.2",
63
63
  "koa-body": "^6.0.1",
64
64
  "koa-compose": "^4.1.0",
@@ -66,17 +66,17 @@
66
66
  "koa-static": "^5.0.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@feathersjs/authentication-local": "^5.0.7",
70
- "@feathersjs/memory": "^5.0.7",
71
- "@feathersjs/tests": "^5.0.7",
72
- "@types/koa-compose": "^3.2.5",
69
+ "@feathersjs/authentication-local": "^5.0.9",
70
+ "@feathersjs/memory": "^5.0.9",
71
+ "@feathersjs/tests": "^5.0.9",
72
+ "@types/koa-compose": "^3.2.6",
73
73
  "@types/mocha": "^10.0.1",
74
- "@types/node": "^20.4.2",
75
- "axios": "^1.4.0",
74
+ "@types/node": "^20.7.0",
75
+ "axios": "^1.5.0",
76
76
  "mocha": "^10.2.0",
77
77
  "shx": "^0.3.4",
78
78
  "ts-node": "^10.9.1",
79
- "typescript": "^5.1.6"
79
+ "typescript": "^5.2.2"
80
80
  },
81
- "gitHead": "1ab855487d2dfacb114339c634621357bce3a56a"
81
+ "gitHead": "64ee98dadf02dac34f31e3cb7b6b10e1f7405bfa"
82
82
  }