node-consul-service 1.0.30 → 1.0.31
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/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -19495,7 +19495,7 @@ async function dataLink(data, schema) {
|
|
|
19495
19495
|
}
|
|
19496
19496
|
}
|
|
19497
19497
|
catch (error) {
|
|
19498
|
-
|
|
19498
|
+
throw error;
|
|
19499
19499
|
}
|
|
19500
19500
|
}
|
|
19501
19501
|
for (const item of result) {
|
package/dist/index.esm.js
CHANGED
|
@@ -19493,7 +19493,7 @@ async function dataLink(data, schema) {
|
|
|
19493
19493
|
}
|
|
19494
19494
|
}
|
|
19495
19495
|
catch (error) {
|
|
19496
|
-
|
|
19496
|
+
throw error;
|
|
19497
19497
|
}
|
|
19498
19498
|
}
|
|
19499
19499
|
for (const item of result) {
|