@feathersjs/koa 5.0.3 → 5.0.5

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 +10 -10
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.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28)
7
+
8
+ **Note:** Version bump only for package @feathersjs/koa
9
+
10
+ ## [5.0.4](https://github.com/feathersjs/feathers/compare/v5.0.3...v5.0.4) (2023-04-12)
11
+
12
+ ### Bug Fixes
13
+
14
+ - Make sure all Readme files are up to date ([#3154](https://github.com/feathersjs/feathers/issues/3154)) ([a5f0b38](https://github.com/feathersjs/feathers/commit/a5f0b38bbf2a11486415a39533bcc6c67fb51e3e))
15
+
6
16
  ## [5.0.3](https://github.com/feathersjs/feathers/compare/v5.0.2...v5.0.3) (2023-04-05)
7
17
 
8
18
  ### Bug Fixes
package/README.md CHANGED
@@ -14,7 +14,7 @@ npm install @feathersjs/koa --save
14
14
 
15
15
  ## Documentation
16
16
 
17
- Refer to the [Feathers Koa API documentation](https://docs.feathersjs.com/api/koa.html) for more details.
17
+ Refer to the [Feathers Koa API documentation](https://feathersjs.com/api/koa.html) for more details.
18
18
 
19
19
  ## License
20
20
 
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.3",
4
+ "version": "5.0.5",
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.3",
53
- "@feathersjs/commons": "^5.0.3",
54
- "@feathersjs/errors": "^5.0.3",
55
- "@feathersjs/feathers": "^5.0.3",
56
- "@feathersjs/transport-commons": "^5.0.3",
52
+ "@feathersjs/authentication": "^5.0.5",
53
+ "@feathersjs/commons": "^5.0.5",
54
+ "@feathersjs/errors": "^5.0.5",
55
+ "@feathersjs/feathers": "^5.0.5",
56
+ "@feathersjs/transport-commons": "^5.0.5",
57
57
  "@koa/cors": "^4.0.0",
58
58
  "@types/koa": "^2.13.6",
59
59
  "@types/koa-qs": "^2.0.0",
@@ -66,9 +66,9 @@
66
66
  "koa-static": "^5.0.0"
67
67
  },
68
68
  "devDependencies": {
69
- "@feathersjs/authentication-local": "^5.0.3",
70
- "@feathersjs/memory": "^5.0.3",
71
- "@feathersjs/tests": "^5.0.3",
69
+ "@feathersjs/authentication-local": "^5.0.5",
70
+ "@feathersjs/memory": "^5.0.5",
71
+ "@feathersjs/tests": "^5.0.5",
72
72
  "@types/koa-compose": "^3.2.5",
73
73
  "@types/mocha": "^10.0.1",
74
74
  "@types/node": "^18.15.11",
@@ -78,5 +78,5 @@
78
78
  "ts-node": "^10.9.1",
79
79
  "typescript": "^5.0.3"
80
80
  },
81
- "gitHead": "a6ba4dfd08f537a7d4778bed4c45091cbe3802aa"
81
+ "gitHead": "42bd5e40ec73b10939b9a008ae8e49c39a191009"
82
82
  }