@feathersjs/rest-client 5.0.0-pre.11 → 5.0.0-pre.17
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 +54 -0
- package/LICENSE +1 -1
- package/README.md +1 -2
- package/package.json +20 -19
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,60 @@
|
|
|
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.17](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.16...v5.0.0-pre.17) (2022-02-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [5.0.0-pre.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **express, koa:** make transports similar ([#2486](https://github.com/feathersjs/feathers/issues/2486)) ([26aa937](https://github.com/feathersjs/feathers/commit/26aa937c114fb8596dfefc599b1f53cead69c159))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
# [5.0.0-pre.14](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.13...v5.0.0-pre.14) (2021-10-13)
|
|
37
|
+
|
|
38
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
# [5.0.0-pre.13](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.12...v5.0.0-pre.13) (2021-10-13)
|
|
45
|
+
|
|
46
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
# [5.0.0-pre.12](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.11...v5.0.0-pre.12) (2021-10-12)
|
|
53
|
+
|
|
54
|
+
**Note:** Version bump only for package @feathersjs/rest-client
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
6
60
|
# [5.0.0-pre.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
|
|
7
61
|
|
|
8
62
|
**Note:** Version bump only for package @feathersjs/rest-client
|
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
# @feathersjs/rest-client
|
|
2
2
|
|
|
3
3
|
[](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
|
|
4
|
-
[](https://david-dm.org/feathersjs/feathers?path=packages/rest-client)
|
|
5
4
|
[](https://www.npmjs.com/package/@feathersjs/rest-client)
|
|
6
5
|
|
|
7
6
|
> REST client services for different Ajax libraries
|
|
@@ -18,6 +17,6 @@ Refer to the [Feathers REST client API documentation](https://docs.feathersjs.co
|
|
|
18
17
|
|
|
19
18
|
## License
|
|
20
19
|
|
|
21
|
-
Copyright (c)
|
|
20
|
+
Copyright (c) 2022 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
|
|
22
21
|
|
|
23
22
|
Licensed under the [MIT license](LICENSE).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@feathersjs/rest-client",
|
|
3
3
|
"description": "REST client services for different Ajax libraries",
|
|
4
|
-
"version": "5.0.0-pre.
|
|
4
|
+
"version": "5.0.0-pre.17",
|
|
5
5
|
"homepage": "https://feathersjs.com",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"keywords": [
|
|
@@ -50,27 +50,28 @@
|
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@feathersjs/commons": "^5.0.0-pre.
|
|
54
|
-
"@feathersjs/errors": "^5.0.0-pre.
|
|
53
|
+
"@feathersjs/commons": "^5.0.0-pre.17",
|
|
54
|
+
"@feathersjs/errors": "^5.0.0-pre.17",
|
|
55
55
|
"@types/node-fetch": "^3.0.2",
|
|
56
|
-
"@types/superagent": "^4.1.
|
|
57
|
-
"qs": "^6.10.
|
|
56
|
+
"@types/superagent": "^4.1.15",
|
|
57
|
+
"qs": "^6.10.3"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@feathersjs/express": "^5.0.0-pre.
|
|
61
|
-
"@feathersjs/feathers": "^5.0.0-pre.
|
|
62
|
-
"@feathersjs/memory": "^5.0.0-pre.
|
|
63
|
-
"@feathersjs/tests": "^5.0.0-pre.
|
|
64
|
-
"@types/mocha": "^9.
|
|
65
|
-
"@types/node": "^
|
|
66
|
-
"
|
|
67
|
-
"
|
|
60
|
+
"@feathersjs/express": "^5.0.0-pre.17",
|
|
61
|
+
"@feathersjs/feathers": "^5.0.0-pre.17",
|
|
62
|
+
"@feathersjs/memory": "^5.0.0-pre.17",
|
|
63
|
+
"@feathersjs/tests": "^5.0.0-pre.17",
|
|
64
|
+
"@types/mocha": "^9.1.0",
|
|
65
|
+
"@types/node": "^17.0.15",
|
|
66
|
+
"@types/qs": "^6.9.7",
|
|
67
|
+
"axios": "^0.25.0",
|
|
68
|
+
"mocha": "^9.2.0",
|
|
68
69
|
"node-fetch": "^2.6.1",
|
|
69
|
-
"rxjs": "^7.
|
|
70
|
-
"shx": "^0.3.
|
|
71
|
-
"superagent": "^
|
|
72
|
-
"ts-node": "^10.
|
|
73
|
-
"typescript": "^4.
|
|
70
|
+
"rxjs": "^7.5.2",
|
|
71
|
+
"shx": "^0.3.4",
|
|
72
|
+
"superagent": "^7.1.1",
|
|
73
|
+
"ts-node": "^10.4.0",
|
|
74
|
+
"typescript": "^4.5.5"
|
|
74
75
|
},
|
|
75
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "d828748e57b40abfaa15710663afed417de14a1d"
|
|
76
77
|
}
|