@tsed/stripe 7.57.0 → 7.57.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 +12 -12
- package/readme.md +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsed/stripe",
|
|
3
|
-
"version": "7.57.
|
|
3
|
+
"version": "7.57.1",
|
|
4
4
|
"description": "Stripe package for Ts.ED framework",
|
|
5
5
|
"private": false,
|
|
6
6
|
"keywords": [
|
|
@@ -31,25 +31,25 @@
|
|
|
31
31
|
"lint:fix": "eslint '**/*.{ts,js}' --fix"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"tslib": "2.
|
|
34
|
+
"tslib": "2.6.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@tsed/core": "7.57.
|
|
38
|
-
"@tsed/di": "7.57.
|
|
37
|
+
"@tsed/core": "7.57.1",
|
|
38
|
+
"@tsed/di": "7.57.1",
|
|
39
39
|
"@tsed/eslint": "7.44.1",
|
|
40
|
-
"@tsed/exceptions": "7.57.
|
|
41
|
-
"@tsed/platform-middlewares": "7.57.
|
|
42
|
-
"@tsed/platform-params": "7.57.
|
|
43
|
-
"@tsed/schema": "7.57.
|
|
40
|
+
"@tsed/exceptions": "7.57.1",
|
|
41
|
+
"@tsed/platform-middlewares": "7.57.1",
|
|
42
|
+
"@tsed/platform-params": "7.57.1",
|
|
43
|
+
"@tsed/schema": "7.57.1",
|
|
44
44
|
"@tsed/typescript": "7.44.1",
|
|
45
45
|
"eslint": "^8.12.0",
|
|
46
46
|
"stripe": "^8.129.0"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
|
-
"@tsed/exceptions": "^7.57.
|
|
50
|
-
"@tsed/platform-middlewares": "^7.57.
|
|
51
|
-
"@tsed/platform-params": "^7.57.
|
|
52
|
-
"@tsed/schema": "^7.57.
|
|
49
|
+
"@tsed/exceptions": "^7.57.1",
|
|
50
|
+
"@tsed/platform-middlewares": "^7.57.1",
|
|
51
|
+
"@tsed/platform-params": "^7.57.1",
|
|
52
|
+
"@tsed/schema": "^7.57.1",
|
|
53
53
|
"@types/body-parser": "^1.19.0",
|
|
54
54
|
"body-parser": "^1.19.0",
|
|
55
55
|
"stripe": "^9.16.0"
|
package/readme.md
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
|
|
8
8
|
[](https://github.com/tsedio/tsed/actions?query=workflow%3A%22Build+%26+Release%22)
|
|
9
9
|
[](https://github.com/tsedio/tsed/blob/master/CONTRIBUTING.md)
|
|
10
|
-
[](https://coveralls.io/github/tsedio/tsed?branch=production)
|
|
11
10
|
[](https://badge.fury.io/js/%40tsed%2Fcommon)
|
|
12
11
|
[](https://github.com/semantic-release/semantic-release)
|
|
13
12
|
[](https://github.com/prettier/prettier)
|
|
@@ -216,7 +215,7 @@ const utils = PlatformTestUtils.create({
|
|
|
216
215
|
});
|
|
217
216
|
|
|
218
217
|
describe("Stripe", () => {
|
|
219
|
-
let request: SuperTest.
|
|
218
|
+
let request: SuperTest.Agent;
|
|
220
219
|
beforeEach(
|
|
221
220
|
utils.bootstrap({
|
|
222
221
|
mount: {
|