@eclesia/indexer-engine 2.11.0 → 2.11.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/dist/mocks/index.cjs
CHANGED
|
@@ -4,7 +4,6 @@ const require_rpc_client = require('./rpc-client.cjs');
|
|
|
4
4
|
//#region src/mocks/index.ts
|
|
5
5
|
var mocks_exports = /* @__PURE__ */ require_rolldown_runtime.__export({
|
|
6
6
|
MockRpcClient: () => require_rpc_client.MockRpcClient,
|
|
7
|
-
MockRpcConfig: () => MockRpcConfig,
|
|
8
7
|
createMockRpcClient: () => require_rpc_client.createMockRpcClient
|
|
9
8
|
});
|
|
10
9
|
|
package/dist/mocks/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","names":[],"sources":["../../src/mocks/index.ts"],"sourcesContent":["/**\n * Mock implementations for testing and benchmarking\n * Provides RPC client and database mocks to isolate engine performance\n */\n\nexport {\n createMockRpcClient, MockRpcClient, MockRpcConfig,\n} from \"./rpc-client.js\";\n"],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.cjs","names":[],"sources":["../../src/mocks/index.ts"],"sourcesContent":["/**\n * Mock implementations for testing and benchmarking\n * Provides RPC client and database mocks to isolate engine performance\n */\n\nexport {\n createMockRpcClient, MockRpcClient, type MockRpcConfig,\n} from \"./rpc-client.js\";\n"],"mappings":""}
|
package/dist/mocks/index.mjs
CHANGED
|
@@ -4,7 +4,6 @@ import { MockRpcClient, createMockRpcClient } from "./rpc-client.mjs";
|
|
|
4
4
|
//#region src/mocks/index.ts
|
|
5
5
|
var mocks_exports = /* @__PURE__ */ __export({
|
|
6
6
|
MockRpcClient: () => MockRpcClient,
|
|
7
|
-
MockRpcConfig: () => MockRpcConfig,
|
|
8
7
|
createMockRpcClient: () => createMockRpcClient
|
|
9
8
|
});
|
|
10
9
|
|
package/dist/mocks/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../../src/mocks/index.ts"],"sourcesContent":["/**\n * Mock implementations for testing and benchmarking\n * Provides RPC client and database mocks to isolate engine performance\n */\n\nexport {\n createMockRpcClient, MockRpcClient, MockRpcConfig,\n} from \"./rpc-client.js\";\n"],"mappings":""}
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../../src/mocks/index.ts"],"sourcesContent":["/**\n * Mock implementations for testing and benchmarking\n * Provides RPC client and database mocks to isolate engine performance\n */\n\nexport {\n createMockRpcClient, MockRpcClient, type MockRpcConfig,\n} from \"./rpc-client.js\";\n"],"mappings":""}
|