@tsed/stripe 7.57.0 → 7.58.0

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 +12 -12
  2. package/readme.md +1 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tsed/stripe",
3
- "version": "7.57.0",
3
+ "version": "7.58.0",
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.5.0"
34
+ "tslib": "2.6.1"
35
35
  },
36
36
  "devDependencies": {
37
- "@tsed/core": "7.57.0",
38
- "@tsed/di": "7.57.0",
37
+ "@tsed/core": "7.58.0",
38
+ "@tsed/di": "7.58.0",
39
39
  "@tsed/eslint": "7.44.1",
40
- "@tsed/exceptions": "7.57.0",
41
- "@tsed/platform-middlewares": "7.57.0",
42
- "@tsed/platform-params": "7.57.0",
43
- "@tsed/schema": "7.57.0",
40
+ "@tsed/exceptions": "7.58.0",
41
+ "@tsed/platform-middlewares": "7.58.0",
42
+ "@tsed/platform-params": "7.58.0",
43
+ "@tsed/schema": "7.58.0",
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.0",
50
- "@tsed/platform-middlewares": "^7.57.0",
51
- "@tsed/platform-params": "^7.57.0",
52
- "@tsed/schema": "^7.57.0",
49
+ "@tsed/exceptions": "^7.58.0",
50
+ "@tsed/platform-middlewares": "^7.58.0",
51
+ "@tsed/platform-params": "^7.58.0",
52
+ "@tsed/schema": "^7.58.0",
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
  [![Build & Release](https://github.com/tsedio/tsed/workflows/Build%20&%20Release/badge.svg)](https://github.com/tsedio/tsed/actions?query=workflow%3A%22Build+%26+Release%22)
9
9
  [![PR Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/tsedio/tsed/blob/master/CONTRIBUTING.md)
10
- [![Coverage Status](https://coveralls.io/repos/github/tsedio/tsed/badge.svg?branch=production)](https://coveralls.io/github/tsedio/tsed?branch=production)
11
10
  [![npm version](https://badge.fury.io/js/%40tsed%2Fcommon.svg)](https://badge.fury.io/js/%40tsed%2Fcommon)
12
11
  [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
13
12
  [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](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.SuperTest<SuperTest.Test>;
218
+ let request: SuperTest.Agent;
220
219
  beforeEach(
221
220
  utils.bootstrap({
222
221
  mount: {