@feathersjs/koa 5.0.0-pre.34 → 5.0.0-pre.36
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 +12 -0
- package/README.md +1 -2
- package/package.json +16 -16
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
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.0-pre.36](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.35...v5.0.0-pre.36) (2023-01-29)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- Update all dependencies ([#3024](https://github.com/feathersjs/feathers/issues/3024)) ([283dc47](https://github.com/feathersjs/feathers/commit/283dc4798d85584bc031e6e54b83b4ea77d1edd0))
|
|
11
|
+
|
|
12
|
+
# [5.0.0-pre.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- **generators:** Move core code generators to shared generators package ([#2982](https://github.com/feathersjs/feathers/issues/2982)) ([0328d22](https://github.com/feathersjs/feathers/commit/0328d2292153870bc43958f73d2c6f288a8cec17))
|
|
17
|
+
|
|
6
18
|
# [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14)
|
|
7
19
|
|
|
8
20
|
**Note:** Version bump only for package @feathersjs/koa
|
package/README.md
CHANGED
|
@@ -18,7 +18,6 @@ Refer to the [Feathers Koa API documentation](https://docs.feathersjs.com/api/ko
|
|
|
18
18
|
|
|
19
19
|
## License
|
|
20
20
|
|
|
21
|
-
Copyright (c)
|
|
21
|
+
Copyright (c) 2023 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
|
|
22
22
|
|
|
23
23
|
Licensed under the [MIT license](LICENSE).
|
|
24
|
-
|
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.0-pre.
|
|
4
|
+
"version": "5.0.0-pre.36",
|
|
5
5
|
"homepage": "https://feathersjs.com",
|
|
6
6
|
"main": "lib/",
|
|
7
7
|
"types": "lib/",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
],
|
|
39
39
|
"scripts": {
|
|
40
40
|
"prepublish": "npm run compile",
|
|
41
|
-
"pack": "npm pack --pack-destination ../
|
|
41
|
+
"pack": "npm pack --pack-destination ../generators/test/build",
|
|
42
42
|
"compile": "shx rm -rf lib/ && tsc && npm run pack",
|
|
43
43
|
"test": "mocha --config ../../.mocharc.json --recursive test/**.test.ts test/**/*.test.ts"
|
|
44
44
|
},
|
|
@@ -49,35 +49,35 @@
|
|
|
49
49
|
"access": "public"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@feathersjs/authentication": "^5.0.0-pre.
|
|
53
|
-
"@feathersjs/commons": "^5.0.0-pre.
|
|
54
|
-
"@feathersjs/errors": "^5.0.0-pre.
|
|
55
|
-
"@feathersjs/transport-commons": "^5.0.0-pre.
|
|
52
|
+
"@feathersjs/authentication": "^5.0.0-pre.36",
|
|
53
|
+
"@feathersjs/commons": "^5.0.0-pre.36",
|
|
54
|
+
"@feathersjs/errors": "^5.0.0-pre.36",
|
|
55
|
+
"@feathersjs/transport-commons": "^5.0.0-pre.36",
|
|
56
56
|
"@koa/cors": "^4.0.0",
|
|
57
57
|
"@types/koa": "^2.13.5",
|
|
58
58
|
"@types/koa-bodyparser": "^4.3.10",
|
|
59
59
|
"@types/koa-qs": "^2.0.0",
|
|
60
60
|
"@types/koa-static": "^4.0.2",
|
|
61
61
|
"@types/koa__cors": "^3.3.0",
|
|
62
|
-
"koa": "^2.
|
|
62
|
+
"koa": "^2.14.1",
|
|
63
63
|
"koa-bodyparser": "^4.3.0",
|
|
64
64
|
"koa-compose": "^4.1.0",
|
|
65
65
|
"koa-qs": "^3.0.0",
|
|
66
66
|
"koa-static": "^5.0.0"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"@feathersjs/authentication-local": "^5.0.0-pre.
|
|
70
|
-
"@feathersjs/feathers": "^5.0.0-pre.
|
|
71
|
-
"@feathersjs/memory": "^5.0.0-pre.
|
|
72
|
-
"@feathersjs/tests": "^5.0.0-pre.
|
|
69
|
+
"@feathersjs/authentication-local": "^5.0.0-pre.36",
|
|
70
|
+
"@feathersjs/feathers": "^5.0.0-pre.36",
|
|
71
|
+
"@feathersjs/memory": "^5.0.0-pre.36",
|
|
72
|
+
"@feathersjs/tests": "^5.0.0-pre.36",
|
|
73
73
|
"@types/koa-compose": "^3.2.5",
|
|
74
74
|
"@types/mocha": "^10.0.1",
|
|
75
|
-
"@types/node": "^18.11.
|
|
76
|
-
"axios": "^1.2.
|
|
77
|
-
"mocha": "^10.
|
|
75
|
+
"@types/node": "^18.11.18",
|
|
76
|
+
"axios": "^1.2.6",
|
|
77
|
+
"mocha": "^10.2.0",
|
|
78
78
|
"shx": "^0.3.4",
|
|
79
79
|
"ts-node": "^10.9.1",
|
|
80
|
-
"typescript": "^4.9.
|
|
80
|
+
"typescript": "^4.9.4"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "9a107b463cc80d7f3c28553c908987e05b0b634a"
|
|
83
83
|
}
|