@grest-ts/testkit-vitest 0.0.55 → 0.0.56
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/src/GGTestDiscoveryClient.d.ts +1 -1
- package/dist/src/GGTestDiscoveryClient.d.ts.map +1 -1
- package/dist/src/GGTestDiscoveryClient.js +1 -1
- package/dist/src/GGTestDiscoveryClient.js.map +1 -1
- package/dist/src/_dedupCheck.js +1 -1
- package/dist/tsconfig.publish.tsbuildinfo +1 -1
- package/package.json +17 -17
- package/src/GGTestDiscoveryClient.ts +3 -1
- package/src/_dedupCheck.ts +1 -1
|
@@ -5,8 +5,8 @@ import { GGLocalDiscoveryServer } from "@grest-ts/discovery-local";
|
|
|
5
5
|
* Returns the router URL for all API lookups - the router handles actual service routing.
|
|
6
6
|
*/
|
|
7
7
|
export declare class GGTestDiscoveryClient extends GGDiscoveryClient {
|
|
8
|
-
private readonly discoveryServer;
|
|
9
8
|
readonly isLocal = true;
|
|
9
|
+
private readonly discoveryServer;
|
|
10
10
|
constructor(discoveryServer: GGLocalDiscoveryServer);
|
|
11
11
|
registerRoutes(_registrations: GGServiceRegistration[]): void;
|
|
12
12
|
register(): Promise<void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GGTestDiscoveryClient.d.ts","sourceRoot":"","sources":["../../src/GGTestDiscoveryClient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,iBAAiB,EAAE,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC7E,OAAO,EAAC,sBAAsB,EAAC,MAAM,2BAA2B,CAAC;AAEjE;;;GAGG;AACH,qBAAa,qBAAsB,SAAQ,iBAAiB;
|
|
1
|
+
{"version":3,"file":"GGTestDiscoveryClient.d.ts","sourceRoot":"","sources":["../../src/GGTestDiscoveryClient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,iBAAiB,EAAE,qBAAqB,EAAC,MAAM,qBAAqB,CAAC;AAC7E,OAAO,EAAC,sBAAsB,EAAC,MAAM,2BAA2B,CAAC;AAEjE;;;GAGG;AACH,qBAAa,qBAAsB,SAAQ,iBAAiB;IAExD,SAAyB,OAAO,QAAQ;IACxC,OAAO,CAAC,QAAQ,CAAC,eAAe,CAAwB;gBAE5C,eAAe,EAAE,sBAAsB;IAK5C,cAAc,CAAC,cAAc,EAAE,qBAAqB,EAAE,GAAG,IAAI;IAIvD,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC;IAIzB,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IAI3B,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC;CAG7D"}
|
|
@@ -4,8 +4,8 @@ import { GGDiscoveryClient } from "@grest-ts/discovery";
|
|
|
4
4
|
* Returns the router URL for all API lookups - the router handles actual service routing.
|
|
5
5
|
*/
|
|
6
6
|
export class GGTestDiscoveryClient extends GGDiscoveryClient {
|
|
7
|
-
discoveryServer;
|
|
8
7
|
isLocal = true;
|
|
8
|
+
discoveryServer;
|
|
9
9
|
constructor(discoveryServer) {
|
|
10
10
|
super();
|
|
11
11
|
this.discoveryServer = discoveryServer;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GGTestDiscoveryClient.js","sourceRoot":"","sources":["../../src/GGTestDiscoveryClient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,iBAAiB,EAAwB,MAAM,qBAAqB,CAAC;AAG7E;;;GAGG;AACH,MAAM,OAAO,qBAAsB,SAAQ,iBAAiB;
|
|
1
|
+
{"version":3,"file":"GGTestDiscoveryClient.js","sourceRoot":"","sources":["../../src/GGTestDiscoveryClient.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,iBAAiB,EAAwB,MAAM,qBAAqB,CAAC;AAG7E;;;GAGG;AACH,MAAM,OAAO,qBAAsB,SAAQ,iBAAiB;IAE/B,OAAO,GAAG,IAAI,CAAC;IACvB,eAAe,CAAwB;IAExD,YAAY,eAAuC;QAC/C,KAAK,EAAE,CAAC;QACR,IAAI,CAAC,eAAe,GAAG,eAAe,CAAA;IAC1C,CAAC;IAEM,cAAc,CAAC,cAAuC;QACzD,qEAAqE;IACzE,CAAC;IAEM,KAAK,CAAC,QAAQ;QACjB,yBAAyB;IAC7B,CAAC;IAEM,KAAK,CAAC,UAAU;QACnB,yBAAyB;IAC7B,CAAC;IAEM,KAAK,CAAC,WAAW,CAAC,OAAe;QACpC,OAAO,IAAI,CAAC,eAAe,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC;IACvD,CAAC;CACJ"}
|
package/dist/src/_dedupCheck.js
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
const __KEY = Symbol.for("grest-ts:dedup:@grest-ts/testkit-vitest");
|
|
12
12
|
const __slot = globalThis;
|
|
13
13
|
const __existing = __slot[__KEY];
|
|
14
|
-
const __here = { path: import.meta.url, version: "0.0.
|
|
14
|
+
const __here = { path: import.meta.url, version: "0.0.56" };
|
|
15
15
|
// Same path + same version means the same physical package is being
|
|
16
16
|
// re-evaluated by a different ESM runner (e.g. vitest projects share one
|
|
17
17
|
// process but each project has its own module cache). That isn't a true
|