@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.
Files changed (2) hide show
  1. package/package.json +13 -13
  2. 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.0",
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.0",
39
- "@tsed/core": "7.85.0",
40
- "@tsed/di": "7.85.0",
41
- "@tsed/exceptions": "7.85.0",
42
- "@tsed/platform-middlewares": "7.85.0",
43
- "@tsed/platform-params": "7.85.0",
44
- "@tsed/schema": "7.85.0",
45
- "@tsed/typescript": "7.85.0",
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.0",
53
- "@tsed/platform-middlewares": "7.85.0",
54
- "@tsed/platform-params": "7.85.0",
55
- "@tsed/schema": "7.85.0",
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.io" target="_blank"><img src="https://tsed.io/tsed-og.png" width="200" alt="Ts.ED logo"/></a>
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.io/">Website</a>
19
+ <a href="https://tsed.dev/">Website</a>
20
20
  <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
21
- <a href="https://tsed.io/getting-started/">Getting started</a>
21
+ <a href="https://tsed.dev/getting-started/">Getting started</a>
22
22
  <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
23
23
  <a href="https://api.tsed.io/rest/slack/tsedio/tsed">Slack</a>
24
24
  <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
@@ -27,7 +27,7 @@
27
27
 
28
28
  <hr />
29
29
 
30
- A package of Ts.ED framework. See website: https://tsed.io/tutorials/stripe.html
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.io/contributing.html)
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