@tsed/stripe 7.85.0 → 7.85.1
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/package.json +13 -13
- package/readme.md +5 -5
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@tsed/stripe",
|
|
3
3
|
"description": "Stripe package for Ts.ED framework",
|
|
4
4
|
"type": "commonjs",
|
|
5
|
-
"version": "7.85.
|
|
5
|
+
"version": "7.85.1",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Stripe",
|
|
8
8
|
"Ts.ED",
|
|
@@ -35,24 +35,24 @@
|
|
|
35
35
|
"tslib": "2.6.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@tsed/barrels": "7.85.
|
|
39
|
-
"@tsed/core": "7.85.
|
|
40
|
-
"@tsed/di": "7.85.
|
|
41
|
-
"@tsed/exceptions": "7.85.
|
|
42
|
-
"@tsed/platform-middlewares": "7.85.
|
|
43
|
-
"@tsed/platform-params": "7.85.
|
|
44
|
-
"@tsed/schema": "7.85.
|
|
45
|
-
"@tsed/typescript": "7.85.
|
|
38
|
+
"@tsed/barrels": "7.85.1",
|
|
39
|
+
"@tsed/core": "7.85.1",
|
|
40
|
+
"@tsed/di": "7.85.1",
|
|
41
|
+
"@tsed/exceptions": "7.85.1",
|
|
42
|
+
"@tsed/platform-middlewares": "7.85.1",
|
|
43
|
+
"@tsed/platform-params": "7.85.1",
|
|
44
|
+
"@tsed/schema": "7.85.1",
|
|
45
|
+
"@tsed/typescript": "7.85.1",
|
|
46
46
|
"eslint": "^8.57.0",
|
|
47
47
|
"stripe": "^8.129.0",
|
|
48
48
|
"typescript": "4.9.5",
|
|
49
49
|
"vitest": "2.0.4"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@tsed/exceptions": "7.85.
|
|
53
|
-
"@tsed/platform-middlewares": "7.85.
|
|
54
|
-
"@tsed/platform-params": "7.85.
|
|
55
|
-
"@tsed/schema": "7.85.
|
|
52
|
+
"@tsed/exceptions": "7.85.1",
|
|
53
|
+
"@tsed/platform-middlewares": "7.85.1",
|
|
54
|
+
"@tsed/platform-params": "7.85.1",
|
|
55
|
+
"@tsed/schema": "7.85.1",
|
|
56
56
|
"@types/body-parser": "^1.19.0",
|
|
57
57
|
"body-parser": "^1.19.0",
|
|
58
58
|
"stripe": "^9.16.0"
|
package/readme.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p style="text-align: center" align="center">
|
|
2
|
-
<a href="https://tsed.
|
|
2
|
+
<a href="https://tsed.dev" target="_blank"><img src="https://tsed.dev/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<div align="center">
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
</div>
|
|
17
17
|
|
|
18
18
|
<div align="center">
|
|
19
|
-
<a href="https://tsed.
|
|
19
|
+
<a href="https://tsed.dev/">Website</a>
|
|
20
20
|
<span> • </span>
|
|
21
|
-
<a href="https://tsed.
|
|
21
|
+
<a href="https://tsed.dev/getting-started/">Getting started</a>
|
|
22
22
|
<span> • </span>
|
|
23
23
|
<a href="https://api.tsed.io/rest/slack/tsedio/tsed">Slack</a>
|
|
24
24
|
<span> • </span>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
<hr />
|
|
29
29
|
|
|
30
|
-
A package of Ts.ED framework. See website: https://tsed.
|
|
30
|
+
A package of Ts.ED framework. See website: https://tsed.dev/tutorials/stripe.html
|
|
31
31
|
|
|
32
32
|
## Feature
|
|
33
33
|
|
|
@@ -254,7 +254,7 @@ describe("Stripe", () => {
|
|
|
254
254
|
|
|
255
255
|
## Contributors
|
|
256
256
|
|
|
257
|
-
Please read [contributing guidelines here](https://tsed.
|
|
257
|
+
Please read [contributing guidelines here](https://tsed.dev/contributing.html)
|
|
258
258
|
|
|
259
259
|
<a href="https://github.com/tsedio/tsed/graphs/contributors"><img src="https://opencollective.com/tsed/contributors.svg?width=890" /></a>
|
|
260
260
|
|