@olane/o-node 0.7.12-alpha.19 → 0.7.12-alpha.20
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.
|
@@ -222,7 +222,7 @@ export class oSearchResolver extends oAddressResolver {
|
|
|
222
222
|
const registryAddress = this.getRegistryAddress();
|
|
223
223
|
let searchResponse;
|
|
224
224
|
try {
|
|
225
|
-
searchResponse = await node.
|
|
225
|
+
searchResponse = await node.useChild(registryAddress, {
|
|
226
226
|
method: this.getSearchMethod(),
|
|
227
227
|
params: searchParams,
|
|
228
228
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@olane/o-node",
|
|
3
|
-
"version": "0.7.12-alpha.
|
|
3
|
+
"version": "0.7.12-alpha.20",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/src/index.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"typescript": "5.4.5"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@olane/o-config": "0.7.12-alpha.
|
|
58
|
-
"@olane/o-core": "0.7.12-alpha.
|
|
59
|
-
"@olane/o-protocol": "0.7.12-alpha.
|
|
60
|
-
"@olane/o-tool": "0.7.12-alpha.
|
|
57
|
+
"@olane/o-config": "0.7.12-alpha.20",
|
|
58
|
+
"@olane/o-core": "0.7.12-alpha.20",
|
|
59
|
+
"@olane/o-protocol": "0.7.12-alpha.20",
|
|
60
|
+
"@olane/o-tool": "0.7.12-alpha.20",
|
|
61
61
|
"debug": "^4.4.1",
|
|
62
62
|
"dotenv": "^16.5.0"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "7b16928adb210a8c169d0084e059d51d60ec6b20"
|
|
65
65
|
}
|