@feathersjs/rest-client 5.0.3 → 5.0.4

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 CHANGED
@@ -3,6 +3,12 @@
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.4](https://github.com/feathersjs/feathers/compare/v5.0.3...v5.0.4) (2023-04-12)
7
+
8
+ ### Bug Fixes
9
+
10
+ - 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))
11
+
6
12
  ## [5.0.3](https://github.com/feathersjs/feathers/compare/v5.0.2...v5.0.3) (2023-04-05)
7
13
 
8
14
  ### Bug Fixes
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  [![Download Status](https://img.shields.io/npm/dm/@feathersjs/rest-client.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/rest-client)
5
5
  [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/qa8kez8QBx)
6
6
 
7
- > REST client services for different Ajax libraries
7
+ > REST client services for different HTTP libraries
8
8
 
9
9
  ## Installation
10
10
 
@@ -14,7 +14,7 @@ npm install @feathersjs/rest-client --save
14
14
 
15
15
  ## Documentation
16
16
 
17
- Refer to the [Feathers REST client API documentation](https://docs.feathersjs.com/api/client/rest.html) for more details.
17
+ Refer to the [Feathers REST client API documentation](https://feathersjs.com/api/client/rest.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/rest-client",
3
3
  "description": "REST client services for different Ajax libraries",
4
- "version": "5.0.3",
4
+ "version": "5.0.4",
5
5
  "homepage": "https://feathersjs.com",
6
6
  "main": "lib/",
7
7
  "types": "lib/",
@@ -53,16 +53,16 @@
53
53
  "access": "public"
54
54
  },
55
55
  "dependencies": {
56
- "@feathersjs/commons": "^5.0.3",
57
- "@feathersjs/errors": "^5.0.3",
58
- "@feathersjs/feathers": "^5.0.3",
56
+ "@feathersjs/commons": "^5.0.4",
57
+ "@feathersjs/errors": "^5.0.4",
58
+ "@feathersjs/feathers": "^5.0.4",
59
59
  "@types/superagent": "^4.1.16",
60
60
  "qs": "^6.11.1"
61
61
  },
62
62
  "devDependencies": {
63
- "@feathersjs/express": "^5.0.3",
64
- "@feathersjs/memory": "^5.0.3",
65
- "@feathersjs/tests": "^5.0.3",
63
+ "@feathersjs/express": "^5.0.4",
64
+ "@feathersjs/memory": "^5.0.4",
65
+ "@feathersjs/tests": "^5.0.4",
66
66
  "@types/mocha": "^10.0.1",
67
67
  "@types/node": "^18.15.11",
68
68
  "@types/node-fetch": "^2.6.3",
@@ -76,5 +76,5 @@
76
76
  "ts-node": "^10.9.1",
77
77
  "typescript": "^5.0.3"
78
78
  },
79
- "gitHead": "a6ba4dfd08f537a7d4778bed4c45091cbe3802aa"
79
+ "gitHead": "376e89040991db500f1f327aa699322543315039"
80
80
  }