@xyo-network/xl1-cli 4.0.1 → 4.0.2
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/cli-min.mjs +1 -1
- package/dist/cli-min.mjs.map +1 -1
- package/package.json +2 -2
package/dist/cli-min.mjs
CHANGED
|
@@ -207767,7 +207767,7 @@ function defaultScrapePortForActors(actors) {
|
|
|
207767
207767
|
var configuration;
|
|
207768
207768
|
var skipInsecureConfirm = false;
|
|
207769
207769
|
var dumpProviders = false;
|
|
207770
|
-
var version = isDefined("4.0.
|
|
207770
|
+
var version = isDefined("4.0.2") ? "4.0.2" : "unknown";
|
|
207771
207771
|
function getConfiguration() {
|
|
207772
207772
|
return configuration;
|
|
207773
207773
|
}
|