@tramvai/test-helpers 2.150.0 → 2.151.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.
package/lib/index.d.ts CHANGED
@@ -2,3 +2,4 @@ export * from './parseHtml';
2
2
  export { renderFactory } from './render';
3
3
  export { requestFactory } from './request';
4
4
  export { getDiWrapper } from './wrapDi';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -6,3 +6,4 @@ export declare const parseHtml: (html: string, parserOptions?: ParseOptions) =>
6
6
  head: string;
7
7
  application: string;
8
8
  } | null;
9
+ //# sourceMappingURL=parseHtml.d.ts.map
package/lib/render.d.ts CHANGED
@@ -12,3 +12,4 @@ export declare const renderFactory: (request: ReturnType<typeof requestFactory>,
12
12
  head: string;
13
13
  application: string;
14
14
  }>;
15
+ //# sourceMappingURL=render.d.ts.map
package/lib/request.d.ts CHANGED
@@ -7,3 +7,4 @@ export declare const requestFactory: (appOrUrl: Application | FastifyInstance |
7
7
  contentType?: "json" | "form" | undefined;
8
8
  headers?: Record<string, string> | undefined;
9
9
  }) => supertest.Test;
10
+ //# sourceMappingURL=request.d.ts.map
package/lib/wrapDi.d.ts CHANGED
@@ -15,3 +15,4 @@ export declare const getDiWrapper: ({ providers, modules, di, }?: Options) => {
15
15
  runLine: (line: (typeof commandLineListTokens)[keyof typeof commandLineListTokens]) => Promise<any[]>;
16
16
  };
17
17
  export {};
18
+ //# sourceMappingURL=wrapDi.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/test-helpers",
3
- "version": "2.150.0",
3
+ "version": "2.151.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -17,8 +17,8 @@
17
17
  "watch": "tsc -w"
18
18
  },
19
19
  "dependencies": {
20
- "@tramvai/core": "2.150.0",
21
- "@tramvai/test-mocks": "2.150.0",
20
+ "@tramvai/core": "2.151.0",
21
+ "@tramvai/test-mocks": "2.151.0",
22
22
  "@types/express": "^4.17.1",
23
23
  "@types/supertest": "^2.0.11",
24
24
  "fastify": "^4.6.0",