tom-microservice 3.9.11 → 3.9.12

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 +3 -3
  2. package/package.json +7 -5
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  [![Coverage Status](https://img.shields.io/coveralls/Kikobeats/tom-microservice.svg?style=flat-square)](https://coveralls.io/github/Kikobeats/tom-microservice)
9
9
  [![NPM Status](https://img.shields.io/npm/dm/tom-microservice.svg?style=flat-square)](https://www.npmjs.org/package/tom-microservice)
10
10
 
11
- > Stripe API version: [2023-10-16](https://stripe.com/docs/upgrades#2023-10-16)
11
+ > Stripe API version: [2023-10-16](https://stripe.com/docs/upgrades#2023-10-16).
12
12
 
13
13
  **tom** 🐶 is a backoffice for your projects, oriented for doing things like:
14
14
 
@@ -214,7 +214,7 @@ In addition, **tom** 🐶 will fill useful customer metadata inforomation whetev
214
214
 
215
215
  <small>`POST`</small>
216
216
 
217
- It validates a Stripe [`session`](https://stripe.com/docs/api/checkout/sessions/object) previously created via [Stripe Checkout](https://stripe.com/docs/payments/checkout).
217
+ It validates a Stripe [session](https://stripe.com/docs/api/checkout/sessions/object) previously created via [Stripe Checkout](https://stripe.com/docs/payments/checkout).
218
218
 
219
219
  ##### Data Parameters
220
220
 
@@ -223,7 +223,7 @@ It validates a Stripe [`session`](https://stripe.com/docs/api/checkout/sessions/
223
223
  *Required*</br>
224
224
  type: `string`
225
225
 
226
- The Stripe [`session`](https://stripe.com/docs/api/checkout/sessions/create) identifier.
226
+ The Stripe [session](https://stripe.com/docs/api/checkout/sessions/create) identifier.
227
227
 
228
228
  #### payment:webhook
229
229
 
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.11",
5
+ "version": "3.9.12",
6
6
  "main": "src",
7
7
  "bin": {
8
8
  "tom": "bin/index.js"
@@ -87,18 +87,20 @@
87
87
  "ci-publish": "latest",
88
88
  "concurrently": "latest",
89
89
  "coveralls": "latest",
90
+ "cssnano": "latest",
91
+ "cssnano-preset-advanced": "latest",
90
92
  "finepack": "latest",
91
93
  "git-authors-cli": "latest",
92
94
  "git-dirty": "latest",
93
95
  "github-generate-release": "latest",
94
- "gulp": "latest",
95
- "gulp-autoprefixer": "latest",
96
+ "gulp": "4",
96
97
  "gulp-concat": "latest",
97
- "gulp-cssnano": "latest",
98
- "gulp-strip-css-comments": "latest",
98
+ "gulp-postcss": "latest",
99
99
  "gulp-uglify": "latest",
100
100
  "nano-staged": "latest",
101
101
  "npm-check-updates": "latest",
102
+ "postcss": "latest",
103
+ "postcss-focus": "latest",
102
104
  "simple-git-hooks": "latest",
103
105
  "standard": "latest",
104
106
  "standard-markdown": "latest",