@feathersjs/rest-client 5.0.28 → 5.0.30

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,14 @@
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.30](https://github.com/feathersjs/feathers/compare/v5.0.29...v5.0.30) (2024-09-02)
7
+
8
+ **Note:** Version bump only for package @feathersjs/rest-client
9
+
10
+ ## [5.0.29](https://github.com/feathersjs/feathers/compare/v5.0.28...v5.0.29) (2024-07-10)
11
+
12
+ **Note:** Version bump only for package @feathersjs/rest-client
13
+
6
14
  ## [5.0.28](https://github.com/feathersjs/feathers/compare/v5.0.27...v5.0.28) (2024-07-10)
7
15
 
8
16
  **Note:** Version bump only for package @feathersjs/rest-client
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2023 Feathers Contributors
3
+ Copyright (c) 2024 Feathers Contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -18,6 +18,6 @@ Refer to the [Feathers REST client API documentation](https://feathersjs.com/api
18
18
 
19
19
  ## License
20
20
 
21
- Copyright (c) 2023 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
21
+ Copyright (c) 2024 [Feathers contributors](https://github.com/feathersjs/feathers/graphs/contributors)
22
22
 
23
23
  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.28",
4
+ "version": "5.0.30",
5
5
  "homepage": "https://feathersjs.com",
6
6
  "main": "lib/",
7
7
  "types": "lib/",
@@ -53,28 +53,28 @@
53
53
  "access": "public"
54
54
  },
55
55
  "dependencies": {
56
- "@feathersjs/commons": "^5.0.28",
57
- "@feathersjs/errors": "^5.0.28",
58
- "@feathersjs/feathers": "^5.0.28",
59
- "@types/superagent": "^8.1.7",
60
- "qs": "^6.12.3"
56
+ "@feathersjs/commons": "^5.0.30",
57
+ "@feathersjs/errors": "^5.0.30",
58
+ "@feathersjs/feathers": "^5.0.30",
59
+ "@types/superagent": "^8.1.9",
60
+ "qs": "^6.13.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@feathersjs/express": "^5.0.28",
64
- "@feathersjs/memory": "^5.0.28",
65
- "@feathersjs/tests": "^5.0.28",
63
+ "@feathersjs/express": "^5.0.30",
64
+ "@feathersjs/memory": "^5.0.30",
65
+ "@feathersjs/tests": "^5.0.30",
66
66
  "@types/mocha": "^10.0.7",
67
- "@types/node": "^20.14.10",
67
+ "@types/node": "^22.5.1",
68
68
  "@types/node-fetch": "^2.6.11",
69
69
  "@types/qs": "^6.9.15",
70
- "axios": "^1.7.2",
71
- "mocha": "^10.6.0",
70
+ "axios": "^1.7.7",
71
+ "mocha": "^10.7.3",
72
72
  "node-fetch": "^2.6.1",
73
73
  "rxjs": "^7.8.1",
74
74
  "shx": "^0.3.4",
75
- "superagent": "^9.0.2",
75
+ "superagent": "^10.1.0",
76
76
  "ts-node": "^10.9.2",
77
- "typescript": "^5.5.3"
77
+ "typescript": "^5.5.4"
78
78
  },
79
- "gitHead": "410ba7db8f3348d208e34511827302133d727ba3"
79
+ "gitHead": "ce00d390ddd85a5be533da69f7958fdc330d8f80"
80
80
  }