@jaypie/testkit 1.2.49 → 1.2.50
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/dist/mock/express.d.ts
CHANGED
|
@@ -16,7 +16,7 @@ export declare const LambdaResponseBuffered: typeof original.LambdaResponseBuffe
|
|
|
16
16
|
export declare const LambdaResponseStreaming: typeof original.LambdaResponseStreaming;
|
|
17
17
|
export declare const EXPRESS: {
|
|
18
18
|
readonly PATH: {
|
|
19
|
-
readonly ANY:
|
|
19
|
+
readonly ANY: RegExp;
|
|
20
20
|
readonly ID: "/:id";
|
|
21
21
|
readonly ROOT: RegExp;
|
|
22
22
|
};
|
package/dist/mock/index.d.ts
CHANGED
|
@@ -656,7 +656,7 @@ declare const LambdaResponseBuffered: typeof original$1.LambdaResponseBuffered;
|
|
|
656
656
|
declare const LambdaResponseStreaming: typeof original$1.LambdaResponseStreaming;
|
|
657
657
|
declare const EXPRESS: {
|
|
658
658
|
readonly PATH: {
|
|
659
|
-
readonly ANY:
|
|
659
|
+
readonly ANY: RegExp;
|
|
660
660
|
readonly ID: "/:id";
|
|
661
661
|
readonly ROOT: RegExp;
|
|
662
662
|
};
|
|
@@ -16,7 +16,7 @@ export declare const LambdaResponseBuffered: typeof original.LambdaResponseBuffe
|
|
|
16
16
|
export declare const LambdaResponseStreaming: typeof original.LambdaResponseStreaming;
|
|
17
17
|
export declare const EXPRESS: {
|
|
18
18
|
readonly PATH: {
|
|
19
|
-
readonly ANY:
|
|
19
|
+
readonly ANY: RegExp;
|
|
20
20
|
readonly ID: "/:id";
|
|
21
21
|
readonly ROOT: RegExp;
|
|
22
22
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jaypie/testkit",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.50",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/finlaysonstudio/jaypie.git"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@types/express": "^5.0.0",
|
|
50
50
|
"@types/node": "^22.13.1",
|
|
51
51
|
"@types/supertest": "^7.2.0",
|
|
52
|
-
"express": "^
|
|
52
|
+
"express": "^5.1.0",
|
|
53
53
|
"rollup": "^4.29.1",
|
|
54
54
|
"rollup-plugin-copy": "^3.5.0",
|
|
55
55
|
"rollup-plugin-dts": "^6.1.1",
|