tom-microservice 3.9.24 → 3.9.26

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -11
package/README.md CHANGED
@@ -449,7 +449,7 @@ See [cors](https://github.com/expressjs/cors#configuration-options) for more inf
449
449
  Type: `string` </br>
450
450
  Default: `undefined`
451
451
 
452
- When you provide it, all request to **tom** 🐶 needs to be authenticated using `req.headers[`x-api-key`] or `req.query.apiKey` and the value provided.
452
+ When you provide it, all request to **tom** 🐶 needs to be authenticated using `req.headers['x-api-key']` or `req.query.apiKey` and the value provided.
453
453
 
454
454
  You can use [randomkeygen.com](https://randomkeygen.com) for that.
455
455
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "tom-microservice",
3
3
  "description": "Tom creates customers, subscriptions plans & send notifications.",
4
4
  "homepage": "https://tom.js.org",
5
- "version": "3.9.24",
5
+ "version": "3.9.26",
6
6
  "main": "src",
7
7
  "bin": {
8
8
  "tom": "bin/index.js"
@@ -12,16 +12,7 @@
12
12
  "name": "Kiko Beats",
13
13
  "url": "https://github.com/Kikobeats"
14
14
  },
15
- "contributors": [
16
- {
17
- "name": "rubenmoya",
18
- "email": "rmoyarodriguez@gmail.com"
19
- },
20
- {
21
- "name": "Rubén Moya",
22
- "email": "ruben@acidtango.com"
23
- }
24
- ],
15
+ "contributors": [],
25
16
  "repository": {
26
17
  "type": "git",
27
18
  "url": "git+https://github.com/kikobeats/tom-microservice.git"